@charset "UTF-8";
/* CSS Document */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  color: #29292B;
  background: #EDEDED;
  font-weight: 100;
}
h1 {
  font-family: "museo-slab", serif;
  font-weight: 300;
}
.book-btn {
  font-family: "museo-slab", serif;
  color: #fff;
  background: rgba(41, 41, 43, 1);
  font-size: 15px;
  font-weight: 300;
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid #D6B26B;
}
.book-btn:hover {
  color: #fff;
  background: rgba(41, 41, 43, .8);
  text-decoration: none;
}
.book-btn-sm {
  font-family: "museo-slab", serif;
  color: #fff;
  background: rgba(41, 41, 43, 1);
  font-size: 12px;
  font-weight: 300;
  padding: 8px 16px;
  text-transform: uppercase;
  border: 1px solid #888;
}
.book-btn-sm:hover {
  color: #fff;
  background: rgba(41, 41, 43, .8);
  text-decoration: none;
}
.navbar-custom {
  background-color: #29292B;
  font-size: 13px;
  border-bottom: 1px solid #434346;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
}
.navbar-custom .navbar-collapse {
  background: #29292B;
}
.navbar-custom li.nav-item a.nav-link {
  color: #bbb;
  padding: 5px;
}
.navbar-custom li a {
  margin-left: 0px;
}
@media (min-width: 1199px) {
  .navbar-custom li a {
    margin-left: 8px;
    padding: 3px 0px 2px 0px;
  }
}
.navbar-custom .active {
  color: #fff;
}
@media (max-width: 1199px) {
  .navbar-custom li a.book {
    text-transform: initial;
    font-size: 13px;
  }
}
@media (min-width: 1199px) {
  .navbar-custom li a.book {
    background: #676166;
    color: #fff !important;
    border: 1px solid #888;
    padding: 2px 0px;
    margin-left: 12px;
    text-transform: uppercase;
    font-size: 12px;
  }
}
.navbar-custom a.navbar-brand {
  color: #fff;
  font-size: 14px;
  font-family: "museo-slab", serif;
}
@media (min-width: 1199px) {
  .navbar-custom a.navbar-brand {
    padding-left: 10px;
  }
}
.navbar-custom a.navbar-brand:hover {
  color: #D6B26B;
}
.navbar-brand img {
  margin-right: 5px;
}
.jumbotron {
  background-image: url("../images/hero.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 540px;
  padding-top: 100px;
  background-color: #000;
}
@media (min-width: 767px) {
  .jumbotron {
    padding-top: 100px;
    height: 100vh;
    background-size: cover;
    background-position: center center;
  }
}
.jumbotron .logo img {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .jumbotron .logo img {
    width: 240px;
    margin-bottom: 40px;
  }
}
#statement {
  color: #fff;
  border-top: 1px solid #D6B26B;
  border-bottom: 1px solid #D6B26B;
  background: #A2803F;
  font-size: 20px;
}
#statement h1 {
  border-bottom: 1px solid #C7B48F;
  color: #fff;
  font-size: 36px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #statement {
    font-size: 18px;
  }
}
.disclaimer {
  font-size: 17px;
  font-weight: 500;
}
#services {
  font-size: 18px;
}
#services h1 {
  border-bottom: 1px solid #97989b;
  color: #676166;
  font-size: 36px;
}
#services h2 {
  font-family: "museo-slab", serif;
  border-bottom: 1px solid #97989b;
  font-weight: 300;
  color: #676166;
  font-size: 28px;
}
@media (min-width: 992px) {
  #services .row {
    margin-bottom: 30px;
  }
}
#services .card {
  border-radius: 0px;
  height: 100%;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .07);
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  #services .card {
    margin-bottom: 40px;
    height: auto;
  }
}
#services .card-body {
  padding: 1.5rem
}
#services .card-img-top {
  border-radius: 0px;
}
#services .card .card-title {
  font-family: "museo-slab", serif;
  font-size: 17px;
  font-weight: 500;
  color: #676166;
  border-bottom: 1px solid #adaeb1;
  padding-bottom: 4px;
}
#services .card .card-text {
  font-weight: 300;
  font-size: 14px;
}
#services .addons .card p.price {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  #services .card-img-left {
    display: none;
  }
}
#services .addon-sm {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #services .addon-sm {
    display: none;
  }
}
#studio {
  background: #676166;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}
#studio h1 {
  border-bottom: 1px solid #9b9199;
  color: #ddd;
  font-size: 36px;
}
#studio img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  border: 1px solid #888;
}
#hotel {
  background: #2A2D31;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
}
#hotel h1 {
  border-bottom: 1px solid #555b63;
  font-weight: 300;
  color: #bbb;
  font-size: 36px;
}
#hotel h2 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  color: #E0BB75;
  font-size: 28px;
  margin-bottom: 15px;
}
#hotel img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  border: 1px solid #888;
}
#hotel .card {
  border-radius: 0px;
  height: 100%;
  background: none;
}
@media (max-width: 991px) {
  #hotel .card {
    margin-bottom: 40px;
    height: auto;
  }
}
#hotel .card-body {
  padding-top: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
#hotel .card-img-top {
  border-radius: 0px;
}
#hotel .card .card-title {
  font-family: "museo-slab", serif;
  font-size: 20px;
  font-weight: 300;
  color: #E0BB75;
  margin-bottom: 10px;
}
#hotel .card .card-text {
  line-height: 22px;
  font-size: 15px;
}
#hotel .hotel-sell {
  font-family: "museo-slab", serif;
  color: #bbb;
  font-size: 22px;
  line-height: 32px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 14px 0px 10px 0px;
}
#hotel .hotel-sell p:first-child {
  margin-bottom: -10px;
}
#events {
  background: #fff;
  font-weight: 300;
}
#events img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  border: 1px solid #888;
}
#events h1 {
  border-bottom: 1px solid #97989b;
  color: #676166;
  font-size: 36px;
}
#events h2 {
  font-family: "museo-slab", serif;
  color: #9E7F41;
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
#events h3 {
  font-family: "museo-slab", serif;
  color: #9E7F41;
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 6px;
  border-bottom: 1px solid #bbb;
}
#events p.chairoverview {
  font-size: 16px;
}
#events p {
  font-size: 15px;
}
#events .large-event {
  line-height: 19px;
}
#events .event {
  background: rgb(248, 245, 248);
  background: linear-gradient(90deg, rgba(248, 245, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 3px solid #dbd8db;
}
#events .events-sell {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 14px 0px 10px 0px;
}
#events .events-sell p {
  font-size: 16px;
}
#events .events-sell h4 {
  font-family: "museo-slab", serif;
  color: #676166;
  font-size: 22px;
  font-weight: 300;
}
#therapists {
  background: #676166;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}
#therapists h1 {
  border-bottom: 1px solid #97989b;
  color: #bbb;
  font-size: 36px;
}
#therapists img {
  width: 100%;
  height: auto;
  margin-top: 8px;
  border: 1px solid #555;
}
#reviews {
  font-weight: 300;
  font-size: 15px;
}
#reviews h1 {
  border-bottom: 1px solid #97989b;
  color: #676166;
  font-size: 36px;
}
#reviews .review {
  border-left: 4px solid #D6C5A6;
  padding-right: 20px;
  margin-top: 40px;
}
#reviews .reviewer {
  font-weight: 500;
  font-size: 14px;
  margin-top: -10px;
}
#videos {
  background: #fff;
}
#videos h1 {
  border-bottom: 1px solid #97989b;
  color: #676166;
  font-size: 36px;
}
#videos .video {
  padding: 22px;
}
#videos .embed-responsive-16by9 {
  height: 520px;
}
#contact {
  color: #fff;
  background: #A2803F;
  font-size: 16px;
}
#contact h1 {
  border-bottom: 1px solid #C7B48F;
  color: #fff;
  font-size: 36px;
}
#contact .contact-info h2 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 20px;
}
#contact .map {
  padding: 0px;
}
#contact iframe {
  width: 100%;
}
@media (max-width: 991px) {
  #contact iframe {
    width: 100%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #contact .overview {
    margin-top: 20px;
  }
}
#contact .contact-info {
  background: rgba(0, 0, 0, .15);
  padding: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  #contact .contact-info {
    padding: 0px;
    margin-top: 30px;
  }
}
#footer {
  color: #fff;
  background: #2A2D31;
  font-size: 14px;
}
#footer .social {
  height: 30px;
}
#footer a {
  color: #e4c384;
}