@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

nav {
  background: url('../images/Union 2.png');
  background-position: center;
  background-size: cover;
  min-height: 10vh;
}

nav ul li a {
  font-weight: 600 !important;
}



nav ul li .nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #006766;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    display: flex;
}

nav ul li .nav-link:hover::after{
  transform: scaleX(1);
}


.btn-login,
.btn-red {
  background-color: #BD211B !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
  text-decoration: none !important;

}

.btn-signup{
  background-color: #ffffff !important;
  padding: 10px 30px !important;
  color: #006766 !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.btn-green {
  background-color: #006766 !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.btn-green:hover {
  background-color: #fff !important;
  color: #006766 !important;
  box-shadow: 0 0 15px 5px #00000010;
}

.btn-white {
  background-color: transparent !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
  border: 1px solid #fff;
}

.btn-white:hover {
  background-color: white !important;
  color: #006766 !important;
  border: 1px solid #fff;
}

.hero-section {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 45%;
  left: 5%;
  color: white;
}

.text-green {
  color: #006766;
}

.footer {
  position: relative;
  background: url('../images/footer.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  color: white !important;
  margin-top: 5vh;
}

.wapp {
  position: fixed;
  bottom: 20px;   /* distance from bottom of viewport */
  right: 20px;    /* distance from right of viewport */
  z-index: 99999999;   /* sit on top of other elements */
}
.social_links img {
  margin-right: 10px;
}

.links a {
  color: white !important;
  text-decoration: none !important;
  margin-right: 5%;
}

.login-page {
  background: url('../images/MVP  Flavors - Log in.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  min-height:100vh;
  flex-direction: column;
  justify-content: center;
}

.form {
  background-color: #525252;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 6px 9px 10px 5px #00000020;
  color: white;
}

.splash {
  height: 100vh;
  background: url('../images/splash.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-splash {
  position: absolute;
  bottom: 0;
}

.skip-btn {
  position: absolute;
  bottom: 0;
  right: 2%;
  margin-bottom: 3vh;
}
.modal {
    z-index: 9999 !important;
}
.nav-btns{
  margin-left: 20vw !important;
}
@media screen and (max-width: 968px) {
  .nav-btns{
    margin-left: 0vw;
  }
  .splash .btns a {
    width: 100%;
    margin-bottom: 10px;
  }
}







/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
footer{
padding:2rem 2rem 0rem 2rem !important;
}
.footer-links{
text-align:center !important;
margin-top:2rem;
margin-left:0.5rem;
margin-bottom:2rem;

}

.footer-links a{
	display:block !important;
}
.social_links {
	margin-left:0.5rem;
}
.white-section{
        margin-left: 3rem !important;
        margin-top: 0rem;
	font-size:1rem !important;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
footer{
padding:2rem 7rem 0rem 7rem !important;
}

.footer-links a{
	display:inline !important;

}

.social_links {
	margin-left:0;
}
.white-section{
	margin-left:0 !important;
}



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
footer{
padding:2rem 7rem 0rem 7rem !important;
}
.footer-links{
text-align:center !important;
margin-top:0;
margin-left:0;
margin-bottom:0;

}
.white-section{
	font-size:1.5rem !important;
}

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

