:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  background-color: #000;
  border-bottom: 5px solid #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1366px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px 5px 4px;
  font-family: raleway, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffe23f;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 17px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #f3ec5e;
  padding: 12px 25px;
  font-family: raleway, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  background-image: url('../images/home-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  font-family: altesse-std-24pt, sans-serif;
  font-weight: 400;
}

.welcome {
  flex-direction: column;
  align-items: flex-start;
  height: 60vh;
  margin-left: 100px;
  display: flex;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: raleway, sans-serif;
}

.top-bar {
  background-color: #131313;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link {
  color: #fffdfd;
}

.footer {
  background-color: #000;
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: raleway, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.welcome-mobile {
  display: none;
}

.image {
  width: 35px;
}

.about-us {
  background-image: url('../images/HB22_2721_R4_Mobile-1280x1280.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.text-div-wrapper {
  background-color: #fdfdfdd9;
  width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 50px;
  padding: 30px 20px;
}

.text-div-wrapper.short {
  min-height: 700px;
}

.text-div-wrapper.book-online {
  width: 50%;
}

.text-div-wrapper.wide {
  width: 70%;
}

.heading-interior {
  border-bottom: 1px solid #ffa600;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: altesse-std-64pt, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.quote {
  text-align: left;
  background-color: #979797;
  border-radius: 10px 0 0 10px;
  padding: 10px 30px;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  font-family: raleway, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.italic-text {
  text-align: left;
}

.paragraph {
  font-family: raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.spacer-30px {
  width: 100%;
  height: 30px;
}

.image-section {
  z-index: -1000;
  background-image: url('../images/HB22_2721_R4_Mobile-1280x1280.jpg');
  background-position: 100%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.image-section.services {
  background-image: url('../images/services-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-section.contact {
  background-image: url('../images/contact-bg.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-section.information {
  background-image: url('../images/information-bg1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-section.book {
  background-image: url('../images/book-bg.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.image-section.giftcards {
  background-image: url('../images/giftcards.jpg');
  background-position: 0%;
  background-size: cover;
}

.book-online-mobile-section {
  display: none;
}

.quick-stack {
  grid-column-gap: 2px;
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack.waxing {
  width: 60%;
}

.service-title, .price-title {
  font-family: raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.text-span {
  font-family: raleway, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.disclaimer {
  border-bottom: 1px solid #414141;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: raleway, sans-serif;
  font-style: italic;
}

.title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-family: raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.html-map, .html-form {
  width: 100%;
}

.html-book {
  text-align: left;
  width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  max-width: 1080px;
}

.button-primary-mobile {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #f3ec5e;
  padding: 12px 25px;
  font-family: raleway, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary-mobile:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-mobile:active {
  background-color: #43464d;
}

.giftcards-nav {
  color: #ff8a24;
}

.giftcards-nav:hover {
  color: #ffed24;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    align-items: center;
  }

  .nav-menu-wrapper {
    color: #000;
    background-color: #0000;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section {
    height: 50vh;
  }

  .heading.black {
    color: #000;
    text-align: center;
  }

  .welcome {
    display: none;
  }

  .button.mobile {
    width: 45%;
  }

  .footer {
    position: static;
  }

  .icon {
    color: #fff;
    font-size: 50px;
  }

  .welcome-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .social {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block {
    display: none;
  }

  .text-div-wrapper {
    background-color: #fdfdfdd9;
    margin-left: auto;
    margin-right: auto;
  }

  .text-div-wrapper.book-online {
    width: 90%;
  }

  .text-div-wrapper.wide {
    width: 95%;
  }

  .image-section {
    background-position: 100%;
  }

  .book-online-mobile-section {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-title {
    font-size: 16px;
  }

  .text-span {
    font-size: 15px;
  }

  .button-primary-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    align-items: center;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    color: #000;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section {
    height: 50vh;
  }

  .heading.black {
    color: #000;
    text-align: center;
  }

  .welcome {
    display: none;
  }

  .welcome-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .social {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-div-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-div-wrapper.book-online {
    display: none;
  }

  .text-div-wrapper.book-online.giftcards {
    width: 100%;
    display: block;
  }

  .book-online-mobile-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .html-book {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    height: 35vh;
  }

  .button.mobile {
    width: 80%;
  }

  .top-bar {
    font-size: 12px;
  }

  .text-block {
    font-size: 11px;
  }

  .welcome-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-div-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-div-wrapper.wide {
    width: 95%;
  }

  .quote {
    padding-left: 5px;
    padding-right: 5px;
  }

  .book-online-mobile-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    padding: 15px 20px;
  }

  .text-block-4 {
    text-align: center;
    font-family: raleway, sans-serif;
  }

  .quick-stack.mobile {
    padding-top: 0;
  }

  .quick-stack.waxing {
    width: 100%;
  }

  .service-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
  }

  .service-title.giftcards {
    font-size: 18px;
  }

  .price-title {
    font-size: 13px;
    line-height: 24px;
  }

  .text-span {
    font-size: 12px;
  }

  .text-span.mobile {
    display: none;
  }

  .title {
    font-size: 12px;
    line-height: 24px;
  }
}

#w-node-e8f910f0-a000-9d34-1c0a-fb704022e254-dd4058a4 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  display: none;
}

#w-node-fef9dc73-b402-01cd-7525-59f8bac8486f-dd4058a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aee5baff-9ac8-6556-9d15-3e1aa86fa7a6-dd4058a4, #w-node-ec20edd1-ece7-40af-6957-dc442ac14707-dd4058a4, #w-node-_7b5a5eed-5d8f-935e-66cf-354bfcee2aea-dd4058a4, #w-node-ccd1ca25-f9de-323c-37e6-d17d8a192533-52557b5d {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
}

@media screen and (max-width: 767px) {
  #w-node-e8f910f0-a000-9d34-1c0a-fb704022e254-dd4058a4 {
    display: grid;
  }

  #w-node-aee5baff-9ac8-6556-9d15-3e1aa86fa7a6-dd4058a4, #w-node-ec20edd1-ece7-40af-6957-dc442ac14707-dd4058a4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8f910f0-a000-9d34-1c0a-fb704022e254-dd4058a4 {
    display: grid;
  }

  #w-node-fef9dc73-b402-01cd-7525-59f8bac8486f-dd4058a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aee5baff-9ac8-6556-9d15-3e1aa86fa7a6-dd4058a4, #w-node-ec20edd1-ece7-40af-6957-dc442ac14707-dd4058a4 {
    display: none;
  }
}


