@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #e6e6e6;
  color: #666666;
  font-family: Roboto;
  line-height: 180%;
}

.main-navbar {
  color: #fff;
  background: rgba(0, 192, 255, 0.8);
}

.main-navbar .nav-item .nav-link {
  color: #fff !important;
  font-weight: bold;
  margin-left: .75rem;
  margin-right: .75rem;
  line-height: 100% !important;
}

.carousel {
  height: 50vh;
  min-height: 350px;
}

.carousel .carousel-inner {
  height: 50vh;
  min-height: 350px;
}

.carousel .carousel-inner .carousel-item {
  height: 50vh;
  min-height: 350px;
  background-position: center center;
  background-size: cover;
}

.carousel .carousel-inner .carousel-item .carousel-text {
  position: absolute;
  top: 50%;
  color: #ffffff !important;
  text-shadow: 0 0 10px #000000;
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel .carousel-inner .carousel-item .carousel-text h1, .carousel .carousel-inner .carousel-item .carousel-text h2, .carousel .carousel-inner .carousel-item .carousel-text h3, .carousel .carousel-inner .carousel-item .carousel-text h4, .carousel .carousel-inner .carousel-item .carousel-text h5, .carousel .carousel-inner .carousel-item .carousel-text h6 {
  color: inherit;
  text-align: center;
}

@media (max-width: 575.98px) {
  .carousel .carousel-inner .carousel-item .carousel-text h1 {
    font-size: 1.5rem;
  }
}

.carousel.carousel-main {
  height: 80vh;
}

.carousel.carousel-main .carousel-inner {
  height: 80vh;
}

.carousel.carousel-main .carousel-inner .carousel-item {
  height: 80vh;
}

.header {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #00c0ff;
  height: 50vh;
  min-height: 350px;
}

.header .header-text-wrapper {
  position: absolute;
  top: 50%;
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .header-text-wrapper .header-text-box {
  color: #ffffff !important;
  text-shadow: 0 0 10px #000000;
  text-align: center;
}

.header .header-text-wrapper .header-text-box h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.header .header-text-wrapper .header-text-box h6 {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  line-height: 150%;
}

.header.main-header {
  height: 80vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.header.main-header .header-text-wrapper .header-text-box h1 {
  font-size: 3rem;
  font-weight: 600;
}

.header.main-header .header-text-wrapper .header-text-box h6 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
}

.text-area {
  position: relative;
  z-index: 100;
}

.text-area .container {
  background-color: #fff;
  padding: 2rem;
  margin-top: -1rem;
}

.text-area .container .main-image {
  max-width: 100%;
}

.text-area .container .gallery {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}

.text-area .container .gallery .image {
  display: inline-block;
  margin: 1rem;
}

.text-area .container .gallery .image img {
  max-width: 200px;
  width: 100%;
}

.text-area .container .subpages .subpage hr.divider {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5rem 0 5rem 0;
}

.text-area .container .subpages .subpage h2 {
  font-weight: 400;
  font-size: 1.5rem;
}

.text-area .container .subpages .subpage .lead {
  font-size: 1.1rem !important;
}

.text-area .container .subpages .subpage img {
  max-width: 430px;
  width: 100%;
}

.text-area .container .subpages .subpage .read-more {
  font-size: .9rem;
  text-align: right;
  display: block;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #00c0ff;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 1rem;
  margin-top: -1rem;
}
/*# sourceMappingURL=general.css.map */