@charset "utf-8";
:root {
      --main-color: #764dab;
      --alt1-color: #ff9efb;
      --alt2-color: #00adcb;
      --text-color: #333333;
    }
body, html {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
}
/* Start Universal Styles */
a {
  color: var(--main-color);
  transition: 0.3s ease-in-out;
}
a:hover {
  color: var(--alt1-color);
  text-decoration: none;
}

h1 {
  font-family: "Courgette", cursive;
  font-style: normal;
  font-size: 48px
}
h2 {
  font-family: "Courgette", cursive;
  font-style: normal;
  font-size: 34px
}
h3 {
  font-size: 24px
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

.h1 {
  font-family: "Courgette", cursive;
  font-style: normal;
  font-size: 48px
}
.h2 {
  font-family: "Courgette", cursive;
  font-style: normal;
  font-size: 34px
}
.h3 {
  font-size: 24px
}
.h4 {
  font-size: 20px
}
.h5 {
  font-size: 18px;
}
.h6 {
  font-size: 16px;
}

.btn {
  border-radius: 10px;
  padding: 10px 20px;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.btn-main {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-main:hover {
    color: #fff;
    background-color: var(--alt1-color);
    border-color: var(--alt1-color);
}
.btn-alt1 {
    color: #fff;
    background-color: var(--alt1-color);
    border-color: var(--alt1-color);
}
.btn-alt1:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-alt2 {
    color: #fff;
    background-color: var(--alt2-color);
    border-color: var(--alt2-color);
}
.btn-alt2:hover {
    color: #fff;
    background-color: var(--alt1-color);
    border-color: var(--alt1-color);
}
.btn-alt3 {
    color: var(--alt1-color);
    background-color: transparent;
    border-color: var(--alt1-color);
}
.btn-alt3:hover {
    color: var(--alt2-color);
    background-color: transparent;
    border-color: var(--alt2-color);
}

.pad-top-x {
  margin-top: 0;
}
.pad-top-1x {
  margin-top: 1em;
}
.pad-top-2x {
  margin-top: 2em;
}
.pad-top-3x {
  margin-top: 3em;
}
.pad-top-4x {
  margin-top: 4em;
}
.pad-top_5x {
  margin-top: .5em;
}

.pad-bottom-x {
  margin-bottom: 0;
}
.pad-bottom-1x {
  margin-bottom: 1em;
}
.pad-bottom-2x {
  margin-bottom: 2em;
}
.pad-bottom-3x {
  margin-bottom: 3em;
}
.pad-bottom-4x {
  margin-bottom: 4em;
}
.pad-bottom_5x {
  margin-bottom: .5em;
}

.pad-vert-x {
  padding-top: 0;
  padding-bottom: 0;
}
.pad-vert-1x {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pad-vert-2x {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pad-vert-3x {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pad-vert-4x {
  padding-top: 4em;
  padding-bottom: 4em;
}
.pad-vert_5x {
  padding-top: .5em;
  padding-bottom: .5em;
}

.margin-top-x {
  margin-top: 0;
}
.margin-top-1x {
  margin-top: 1em;
}
.margin-top-2x {
  margin-top: 2em;
}
.margin-top-3x {
  margin-top: 3em;
}
.margin-top-4x {
  margin-top: 4em;
}
.margin-top_5x {
  margin-top: .5em;
}

.margin-bottom-x {
  margin-bottom: 0;
}
.margin-bottom-1x {
  margin-bottom: 1em;
}
.margin-bottom-2x {
  margin-bottom: 2em;
}
.margin-bottom-3x {
  margin-bottom: 3em;
}
.margin-bottom-4x {
  margin-bottom: 4em;
}
.margin-bottom_5x {
  margin-bottom: .5em;
}

.margin-vert-x {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-vert-1x {
  margin-top: 1em;
  margin-bottom: 1em;
}
.margin-vert-2x {
  margin-top: 2em;
  margin-bottom: 2em;
}
.margin-vert-3x {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-vert-4x {
  margin-top: 4em;
  margin-bottom: 4em;
}
.margin-vert_5x {
  margin-top: .5em;
  margin-bottom: .5em;
}

.purple { color: var(--main-color); }
.pink {color: var(--alt1-color); }
.blue { color: var(--alt2-color); }
.yellow { color: #edff87; }
.green { color: #4ad92f; }

.text-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-item {
  width: 48%;
}
.img-style {
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* End Universal Styles */

/*Start Navigation Styles*/
#hpNavbar {
    background-color: transparent;
    z-index: 1;
}
#hp .navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
#hp .navbar-inverse .navbar-nav>li>a:focus,
#hp .navbar-inverse .navbar-nav>li>a:hover {
  color: var(--alt1-color);
}
#hp .navbar-inverse .navbar-nav > .open > a, 
#hp .navbar-inverse .navbar-nav > .open > a:hover, 
#hp .navbar-inverse .navbar-nav > .open > a:focus {
    color: var(--alt1-color);
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 78px;
}

.navbar-inverse {
  border: none;
  background-color: var(--alt2-color);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    margin-top: 10px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: var(--alt1-color);
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
  color: var(--main-color);
  padding-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: var(--alt1-color);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: var(--alt1-color);
    background-color: transparent;
    padding-bottom: 20px;
}
.navbar-inverse .navbar-brand {
  color: var(--alt2-color);
  font-family: "Courgette", cursive;
  font-size: 38px;
  padding-top: 20px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: var(--main-color);
    background-color: transparent;
}
#hp .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-header {
    margin-top: 8px;
}
nav ul li {
  position: relative;
}

/* Make the drop-down menu absolute so it floats */
nav ul li ul {
  position: absolute; /* take out of document flow */
  top: 100%;          /* position below parent item */
  left: 0;
  display: none;      /* hide by default */
  z-index: 9999;      /* float above other content */
  background-color: #fff; /* optional: match menu bg */
  min-width: 215px;   /* adjust width if needed */
}

/* Show drop-down on hover */
nav ul li:hover > ul {
  display: block;
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 18px;
    color: var(--main-color);
    border-bottom: thin solid var(--alt1-color);
}
.dropdown-menu > li:last-child a {
    border-bottom: none;
}
.navbar-nav > li > .dropdown-menu {
    min-width: 215px;
    border: none;
    margin-top: 0px;
    padding: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: var(--alt1-color);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: var(--alt1-color);
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
#about .navbar-inverse .navbar-nav>li>a .active {
    color: var(--alt1-color);
}

/* Start Hero Styles */
.hero-bg {
  height: 96%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:  linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) ), url(../images/yoga-ona.jpg);
  position: relative;
  margin-top: -78px;
}
.bg-hero-text {
    color: #fff;
    width: 60%;
    margin-top: 11%;
}
.bg-hero-text .h1 {
  font-family: "Courgette", cursive;
  font-style: normal;
  font-size: 114px;
}
.bg-hero-text .h4 {
    font-weight: 600;
    font-size: 20px;
}

/* Start Footer Styles */
#footerArea {
    background-color: var(--alt2-color);
    padding: 8em 0 4em;
    color: #fff;
}
#footerArea .flex-item-3 {
    width: 30%;
}
#footerArea .flex-item-6 {
    width: 40%;
    text-align: center;
}
.footer-logo {
   margin-bottom: 2em;
}
.footer-logo h2.h1 {
    color: #fff !important;
}
.footer-logo .lmt-number {
    border: 2px solid var(--main-color);
    width: 50%;
    margin: auto;
}
.footer-logo .lmt-number h4 {
    font-family: sans-serif;
    font-weight: 600;
}
.footer-content {
  padding-bottom: 2em;
  display: inline-block;
  width: 100%;
}
.footer-content ul a {
  color: #fff;
}
.footer-content ul a:hover {
  color: var(--alt1-color);
}
.footer-content ul {
  list-style: none;
  padding-left: 0;
}
.footer-content .columnCount2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.mantra {
    padding-right: 15%;
}
.mantra p {
    font-size: 20px;
}
.social-links a {
    display: inline-block;
    font-size: 24px;
    color: var(--alt1-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 4px;
    margin-right: 10px;
    text-align: center;
    width: 44px;
    height: 44px;
    transition: 0.3s ease-in-out;
}
.social-links a:hover {
    color: var(--main-color);
    border: 2px solid var(--alt1-color);
}
#footerArea .hours {
   text-align: right;
}
.footer-copy {
   padding-top: 6em;
   text-align: center;
}
.footer-copy .copy-links {
   margin-bottom: 2em;
}
.footer-copy .copy-links a {
    padding-left: 5px;
    padding-right: 5px;
}

/* Start Sub Page Header Universal Styles */
.subpage-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    color: #fff;
}
/* Start Universal Styles */
.purple {
    color: var(--main-color);
}
.pink {
    color: var(--alt1-color);
}
.blue {
    color: var(--alt2-color);
}
#customSidebar .well {
    padding: 0;
    border-radius: 4px;
}
#customSidebar .well .btn-cta {
    text-align: left;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-bottom-color: #ddd;
    border-radius: 0;
    color: var(--main-color);
    text-transform: capitalize;
}
#customSidebar .well .btn-cta:hover {
    color: var(--alt2-color);
}
#customSidebar .well a i {
    font-size: 16px;
    padding-right: 10px;
}
#customSidebar .well .btn-block+.btn-block {
    margin-top: 0;
}
#customSidebar .well a:last-child {
    border-bottom: none;
}
#customSidebar #active {
    color: var(--alt2-color);
}
.massage-bottom-links h2 {
    color: var(--main-color);
}

/* Start Home Page Styles */
.intro-section {
    padding-bottom: 4em;
}
.intro-card {
    background-color: var(--main-color);
    padding: 60px;
    text-align: center;
    color: #fff;
    margin-top: -14%;
    margin-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px;
}
.intro-cards a:hover {
    color: var(--alt2-color);
    transition: 0.3s ease-in-out;
}
.intro-card p {
    font-size: 18px;
}
.intro-card h2 {
    font-size: 54px;
}
.intro-card hr {
    border-top-color: var(--alt1-color);
    width: 45%;
}
.title-content {
    padding-bottom: 60px;
}
.title-img img {
    border-radius: 20px;
}
.intro-section .left.flex-item {
    width: 38%;
}
.intro-section .right.flex-item {
    width: 52%;
}
.title-content h2 {
    font-size: 50px;
}
.icon-card {
  position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 30px 30px 25px 55px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.icon-card:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 26px;
    background-color: var(--alt2-color);
    color: #f2f2f2;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    left: -30px;
    top: 55px;
}
.icon-card.hp-massage:before {
  content: '\f2a7';
}
.icon-card.hp-boardr:before {
  content: '\f604';
}
.icon-card.hp-ona:before {
  content: '\f037';
}
.icon-card.hp-coaching:before {
  content: '\f007';
}
.icon-card:hover:before {
    background-color: var(--alt1-color);
    transition: 0.3s ease-in-out;
}
.card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.arrow {
    float: right;
    font-size: 16px;
    color: var(--alt2-color);
}
a:hover .arrow {
    color: var(--alt1-color);
    transition: 0.3s ease-in-out;
}
.img-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

/* Start HP Cheri Banner Section Styles */
.massage-banner {
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to right, #764dab, #764dab, #764dab 50%, transparent, transparent), url(../images/cheri-banner.jpg);
  padding: 6em 0;
  color: #fff;
}
.banner-content {
    width: 50%;
}
.banner-content h2 {
    font-size: 50px;
}
.massage-list {
    list-style: none;
}
.massage-list li {
    position: relative;
    margin-bottom: 10px;
}
.massage-list li:before {
    position: absolute;
    left: -40px;
    top: -3px;
    font-family: 'FontAwesome';
    font-size: 15px;
    content: '\f00c';
    background-color: #fff;
    color: var(--alt2-color);
    border-radius: 20px;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 3px;
}
.massage-banner .btn-alt1:hover {
    color: #fff;
    background-color: var(--alt2-color);
    border-color: var(--alt2-color);
}

/* Start HP Review Slider Styles */
.reviews-section {
    padding: 4em 0 5em;
}
.reviews-section h2 {
    font-size: 50px;
}
.reviews-section .row {
  display: flex;
  flex-wrap: wrap;
}

.reviews-section .col-md-4 {
  display: flex;
}
.review-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border: thin solid #ddd;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 2em;
}
.review-card hr {
    border-top: 3px solid var(--alt2-color);
    margin: 20px 0;
    width: 55px;
}
.review-card .stars i {
    color: gold;
}
.review-card .grtm {
    font-size: 14px;
}

/* Start About Page Styles */
.about {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/about-subheader.jpg);
}
.aboutSection {
    padding: 4em 0;
    position: relative;
}
.aboutSection:after {
    position: absolute;
    left: 15%;
    top: 0%;
    font-family: 'FontAwesome';
    font-size: 358px;
    content: '\f221';
    color: rgb(255 158 251 / 15%);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    z-index: -1;
}
.aboutSection h2, .storySection h2, .eduSection h2 {
    color: var(--main-color);
}
.storySection {
    padding: 4em 0;
    background-color: #f5f5f5;
    position: relative;
}
.story {}
.storySection:after {
    position: absolute;
    right: 33%;
    top: -5%;
    font-family: 'FontAwesome';
    font-size: 358px;
    content: '\f6fc';
    color: rgb(255 158 251 / 15%);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    z-index: 999;
}
.eduSection {
    padding: 4em 0;
    position: relative;
}
.eduSection:after {
    position: absolute;
    left: 15%;
    top: -5%;
    font-family: 'FontAwesome';
    font-size: 358px;
    content: '\f19d';
    color: rgb(255 158 251 / 15%);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    z-index: -1;
}
.eduSection ul {
    padding-left: 15px;
}
.eduSection ul li::marker {
    content: "- ";
    font-weight: bold;
    color: var(--alt2-color);
}
.eduSection li {
    margin-bottom: 10px;
}

/* Start Videos Page Styles */
.videos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/monk-subheader.jpg);
}
.videoSection {
    padding: 4em 0 2em;
}
.videoSection .row {
  display: flex;
  flex-wrap: wrap;
}
.videoSection .col-md-4, .videoSection .col-sm-4 {
    display: flex;
}
.video-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    margin-bottom: 2em;
    padding: 20px;
    border-radius: 10px;
    border: thin solid rgb(118 77 171 / 50%);
}
.video-content {
    padding-top: 10px;
}
.video-action {
    padding: 5px 0px 0;
    margin-top: auto;
}

/* Start Massage Page Styles */
.massage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/massage-subheader.jpg);
}
.massageSection {
    padding: 2em 0 4em;
}
#massage h2 {
    color: var(--main-color);
}

/* Start Massage Page Pricing Table Styles */
.pricing-out {
  padding: 4em 0;
  background-color: #f5f5f5;
}
.pricing-out .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; /* ensures equal-height children */
}
.price {
  border-radius: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  background-color: #fff;
  border-left: 1px solid rgb(118 77 171 / 50%);
  border-right: 1px solid rgb(118 77 171 / 50%);
  /* NEW: equal height */
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}
.price .header {
  background-image: linear-gradient(to right, var(--alt2-color), var(--main-color), var(--main-color), var(--alt1-color));
  /*background-color: var(--alt2-color);*/
  color: #fff;
  font-size: 32px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.header .pkg-tier {
    font-size: 22px;
}
.price li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.columns {
  width: 33.3%;
  padding: 8px;
  float: none;
  display: flex;
  margin-bottom: 2em;
}
.price li {
  border-top: 1px solid rgb(118 77 171 / 50%);
  padding: 20px;
  /*text-align: center;*/
}
.price li:first-child {
  border: none;
}
.price li:last-child {
  border-bottom: 1px solid rgb(118 77 171 / 50%);
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
}
.price .grey a {
  background-color: var(--blue);
  border: none;
  color: white;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}
.price .grey a:hover {
  background: var(--red)
}
.price .btn-main {
    margin-top: auto;
    display: block;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    font-size: 18px;
    color: #fff;
}
.price a.btn-main {
  padding: 20px;
}
.pricing {
    font-size: 26px;
}
.pricing small {
    font-size: 16px;
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}
.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.option-card {
    background-color: #fff;
    border: thin solid rgb(118 77 171 / 50%);
    padding: 10px 20px;
    border-radius: 10px;
}

.specialty-massage {
    padding: 4em 0;
}
.flex-cards-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-card-item {
  width: 50%;     /* two equal-width columns */
  box-sizing: border-box;
}
.flex-card-item:first-child {
    padding-right: 10px;
}
.flex-card-item:last-child {
    padding-left: 10px;
}
.specials-card {
    height: 100%;
    background-color: #f5f5f5;
    border: thin solid rgb(118 77 171 / 50%);
    padding: 20px;
    border-radius: 10px;
}
.specials-card hr {
    border-top-color: var(--alt1-color);
}
.specialty-massage .option-card {
    background-color: #f5f5f5;
}


/* End Massage Page Pricing Table Styles */

/* Start Artwork Page Styles */
.myArtwork {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/sky.jpg);
}
.artworkSection {
    padding: 4em 0;
}

/* Start BOARDR Page Styles */
.boardr {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/mountain-subhero.jpg);
}
.boardrSection {
    padding: 2em 0 4em;
}
.boardrSection h2 {
    color: var(--main-color);
}

/* Start ONA Page Styles */
.ONA {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/sunset-subhero.jpg);
}
.onaSection {
    padding: 2em 0 4em;
}
.onaSection h2 {
    color: var(--main-color);
}

/* Start Coaching Page Styles */
.coaching {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/mountain-subhero.jpg);
}
.coachingSection {
    padding: 2em 0 4em;
}
.coachingSection h2 {
    color: var(--main-color);
}

/* Start Contact Page Styles */
.contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/contact-subheader.jpg);
    background-position: top;
}
.contactSection {
    padding: 2em 0 4em;
    position: relative;
}
.contactSection h2 {
    color: var(--main-color);
}
.contact-social-links i {
    display: inline-block;
    font-size: 65px;
    color: var(--alt1-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 40px;
    margin-right: 10px;
    text-align: center;
    width: 30%;
    height: 145px;
    transition: 0.3s ease-in-out;
}
.contact-social-links i:hover {
    color: var(--main-color);
    border: 2px solid var(--alt2-color);
}

/* Start Consultation Form Page Styles */
.consult {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/about-subheader.jpg);
}
.consultSection {
    padding: 2em 0 4em;
    position: relative;
}

/* Start Styles */

/* Start Media Query Styles */
@media (min-width: 992px) {

  .navbar-nav > li.dropdown {
    position: relative;
  }

  /* Dropdown menu floats over the page */
  .navbar-nav > li.dropdown .dropdown-menu {
    display: none !important; /* hide initially */
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    float: none;
  }

  /* Show on hover */
  .navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block !important;
  }

  /* Prevent Bootstrap JS from triggering animation */
  .navbar-nav > li.dropdown.open .dropdown-menu {
    display: none !important;
  }
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
}

@media (max-width: 1500px) {
.massage-banner {
  background-position: 50%;
}
}

@media (max-width: 1199px) {
  .bg-hero-text {
    width: 70%;
    margin-top: 12%;
}
.hero-bg {
    margin-top: -125px;
}
.massage-banner {
  background-position: 65%;
}
.storySection:after {
    right: 40%;
}
}

@media (max-width: 991px) {
  .btn {
    white-space: break-spaces;
  }
.navbar-nav > li.dropdown .dropdown-menu {
    position: static;
    float: none;
    display: none; /* Bootstrap toggles this */
  }

  /* When user taps menu item (Bootstrap adds .open) */
  .navbar-nav > li.dropdown.open .dropdown-menu {
    display: block;
  }
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
}
.dropdown-menu > li > a {
    font-size: 16px;
}
.columns {
    width: 100%;
    margin-bottom: 2em;
}
.hero-bg {
    height: 75%;
}
.bg-hero-text {
    margin-top: 25%;
}
.bg-hero-text .h1 {
    font-size: 84px;
}
.intro-section .left.flex-item {
    width: 100%;
}
.intro-section .right.flex-item {
    width: 100%;
}
.title-img {
    margin-bottom: 2em;
}
.massage-banner {
  background-position: 70%;
}
.storySection:after {
    right: 45%;
}
.video-action .btn-main, .specials-card .btn-main {
    display: block;
}
.flex-card-item {
    width: 100%;
}
.flex-card-item:first-child {
    padding-right: 0px;
    margin-bottom: 2em;
}
.flex-card-item:last-child {
    padding-left: 0px;
}
#footerArea {
    padding: 4em 0;
}
}

@media (max-width: 767px) {
  #hpNavbar {
    background-color: var(--main-color);
}
.navbar-inverse .navbar-brand {
  color: var(--alt2-color);
  padding-top: 28px;
  font-size: 30px;
}
  .navbar-inverse .navbar-toggle {
   border-color: var(--alt2-color);
   background-color: var(--main-color);
 }
 .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: var(--main-color);
}
 .navbar-inverse .navbar-toggle .icon-bar {
   background-color: var(--alt2-color);
 }
 .navbar-inverse .navbar-nav>.active>a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-inverse .navbar-nav>li>a {
    padding-top: 10px;
    color: #fff;
}
.navbar-header {
    margin-top: 0;
    padding-bottom: 15px;
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    margin-top: 0;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: var(--alt2-color);
    padding-bottom: 10px;
}
.navbar-nav .open .dropdown-menu {
        background-color: #f5f5f5;
        border-radius: 0;
    }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: var(--main-color);
        padding: 10px 15px 10px 25px;
        border-bottom: thin solid #ddd;
    }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: var(--alt1-color);
    }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: var(--alt1-color);
        background-color: transparent;
    }
.subpage-header {
    padding: 40px 0;
}
 .flex-item {
   width: 100%;
 }
#footerArea {
    text-align: center;
    padding: 2em 0 2em;
}
#footerArea .flex-item-3, #footerArea .flex-item-6 {
   width: 100%;
}
 .mantra {
    padding-right: 0;
    margin-bottom: 30px;
}
.footer-content .columnCount2 {
    grid-template-columns: auto;
}
 .hero-bg {
    height: 400px;
    margin-top: 0;
    background-position: 85% center;
    background-image:  linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) ), url(../images/yoga-ona.jpg);
}
 .bg-hero-text {
    width: 100%;
    margin-top: 20%;
    text-align: center;
}
.bg-hero-text .h1 {
    font-size: 48px;
}
.intro-section {
    padding-top: 4em;
}
.intro-card {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 30px 20px;
}
.intro-card h2 {
    font-size: 38px;
}
.icon-card {
    padding: 30px 30px 25px 100px;
}
.icon-card:before {
    left: 20px;
    top: 35px;
}
.title-content {
    text-align: center;
}
.title-content h2 {
    font-size: 38px;
}
.massage-banner {
  background-position: center;
  background-image: linear-gradient(to right, rgb(118 77 171 / 90%), rgb(118 77 171 / 90%)), url(../images/cheri-banner-sm.jpeg);
  padding: 1em 0 3em;
}
.massage-banner {
  text-align: center;
}
.massage-list {
    text-align: left;
}
.banner-content {
    width: 100%;
}
.banner-content h2 {
    font-size: 38px;
}
.reviews-section h2 {
    font-size: 38px;
}
.reviews-section .row {
    display: block;
  }
.col-md-4 {
    display: block;
  }
.aboutSection, .storySection, .eduSection {
    padding: 4em 0 2em;
}
.aboutSection:after, .storySection:after, .eduSection:after {
    display: none;
}
.contact-social-links i {
    width: 100%;
}
#footerArea .hours {
   text-align: center;
}
.footer-logo .lmt-number {
    width: 80%;
}
.footer-copy {
   padding-top: 3em;
}
}