<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  background-color: #8acdf3;
}

h2 {
  text-transform: uppercase;
  text-align: center;
}

.important {
  color: #ff0000;
  font-weight: bold;
}

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

.wrapper {
  max-width: 2560px;
  width: 80%;
  margin: 0 auto;
}

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

.scroll-fix::before {
  content: '';
  display: block;
  height: 66px;
  margin-top: -66px;
}

.visibility {
  visibility: hidden;
}

.jumbotron {
  margin: 0;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

nav a, nav i {
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

nav a:hover {
  color: #039dff;
}

nav i {
  padding: 10px;
}

nav .navbar-img {
  margin-top: -70px;
  margin-bottom: -70px;
}

nav .active {
  color: #039dff;
}

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

header {
  color: #fff;
  overflow: hidden;
}

header h1 {
  padding: 10px;
  text-transform: uppercase;
  font-size: 30px;
}

header .header-img {
  position: relative;
  height: 400px;
  background-image: url("../img/wellness_1920.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

header .header-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -10;
}

header .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}

header .header-text p {
  padding: 10px;
  font-size: 12px;
  font-style: italic;
}

header .btn-outline-light {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .fa-chevron-down {
  display: none;
}

#aboutme {
  overflow: hidden;
  margin: 10px 0px;
  padding: 10px;
}

#aboutme h2 {
  text-transform: uppercase;
}

#aboutme p {
  font-size: 14px;
}

#offer h2 {
  text-align: center;
  text-transform: uppercase;
}

#offer .carousel {
  width: 96%;
  margin: 0 auto;
}

#offer .carousel-item {
  position: relative;
  height: 600px;
}

#offer .carousel-item img {
  position: absolute;
  height: auto;
  width: 100%;
  margin: auto;
}

#offer .carousel-item .card-body {
  color: #039dff;
}

#offer .collapsed .if-not-collapsed {
  display: none;
}

#offer ::not(.collapsed) .if-collapsed {
  display: none;
}

#offer .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.8);
}

#offer .carousel-indicators {
  padding-bottom: 20px;
}

#achievements .lightbox-gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#44b6f8), to(#022450));
  background-image: linear-gradient(#44b6f8, #022450);
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden;
}

#achievements .lightbox-gallery p {
  color: #fff;
}

#achievements .lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff;
}

#contact .jumbotron {
  position: relative;
  background-image: url(../img/contact-hero.jpg);
  background-position: bottom;
  background-attachement: fixed;
  background-size: cover;
  z-index: 0;
}

#contact .jumbotron h2 {
  color: #fff;
  font-weight: bold;
}

#contact .jumbotron .underline {
  background-color: #ccc;
}

#contact .contact-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 9, 27, 0.85);
  z-index: -10;
}

#contact .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

#contact .contact-us .contact-item {
  margin: 30px 0;
}

#contact .contact-us .contact-item h4 {
  margin-bottom: 15px;
  letter-spacing: 2px;
}

#contact .contact-us .contact-item .social-media {
  font-size: 26px;
}

#contact .contact-us .contact-item .social-media a {
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 5px black;
}

#contact .contact-us .contact-item .social-media a:hover {
  color: #ccc;
}

footer {
  color: #fff;
}

footer p {
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 375px) {
  header h1 {
    font-size: 36px;
  }
  header .hero-text p {
    font-size: 16px;
  }
  #aboutme h2 {
    font-size: 36px;
  }
  #aboutme h3 {
    font-size: 32px;
  }
  #aboutme p {
    font-size: 18px;
  }
  #team .card-text {
    font-size: 15px;
  }
}

@media (min-width: 500px) {
  #team .card-body {
    height: 120px;
  }
}

@media (max-width: 767px) {
  #achievements .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  #achievements .lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  #achievements .lightbox-gallery .intro p {
    margin-bottom: 0;
  }
  #achievements .lightbox-gallery .photos {
    padding-bottom: 20px;
  }
  #achievements .lightbox-gallery .item {
    padding-bottom: 30px;
  }
}
</pre></body></html>