@media screen and (min-width: 981px) {
  .footer-mobile{
    display: none;
  }
}


@media screen and (max-width: 981px) {
  .footer-desktop{
    display: none;
  }
}

footer {
  color:whitesmoke;
  height: 15vh;
  width: 100%;
  font-size: smaller;
  min-height: 190px;
  position: relative;
  bottom: 0;
  
}
h3 {
  font-size: 30px;

}
footer h3 span {
  color:  #EC7063
}

.footer-mobile span {
  color:  #EC7063
}

.footer-mobile {
  color:whitesmoke;
  height: 15vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: smaller;
  min-height: 80px;
  
}

.header h3{
  font-family: 'Coiny', cursive;
  color: #EC7063;
  background-color: whitesmoke;
  font-size: 1.75rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.header {
  height: 20vh;
  width: 100%;
  
  /* position: sticky; */
  top: 0;
  
}

#top-logo {
  height: 15vh;
}

.sign-up-container {
  height: 60vh;
  width: 100%;
  /* margin-top: 20vh;  */
  margin-bottom: 20px; 
  
  
  
}

.card{
  /* left: 50%;
  transform: translate(-50%, 0); */
  position: relative;
  min-width: 300px;
  max-width: 500px;
  width: 300px;
  
  

}