html {
  font-size: 18px;
  letter-spacing: 0.6px;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

.grecaptcha-badge {
  opacity: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus {
  outline: 0;
}

input,
textarea {
  border-radius: 0;
}

body {
  position: relative;
  z-index: 10;
  font-family: "Arial", sans-serif !important;
}

p {
  line-height: 1.4;
}

h2 {
  font-size: 2.7rem;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 0;
}

h3 {
  font-size: 1.4rem !important;
  text-align: center;
}

h4 {
  font-size: 1.2rem !important;
  text-align: center;
}

.bookNow {
  height: 200px;
}
.bookNow:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

.jane-btn {
  background-color: #00c1ca;
  display: block;
  margin: 4px auto;
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  max-width: 300px;
}
.jane-btn:hover {
  background-color: #016d73;
  color: white !important;
}

.--bodyFont {
  font-family: "Arial", sans-serif;
}

.--bold {
  font-weight: 700;
}

.--underline {
  text-decoration: underline;
}

.grey-text {
  color: #d3d8dc;
}

.--darkGrey {
  color: #818181;
}

.--orange {
  color: #DA8044;
}

.--purple {
  color: #B073DA;
}

.--yellow {
  color: rgb(198, 173, 92);
}

.--navSize {
  font-size: 1.2rem;
}

.--headerSize {
  font-size: 38px;
}

.--taglineSize {
  font-size: 35px;
}

.--dotSize {
  font-size: 1rem;
}

.--bodySize {
  font-size: 1rem;
}

.--subHeaderSize {
  font-size: 2rem;
}

@media (max-width: 1070px) {
  .--bodySize {
    font-size: 1.1rem;
  }
}
@media (max-width: 930px) {
  .--headerSize {
    font-size: 30px;
  }
  .--taglineSize {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .--bodySize {
    font-size: 1rem;
  }
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 760px) {
  .--headerSize {
    font-size: 3.5vw;
  }
  .--taglineSize {
    font-size: 3.2vw;
  }
}
@media (max-width: 710px) {
  h2 {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .--headerSize {
    font-size: 3.5vw;
  }
  .--taglineSize {
    font-size: 3.2vw;
  }
}
@media (max-width: 630px) {
  .--headerSize {
    font-size: 30px;
  }
  .--taglineSize {
    font-size: 26px;
  }
}
.fadeup-header.animate {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.2s ease-out 0.5s;
}

.fadein {
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
  opacity: 0;
}

.faderight {
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
}

.fadeleft {
  transform: translateX(30px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
}

.fadedown {
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
  transform: translateY(-30px);
  opacity: 0;
}

.fadeup {
  transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.d3 {
  transition-delay: 0.7s;
}

.d2 {
  transition-delay: 0.5s;
}

.d1 {
  transition-delay: 0.1s;
}

.d0 {
  transition-delay: 0s;
}

.fadein.animated,
.fadedown.animated,
.fadeup.animated,
.fadeleft.animated,
.faderight.animated,
.fadeup-header.animate.animated {
  transform: translateX(0) translateY(0);
  opacity: 1;
}

.homepage-hero {
  height: 90vh;
  position: relative;
}
.homepage-hero .heroImage {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  z-index: -1;
}

.heroText {
  height: 100%;
}

.heroTextFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75%;
  letter-spacing: 3px;
  color: white;
}
.heroTextFlex p {
  margin-top: 38px;
  margin-bottom: 38px;
}

.centerWord {
  border-left: 0.5px #d3d8dc solid;
  border-right: 0.5px #d3d8dc solid;
}

.tagWords {
  padding: 0 20px;
  display: inline-block;
}

.headTagWord {
  padding: 0 20px;
  font-weight: bold;
  text-transform: lowercase;
}

.heroTextEffect {
  transform: translateY(0px);
  opacity: 1;
}

.hero-section {
  height: 40vh;
  position: relative;
  border-bottom: 10px solid #818181;
}
.hero-section .heroImage {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  z-index: -1;
}

.headerNav {
  position: absolute;
  padding: 25px 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
}
.headerNav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav.headerScroll {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
.headerNav.headerScroll .logo {
  width: 14%;
}

.logo {
  transition: all 0.5s;
  width: 20%;
  min-width: 195px;
}
.logo img {
  height: auto;
}

.headerList {
  list-style: none;
  display: flex;
  justify-content: initial;
  align-items: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 60px;
  opacity: 1;
  transition: all 1s;
}
.headerList li {
  margin: 0 21px;
  height: 100%;
}
.headerList li.current_page_item {
  font-weight: bold;
}
.headerList li.current_page_item.no-bold {
  font-weight: normal;
}
.headerList li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  display: flex;
  justify-content: initial;
  align-items: center;
  transition: all 0.5s;
}
.headerList li a:hover {
  transform: translateY(7px);
  color: #d3d8dc;
}

.mobileNav {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  padding-top: 95px;
  padding-right: 30px;
  opacity: 0;
  transform: translateX(220px);
  transition: all 1s;
}
.mobileNav li.current_page_item {
  font-weight: bold;
}
.mobileNav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.mobileNav a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: white;
  display: block;
  transition: all 1s;
}
.mobileNav a:hover, .mobileNav a:focus {
  color: white !important;
}
.mobileNav a:hover:after, .mobileNav a:focus:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
}

.overlayButton {
  position: fixed;
  top: -11px;
  right: 0px;
  z-index: 330;
  height: 123px;
  width: 123px;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  background-color: none;
  border-radius: 50%;
  transition: all 1s;
}
.overlayButton:before {
  content: "";
  height: 10px;
  width: 50px;
  background-color: white;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
  transition: all 1s;
  opacity: 1;
  position: relative;
  right: -35px;
  bottom: 38px;
}
.overlayButton:after {
  content: "";
  height: 10px;
  width: 50px;
  background-color: white;
  border-radius: 4px;
  display: block;
  transition: all 1s;
  opacity: 1;
  position: relative;
  right: -35px;
  bottom: 38px;
}

.navButtonBlack:before, .navButtonBlack:after {
  background-color: black;
}

.closeNavOverlay:before {
  bottom: 28px;
  background-color: white;
  transform: rotate(45deg);
}
.closeNavOverlay:after {
  bottom: 48px;
  background-color: white;
  transform: rotate(-45deg);
}

.homeButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.booking-code {
  position: absolute;
}

@supports (-webkit-overflow-scrolling: touch) {
  header {
    background-attachment: scroll;
  }
}
@media (max-width: 940px) {
  .headerList {
    display: none;
  }
  .overlayButton {
    display: flex;
  }
  .headerNav {
    position: absolute;
  }
  .mobileNavShow {
    display: block;
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
  }
  .mobileList {
    list-style: none;
    font-size: 2rem;
    padding-left: 0;
  }
  .mobileList li {
    margin-bottom: 40px;
    text-align: right;
  }
}
@media (max-width: 660px) {
  .overlayButton {
    right: 3px;
    top: 0;
  }
  .headTag {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .headTag .centerWord {
    border-left: none;
    border-right: none;
  }
  .headTagWord {
    margin-top: 19px;
  }
  .tagline {
    transform: translateY(23px);
  }
}
@media (max-width: 500px) {
  .heroTextFlex {
    height: 60%;
  }
  .mobileNav {
    left: 25%;
  }
}
@media (max-width: 400px) {
  .mobileNav {
    left: 0;
  }
}
.blogHeader {
  height: 40vh;
  background-position: bottom;
  border-bottom: 10px solid #818181;
}

.blogMain {
  background-color: rgb(233, 233, 233);
}

.instaWrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}

.instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
}

@media (max-width: 700px) {
  .instaWrap {
    width: 95%;
    padding-top: 30px;
  }
}
.image-button-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  /* only minimal bottom padding now that drawers float */
  padding: 40px 10px 40px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: visible; /* allow drawers to overflow */
}

.image-button {
  position: relative;
  width: 260px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.image-button.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-button img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
}

.image-button:hover img {
  transform: scale(1.05);
}

.subtitle {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

/* fixed, centered overlay drawer */
.drawer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px 24px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.drawer.visible {
  display: block;
}

.drawer strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.drawer a {
  display: block;
  margin: 16px auto 0;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  transition: background-color 0.2s ease;
}

.drawer a:hover {
  background: #333;
}

@media (max-width: 768px) {
  .image-button {
    width: 150px;
  }
  .image-button img {
    width: 150px;
    height: 150px;
  }
  .drawer {
    width: 90vw;
    max-width: 90vw;
    max-height: 85vh;
    padding: 18px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .image-button {
    width: 130px;
  }
  .image-button img {
    width: 130px;
    height: 130px;
  }
  .drawer {
    width: 95vw;
    max-width: 95vw;
    max-height: 90vh;
    padding: 16px;
    font-size: 13px;
  }
}
.aboutSection {
  background-color: rgb(245, 244, 244);
  padding-bottom: 10%;
}

.cred {
  font-size: 1rem;
}

.aboutImages {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nameOverlay {
  display: none;
}

.skillsOverlay {
  text-align: center;
}

.teamImage {
  margin: 10px;
  width: calc(33% - 20px);
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid transparent;
  position: relative;
  font-size: 1.2rem;
}
.teamImage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.teamImage img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.teamImage:hover .imageOverlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.teamImage:hover .skillsOverlay {
  display: none;
}
.teamImage:hover .nameOverlay {
  display: block;
}

.imageOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  transition: all 0.5s;
  z-index: 40;
}

.hideOverlay {
  opacity: 0;
}

.aboutBlock {
  margin-top: 100px;
  transition: all 0.2s;
}

.showTeam {
  display: block;
  opacity: 1;
}

.vision:hover {
  border: 3px solid #d3d8dc;
}

.availDates {
  margin-bottom: 0;
}

.availTimes {
  margin-top: 0;
}

.visionBlocks {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  text-align: center;
}

.visionText {
  margin: 10px;
  width: calc(33.33% - 20px);
}

.aboutTextFlex {
  display: flex;
  flex-wrap: wrap;
}

.aboutBullets {
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bio {
  margin-top: 10px;
  margin-left: 20%;
  width: 60%;
  position: relative;
}
.bio:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  left: -14px;
  top: 9px;
  border-radius: 1px;
  position: absolute;
}
.bio:after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  right: -14px;
  bottom: 9px;
  border-radius: 1px;
  position: absolute;
}

.trained,
.special {
  list-style: none;
  font-size: 0.95rem;
  padding: 0;
}
.trained li,
.special li {
  margin: 5px 0;
}

.imageContainer {
  position: relative;
}

.galleryImage {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.showImage {
  opacity: 1;
}

.dotContainer {
  position: relative;
  z-index: 28;
  display: flex;
  right: 17px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.dot {
  width: 13px;
  height: 13px;
  border: 1px white solid;
  border-radius: 50px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.dot:hover {
  background-color: white;
}

.showDot {
  background-color: white;
}

.teamMemberBlock {
  margin-bottom: 80px;
}

.bio {
  margin-top: 40px;
}

@media (max-width: 941px) {
  .aboutTextFlex {
    flex-direction: column;
    align-items: center;
  }
  .bio {
    margin-left: 0;
    width: 80%;
    margin-top: 30px;
  }
  .aboutBullets {
    margin-top: 30px;
    width: 90%;
  }
}
@media (max-width: 780px) {
  .aboutText h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .visionBlocks {
    flex-direction: column;
  }
  .visionText {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .trained,
  .certed {
    text-align: center;
  }
}
@media (max-width: 631px) {
  .teamImage {
    width: calc(50% - 20px);
  }
}
@media (max-width: 495px) {
  .header {
    background-position: 24% 0%;
  }
  .teamImage {
    width: calc(1000% - 20px);
  }
  .imageOverlay p {
    font-size: 2rem;
  }
}
.contactSection {
  padding-bottom: 50px;
}

.contactContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contactList {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: wrap;
  font-size: 1rem;
}
.contactList p {
  margin: 10px 0;
}

.details {
  width: 100%;
}

.contactList .hours {
  margin: 0;
}

.socialMediaBlock {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
}
.socialMediaBlock img {
  height: 50px;
  width: 50px;
}

.contactSocialMedia {
  margin-right: 10px;
  transition: all 0.3s;
}
.contactSocialMedia:hover, .contactSocialMedia:focus {
  transform: scale(1.1);
}

.maps {
  width: 100%;
  margin: 10px;
}
.maps iframe {
  max-width: 100%;
}

.form {
  align-self: center;
  width: 70%;
  background-color: rgb(231, 247, 244);
  position: relative;
}
.form:focus-within input {
  border: 1px solid black;
}
.form:focus-within textarea {
  border: 1px solid black;
}
.form h4 {
  margin: 0;
  margin-bottom: 10px;
}

.formWrap,
.formSubmitted {
  transition: all 0.3s;
}

.formSubmitted {
  opacity: 0;
}

.thankYou {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 50;
}
form .checkBoxes + p {
  width: 92px;
  height: 64px;
}

.formQuestion input,
.formQuestion textarea {
  padding: 7px;
  background-color: rgb(231, 247, 244);
  border: none;
  width: 100%;
  border-bottom: 1px solid black;
}

.formQuestion {
  width: calc(50% - 10px);
  margin-right: 10px;
  height: 147px;
}
.formQuestion input {
  margin-top: 10px;
}
.formQuestion textarea {
  height: 100%;
}

.checkBoxes {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.formCheckbox {
  margin: 10px;
  width: calc(50% - 10px);
}

select {
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  width: 100%;
}
select option {
  width: 100%;
  padding: 20px;
}

.button {
  padding: 15px;
  font-size: 1.2rem;
  background-color: rgb(255, 254, 254);
  border: 2px solid black;
  color: black;
  margin-top: 20px;
  transition: all 0.5s;
}
.button:hover, .button:focus {
  background-color: black;
  color: white;
}

.hideForm {
  display: none;
}

.footer {
  background-color: black;
  padding: 32px 0;
  width: 100%;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerContact {
  color: white;
  text-align: center;
}

.footerLogo {
  width: 20%;
}

.footerIcons {
  display: flex;
  justify-content: flex-end;
  align-items: initial;
}
.footerIcons i {
  font-size: 60px;
  margin-left: 10px;
  transition: all 0.3s;
  color: white;
}
.footerIcons i:hover, .footerIcons i:focus {
  transform: scale(1.1);
}

@media (max-width: 780px) {
  .maps,
  .form {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .contactList {
    text-align: center;
  }
  footer .wrapper {
    flex-direction: column;
  }
  .footerLogo {
    order: 3;
    width: 30%;
  }
  .footerIcons {
    order: 1;
  }
  .footerContact {
    order: 2;
  }
  .details:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 530px) {
  .formForm {
    flex-direction: column;
    align-items: flex-end;
  }
  .formQuestion {
    width: 100%;
    margin-right: 0;
  }
  textarea {
    margin: 10px 0 0 0;
  }
  .checkBoxes {
    flex-direction: column;
  }
  .formCheckbox {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .footerLogo {
    width: 40%;
  }
}/*# sourceMappingURL=main.css.map */