html {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

body {
  background-color: #222222;
}

.fa {
  font-size: 22px;
  color: #fff;
  padding: 10px;
}

#topNav {
  background-color: rgba(0, 0, 0, 0.5);
}

#topNavLogo {
  max-width: 80px;
  max-height: 80px;
  min-width: 40px;
  min-height: 40px;
  width: 5vw;
  height: 5vw;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-item a {
  margin-left: 5px;
}

.navbar {
  padding: 0;
  margin: 15px 0 15px 0;
}

.navbar button {
  border: none;
  margin-left: 15px;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
}

.dropdown-menu a {
  color: #fff;
}

.btn {
  position: absolute;
  top: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #fff;
  color: #fff;
  margin: 50px auto;
  padding: 10px;
  width: 150px;
  -webkit-transition: background-color 1s, width 1s;
  transition: background-color 1s, width 1s;
}

.btn:hover {
  border: 3px solid #fff;
  color: #333;
  width: 100%;
  background-color: #fff;
  top: 258px;
}

section {
  scroll-snap-align: start;
}

#hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#ac3000), to(#e56000));
  background: linear-gradient(#ac3000, #e56000);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 160px;
}

#hero-description p {
  color: #fff;
  max-width: 600px;
  padding: 20px 20px;
  text-align: justify;
  font-size: calc(10px + 1.2vw);
}

@media screen and (max-width: 380px) {
  #hero-description p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  #hero-description p {
    font-size: 21px;
  }
}

#autograph {
  padding: 20px;
}

#services {
  background: -webkit-gradient(linear, left top, left bottom, from(#0046a1), to(#4470d3));
  background: linear-gradient(#0046a1, #4470d3);
  position: relative;
  padding-top: 110px;
}

#services p {
  color: #fff;
}

#services h1 {
  color: #ccc;
  font-size: calc(24px + 1.5vw);
}

@media screen and (max-width: 1440) {
  #services h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 520px) {
  #services h1 {
    margin-top: 75px;
  }
}

#services ul li {
  color: #ccc;
  font-weight: 200;
  line-height: 30px;
  font-size: 1rem;
  letter-spacing: 0.2em;
}

#services ul p {
  font-style: italic;
  letter-spacing: 0.5em;
  color: #fff;
}

.carousel-indicators {
  top: 0;
}

.carousel-inner {
  height: 90vh;
  padding: 50px 40px;
}

#enquiries {
  position: relative;
}

#enquiries #enquiries-heading {
  color: #555;
  font-size: calc(24px + 1.5vw);
  text-shadow: 0px 5px 10px #fff;
  -webkit-transition: margin-top 2s;
  transition: margin-top 2s;
}

@media screen and (max-width: 1440) {
  #enquiries #enquiries-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 520px) {
  #enquiries #enquiries-heading {
    margin-top: 75px;
  }
}

#enquiries-content {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  position: absolute;
  top: 50vh;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#enquiries-content h1 {
  color: #fff;
  font-weight: 200;
  font-size: calc(24px + 1.5vw);
}

@media screen and (max-width: 1440) {
  #enquiries-content h1 {
    font-size: 30px;
  }
}

.bg-img-enquiries {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/img/map.webp), url(/assets/img/map.png);
}
/*# sourceMappingURL=main.css.map */