* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

html {
  scroll-padding-top: 74px;
  background-color: #111;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: rgba(0, 9, 27, 0.85);
  min-height: 100vh;
  /* overflow: hidden; */
  color: #fff;
}

.blue-text {
  color: #039dff;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}


.section-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.underline {
  margin: 0 auto 40px;
  width: 100px;
  height: 4px;
  background-color: #039dff;
}
.underline-cat {
  margin: 0 auto 0;

}

.underline-category {
  margin: 3% auto 3%;
  width: 60%;
  height: 2px;
  background-color: #039dff;
}

nav {
  text-transform: uppercase;
  transition: background-color 0.6s;
  z-index: 5;
}
nav .navbar-toggler {
  padding: 10px 15px;
}
nav .navbar-brand {
  font-weight: bold;
}
nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-brand,
nav .fa-bars {
  color: #fff;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
  color: #039dff;
}
.navbar {
	background-color: rgba(0, 9, 27, 0.85);
}
.navbar-brand:visited {
color: #FFF;
}

.contact {
  position: relative;
  height: auto;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}
.contact .section-title {
  color: #ddd;
}

/* .contact .contact-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 9, 27, 0.85);
  z-index: -5;
} */
.contact .contact-us {
  display: flex;
  align-items: center;
  color: #fff;
}
.contact .contact-us .contact-item {
  margin: 30px 0;
}
.contact .contact-us .contact-item h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact .contact-us .contact-item h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .contact-us .social-media {
  font-size: 26px;
}
.contact .contact-us .social-media a {
  padding: 10px;
  color: #fff;
  transition: color 0.3s;
}
.contact .contact-us .social-media a:hover {
  color: #039dff;
}

#map {
  height: 40vh;
}

.scroll-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
}

.desktop {
  height: 0;
  visibility: hidden;
}


/* @media (min-width: 768px) {
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-text p {
    font-size: 20px;
  }
  .aboutus .aboutus-card-text {
    font-size: 18px;
  }
  .scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    position: relative;
  }
  .banner {
    width: 90%;
    margin-bottom: 2%;
  }
  .navbar {
    background-color: transparent;
  }
} */
@media (min-width: 992px) {
  html {
    scroll-padding-top: 72px;
  }
  .desktop {
    visibility: visible;
    height: auto;
  }
  .mobile {
    visibility: hidden;
  }
  .aboutus .aboutus-card-text {
    font-size: 18px;
  }
  .scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    position: relative;
  }
  
  .banner {
    width: 90%;
    margin-bottom: 2%;
  }
  .navbar {
    background-color: transparent;
  }
  /* .logo {
    width: 100%;
    max-height: 40%;
  } */
  .section-title {
    margin-top: 3%;
  }
}
@media (min-width: 1200px) {
/* .logo {
max-width: 100%;
max-height: 40%;
} */
.div-logo {
  position: relative;
  display: flex;
  /* align-items: center; */
}
.logo {
  max-height: 500px;
min-width: 50%;
}
}

@media (min-width: 500px) {
/* .logo {
max-width: 100%;
max-height: 40%;
} */
.div-logo {
  position: relative;
  display: flex;
  /* align-items: center; */
}
.logo {
  max-height: 500px;
min-width: 50%;
max-width: 50%;
}
.banner {
  max-width: 60%;
  margin-bottom: 2%;
}
}
/*# sourceMappingURL=main.css.map*/