body, html {
    height: 100%;
    background-color: #0a0a0a;
    font-family: Vollkorn;
    color: #9A9696;
    margin: auto;
  }

/* Preserve header height for scroll math */
:root {
    --header-height: 190px;
}

/* Ensure scroll targets account for fixed header */
[id] {
    scroll-margin-top: 210px;
}

/* Prevent observer trigger collapse on mobile */
.section-trigger {
    min-height: 210px;
}

  @font-face {
    font-family: PalmsDelight;
    src: url("../assets/PalmsDelight-5y10z.woff");
  }

  @font-face {
    font-family: Vollkorn;
    src: url("../assets/Vollkorn-VariableFont_wght.woff");
  }

  @font-face {
    font-family: Vollkorn;
    src: url("../assets/Vollkorn-Italic-VariableFont_wght.woff");
    font-style: italic;
  }

p {
    text-indent: 50px;
    width: 70vw;
    margin: 55px;
    font-size: 20px;
    line-height: 40px;
}

li {
    font-size: 20px;
    line-height: 40px;
}

.standard-text {
    font-size: 20px;
    line-height: 40px;
    text-indent: 50px;
}

h1 {
    font-family: inherit;
    font-weight: bold;
    font-size: 32px;
    margin-left: 90px;
    /* color: #0ECF8D; */
    color: whitesmoke;
}

h2 {
    font-family: inherit;
    font-weight: bold;
    font-size: 32px;
    /* color:lightseagreen; */
    /* color: #0ECF8D; */
    color: whitesmoke;
}

ul {
    width: 800px;
    margin-top: -40px;
    line-height: 25px;
}

.aqua {
    background-color: aqua;
}

.block {
    text-indent: 0px;
    padding-left: 120px;
    padding-top: 25px;
    width: 85vw;
    margin: 0;
}

.policy {
    text-indent: 0px;
    padding-left: 40px;
    padding-top: 25px;
    width: 80vw;
    margin: 0;
    /* transform: translateX(-20px); */
}

.flexbox {
    display: flex;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.center {
    justify-content: center;
    align-items: center;
}

.horizontal-center {
    justify-content: center;
}

.vertical-center {
    align-items: center;
}

.remove-indent {
    text-indent: 0px;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.first-element-margin {
    margin-top: 160px;
}

.middle-element-margin {
    margin-top: 50px;
}

.last-element-margin {
    margin-bottom: 160px;
}

.margin-25 {
    margin: 25px;
}

.margin-50 {
    margin: 50px !important;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-400 {
    margin-top: 400px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-left-120 {
    margin-left: 120px;
}

.margin-left-170 {
    margin-left: 170px;
}

.margin-right-50 {
    margin-right: 50px;
}

.space-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-20 {
    padding: 20px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

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

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

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-horizontal-25 {
    padding: 0px 40px;
}

.padding-left-50 {
    padding-left: 50px;
}

/* FIX THIS */
.side-padding-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.remove-text-indent {
    text-indent: 0px !important;
}

.remove-padding-top {
    padding-top: 0 !important;
}

.remove-horizontal-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.remove-margin {
    margin: 0 !important;
}

.remove-margin-top {
    margin-top: 0;
}

.remove-margin-bottom {
    margin-bottom: 0;
}

.remove-vertical-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.vertical-margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical-margin-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.vertical-margin-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.right-margin-20 {
    /* margin-left: 20px; */
    margin-right: 20px;
}

.horizontal-margin-120 {
    margin-left: 60px;
    margin-right: 60px;
}

.top-180 {
    top: 180px;
}

.width-15 {
    width: 15vw;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70vw;
}

.width-75 {
    width: 75vw;
}

.width-85 {
    width: 85vw;
}

.width-100 {
    width: 100vw !important;
}

.width-100-percent {
    width: 100%;
}

.width-300 {
    width: 300px !important;
}

.width-550 {
    width: 550px;
}

.width-600 {
    width: 600px !important;
}

.width-675 {
    width: 675px;
}

.width-750 {
    width: 750px;
}

.height-25 {
    height: 25%;
}

.height-100 {
    height: 100%;
}

.main-header {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    height: var(--header-height) !important;
    width: 100%;
    font-weight: bold;
    font-size: large;
    z-index: 1;
}

.header-rectangle {
    display: flex;
    position: absolute;
    height: 180px;
    width: 100%;
    z-index: -1;
    border-bottom: solid;
    border-color: #5e5d5d;
    border-width: 1px;
}

.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
} 

.sticky-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
}

.navigation-title {
    padding-top: 29px;
    color: inherit;
    font-family: inherit;
    font-size: 36px;
    font-weight: bold;
}

.navigation-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    padding: 20px;
}

.navigation-button {
    display: flex;
    color: #5e5d5d;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: none;
    border: none;
    vertical-align: middle;
    padding: 5px 20px;
    /* flex-grow: 1; */
}

/* Necessary so that the floating navigation bar is present throughout page content */
.sub-container {
    position: relative;
    top: 0;
    height: 100%;
    width: 100vw;
}

.section-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-trigger {
    display: flex;
    position: absolute;
    height: 210px;
    width: 100%;
    bottom: 0;
}

/* Background image container */
.background-image {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.background-image img {
    width: 100%; /* Makes the image take the full width of its container */
    height: 100%; /* Makes the image take the full height of its container */
    object-fit: cover; /* This is the key property */
    display: block;
}


.blur {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    z-index: -1;
}

.banner {
    display: flex;
    position: absolute;
    bottom: 50px;
    /* height: 140px; */
    padding: 10px;
    width: 800px;
    max-width: calc(100% - 40px) !important;
    background-color: black;
    border-radius: 10px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.front-page-banner {
    display: flex;
    position: absolute;
    /* height: 140px; */
    width: 800px;
    max-width: calc(100% - 40px) !important;
    background-color: black;
    border-radius: 10px;
    vertical-align: middle;
    justify-content: center;
    margin-top: 80vh;
}

.banner-color {
    /* color: #3F84CA; */
    color: whitesmoke;
}

.consultation-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 40px;
    color: black !important;
    background-color: #7C7C7C;
    font-size: 1rem;
    font-family: Vollkorn;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    margin-bottom: 100px;
}

.consultation-button:hover {
    background-color: black;
    color: #7c7c7c !important;
    border: solid;
    border-width: 1.5px;
    border-color:  #333;
}

.book-button {
    display: flex;
    flex-direction: column;
    border: none;
    background: none;
    cursor: pointer;

}

.book-subtext {
    font-family: Vollkorn;
    color: #9A9696;
    font-size: 14px;
}



/* Text */

.center-text {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.banner-text {
    /* line-height: 135px; */
    font-size: 6rem;
    font-family: inherit;
    font-weight: bold;
    white-space: nowrap;
}

.caption-text {
    font-size: 14px;
    font-family: Vollkorn;
    font-weight: normal;
    color: inherit;
}

.font-14 {
    font-size: 14px !important;
}

.font-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-32 {
    font-size: 32px;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-80 {
    line-height: 80px;
}

.indent-text {
    margin-left: 50px;
}


/* Colors */
.body-color {
    color: #9A9696 !important;
}

.body-color-hover:hover {
    color: #9A9696 !important;
    cursor: pointer;
}

.light-blue {
    color: #3F84CA !important;
}

.light-blue-hover:hover {
    color: #3F84CA !important;
    cursor: pointer;
}

.mint {
    color: #0ECF8D !important;
}

.light-green {
    color: #006140 !important;
}

.dark-green {
    color: #18453B !important;
}

.yellow-green {
    color: yellowgreen !important;
}

.orange {
    color: #EE3124 !important;
}

.blue {
    color: blue !important;
}

.fusia {
    color: #B20838 !important;
    /* color: #0ECF8D !important; */
}

.fusia-hover:hover {
    color: #B20838 !important;
    /* color: #0ECF8D !important; */
    cursor: pointer;
}

.whitesmoke {
    color: whitesmoke !important;
}

.whitesmoke-hover:hover {
    color: whitesmoke !important;
    cursor: pointer;
}

.opacity-0 {
    opacity: 0%;
}

.opacity-50 {
    background-color: #0a0a0a;
    opacity: 50%;
}

.opacity-85 {
    background-color: #121212;
    opacity: 85%;
    border-radius: 10px;
}

.opacity-95 {
    background-color: #121212;
    opacity: 95%;
    border-radius: 10px;
}

.opacity-100 {
    background-color: #0a0a0a;
}

.blue {
    background-color: blue;
}

.pulsing-font {
    animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        font-weight: bold;
        font-size: 20px;
    }

    70% {
        font-weight: bolder;
        font-size: 24px;
    }

    100% {
        font-weight: bold;
        font-size: 20px;
    }
}

