@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://use.typekit.net/hsc8lvq.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

:root {
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --offwhite: rgba(250, 249, 246, 1);
    --grey: rgba(153, 153, 153, 1);
    --lightgrey: rgba(187, 187, 187, 1);
    --darkgreen: rgba(27, 48, 33, 1);
    --lightbrown: rgba(64, 40, 9, 1);
    --brown: rgba(33, 25, 13, 1);
    --tan: rgba(140, 118, 74, 1);
    --burgundy: rgba(38, 16, 7, 1);
    --yellow: rgba(187, 164, 80, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--darkgreen);
}

h1 {
    font-family: "novantique-script", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--yellow);
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--offwhite);
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

    h2, h3, h4, h5, h6 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

        h2, h3, h4 {
            font-weight: 600;
        }

.Normal {
    font-family: cormorant, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--offwhite);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--yellow);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--offwhite);
}

a:visited {
    color: var(--yellow);
}

a:visited:hover {
    text-decoration: none;
    color: var(--offwhite);
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 992px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 0;
    }
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: var(--darkgreen) !important;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 150px;
    margin: 1em 0.5em;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--yellow) !important;
    border-bottom: 2px solid rgba(255,255,255,0);
    display: inline-block;
    text-decoration: none;
    line-height: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--white) !important;
}

.nav-link:visited {
    color: var(--yellow);
    border-bottom: 2px solid rgba(255,255,255,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--white) !important;
    border-bottom: 2px solid rgba(255,255,255,1);
}

.dropdown-menu {
    background-color: #505050;
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .nav-link:hover {
    color: #ccc !important;
    border-bottom: 2px solid rgba(255,255,255,0);
}

.dropdown-menu .nav-link:visited {
    color: #fff !important;
}

.dropdown-menu .nav-link:visited:hover {
    color: #ccc !important;
    border-bottom: 2px solid rgba(255,255,255,0);
}

.dropdown-menu .active {
    border-radius: 0px;
}

.Page-Landing_Page #navbarmain {
    display: none;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/Portals/_default/images/AdobeStock_1533767439.jpeg');
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

    .Page-Landing_Page .hero-bg {
        height: 80vh;
    }

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5 {
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}

    .hero-text h1 {
        color: var(--yellow);
    }

    .hero-text p {
        text-shadow: 1px 1px 2px #000;
    }

    .hero-text .book-button {
        text-shadow: none !important;
    }

#videoBG {
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .hero-text h1 {
        font-size: 5rem;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT                                   */
/*------------------------------------------------*/

#MainContent ul,
#MainContent li {
    list-style-type: disc;
    list-style-position: inside;
}

@media screen and (min-width: 992px) {
    #MainContent {
        padding-top: 1em;
    }
}

/* landing page */

#LandingHeader {
    position: relative;
    top: 0;
    left: 0;
    height: 150px;
    margin-top: 16px;
    padding: 5px 0;
}

body:not(.Page-Landing_Page) #LandingHeader {
    display: none;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

.Page-Landing_Page #dnn_lsRight {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.Page-Landing_Page #ThreeColumn {
    background-color: var(--yellow);
    padding-top: 1em;
    padding-bottom: 1em;
}

    .Page-Landing_Page #ThreeColumn h2,
    .Page-Landing_Page #ThreeColumn h3,
    .Page-Landing_Page #ThreeColumn h4,
    .Page-Landing_Page #ThreeColumn h5,
    .Page-Landing_Page #ThreeColumn h6,
    .Page-Landing_Page #ThreeColumn p {
        color: var(--black);
    }

@media screen and (min-width: 992px) {
    .Page-Landing_Page #MainContent {
        padding-top: 0;
    }

    .Page-Landing_Page .content-box {
        width: 100%;
        margin-bottom: 2em;
        min-height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .Page-Landing_Page .hero-text h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .Page-Landing_Page .hero-text h5 {
        font-size: 1rem;
    }
}

/* memberships */

@media screen and (min-width: 992px) {
    .Page-Memberships .content-box {
        width: 100%;
        margin-bottom: 2em;
        min-height: 530px;
    }
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    padding-top: 2%;
    /*background: linear-gradient(180deg,rgba(8, 24, 15, 1) 0%, rgba(10, 29, 18, 1) 50%, rgba(20, 42, 30, 1) 100%) !important;*/
    background-color: var(--darkgreen) !important;
    border-top: 2px solid var(--yellow);
}

    footer p {
        margin-bottom: 0.5em;
        text-align: center;
    }

.footer-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
    padding: 0;
    list-style: none;
}

    .footer-icons li {
        margin-left: 0.3em;
        margin-right: 0.3em;
    }

/*------------------------------------------------*/
/* COMPONENTS                                     */
/*------------------------------------------------*/

/* buttons */

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border: 3px outset var(--black);
    border-radius: 10px;
    background-color: var(--yellow);
    color: var(--black) !important;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button:hover {
        background-color: var(--tan);
        text-decoration: none;
    }

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border: 2px solid var(--black);
    border-radius: 10px;
    background-color: var(--tan);
    color: var(--black) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button-alt:hover {
        background-color: var(--yellow);
        text-decoration: none;
    }

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--yellow);
    border: 2px solid var(--black);
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 10px 20px;
    text-align: center;
}

    .content-box h1,
    .content-box h2,
    .content-box h3,
    .content-box h4,
    .content-box h5,
    .content-box h6,
    .content-box p {
        color: var(--black);
    }

.content-box ul {
    color: var(--black);
    text-align: left;
    list-style-position: outside;
}

.content-box i {
    font-size: 1.8em;
    margin-bottom: -1em;
}

.cb-yellow {
    background: linear-gradient(135deg,rgba(255, 225, 93, 1) 0%, rgba(242, 201, 58, 1) 50%, rgba(171, 113, 14, 1) 100%) !important;
}

    .cb-yellow h1,
    .cb-yellow h2,
    .cb-yellow h3,
    .cb-yellow h4,
    .cb-yellow h5,
    .cb-yellow h6,
    .cb-yellow p,
    .cb-yellow ul {
        color: #1b3021 !important;
    }

.cb-black {
    background: linear-gradient(180deg,rgba(27, 27, 27, 1) 0%, rgba(24, 24, 24, 1) 50%, rgba(15, 15, 15, 1) 100%) !important;
}

    .cb-black h1,
    .cb-black h2,
    .cb-black h3,
    .cb-black h4,
    .cb-black h5,
    .cb-black h6,
    .cb-black p,
    .cb-black ul {
        color: var(--white);
    }

.cb-tan {
    background: linear-gradient(135deg,rgba(86, 39, 9, 1) 0%, rgba(90, 41, 9, 1) 50%, rgba(75, 29, 3, 1) 100%) !important;
}

    .cb-tan h1,
    .cb-tan h2,
    .cb-tan h3,
    .cb-tan h4,
    .cb-tan h5,
    .cb-tan h6,
    .cb-tan p,
    .cb-tan ul {
        color: #b68c56 !important;
    }

/* home page buttons */
.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/* font classes */

.font-small {
    font-size: 0.8em;
}

.green {
    color: var(--green);
}

.yellow {
    color: var(--yellow);
}

/* signup form */

#Waitlist {
    text-align: left;
    height: auto !important;
    border-radius: 20px;
}

    #Waitlist a {
        color: var(--black);
    }

        #Waitlist a:hover {
            color: var(--offwhite);
        }

.form-control {
    border-radius: 10px;
    margin-bottom: 5px;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}
