 html {
    scroll-behavior: smooth;
    height:100%;
  }
 body {
    overflow-x:hidden;
    height:100%;
    color: black;
    font-family: Montserrat;
  }
  nav.navbar{
    font-family: Raleway;
    font-weight: 600;
  }
  .nav-item>.nav-link{
    color: black !important;
  }
  .navbar-btn>.btn.btn-warning{
    color:white !important;
    font-weight: 600;
    background-color: #f5a21c;
  }
  .maintext .navbar-btn .btn-warning{   
  font-weight: 700;
  letter-spacing: 0.65px;
  }

footer{
  background-color: black;
  color: white;
  padding-top: 25px;
  margin-bottom: 0px;
}
.footer-top{
  padding-bottom: 25px;
  background-image: url("giphy.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-bottom{
  border-top: 1px solid white;
  padding-bottom: 12px;
  padding-top: 12px;
}
footer h5{
  padding-bottom: 20px;
  font-weight: 800;
}
footer a, footer a:visited, footer a:hover{
  color: white;
}
footer .socialmedia li{
  padding-bottom: 9.5px;
}
footer .links li, footer .contactfooter li{
  padding-bottom: 5px;
  letter-spacing: 0.5;
}


.hero-background-image {
  background-image: url("1269.jpg");
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

form {
  background-color: rgba(255, 255, 255, 0.3);
  padding:30px;
}

.joinustoday{
  font-weight: 800;
}
.profileimagelabel{
  font-weight: 700;
  margin-top: 3px;
  cursor: pointer;
  text-decoration: underline;
}
.signup-btn button{
  letter-spacing: 0.5px;
  background-color:#2a01ba;
  opacity: 0.85;
  font-weight: 600;
}
.signup-btn button:hover{
  opacity: 1;
  background-color:#2a01ba;
  transition: all 1s;
}
.acceptterms{
  opacity: 0.8;
}

input[type='text'], input[type='password'], input[type='email'], .select {
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid rgba(2, 3, 245, 0.4);
 }
 
 @media (max-width: 750px) {
  .footer-bottom{
    font-size: 11.5px;
  }
}
