@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --white: #fff;
    --offwhite: rgba(242, 237, 227, 0.85);
    --cream: #F2EDE3;
    --gray: #8a8a8a;
    --black: #000;
    --black2: #0f0f0f;
    --black3: #181818;
    --blacktp: rgba(0, 0, 0, 0.8);
    --gold: #C9A84C;
    --gold2: #E2C97E;
    --body: #080808;
    --bodyalt: #0f0f0f;
    --uscheduleblue: #005e76;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--body);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    color: var(--cream);
}

.Normal,
ul li {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: var(--offwhite);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--cream);
    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 {
        color: var(--primary);
    }

    a:visited {
        color: var(--white);
    }

        a:visited:hover {
            color: var(--primary);
        }

ul, li {
    color: var(--black);
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

:target {
    scroll-margin-top: 100px;
}

/*@media screen and (max-width: 991px) {
    .row .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}*/

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    z-index: 10;
    padding: 1rem;
    background-color: transparent !important;
    background: linear-gradient(to bottom, rgba(8, 8, 8, 0.95), rgba(8, 8, 8, 0.65) 75%, transparent);
    border-top: 1px solid var(--gold);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*#dnn_dnnLOGO_imgLogo {
    max-width: 150px;
    padding: 2% 0;
    -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-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 150px;
    }*/

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    line-height: 16px;
    padding: 0 !important;
}

    .navbar-brand a {
        letter-spacing: 0.15em;
        color: var(--gold);
        text-decoration: none;
    }

        .navbar-brand a:hover {
            color: inherit;
            text-decoration: inherit;
        }

    .navbar-brand .sub-header {
        font-family: 'Jost', sans-serif;
        font-size: 10.5px;
        letter-spacing: 0.1em;
        color: rgba(242, 237, 227, 0.75);
        font-weight: 400;
    }

.nav-link {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    line-height: 40px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(242, 237, 227, 0.6);
}

    .nav-link:hover {
        color: var(--gold) !important;
        -webkit-transition: all .2s 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-item {
    list-style: none;
    align-items: center;
    gap: 26px;
}

.navbar ul {
    margin-left: 0;
}

.dropdown-menu {
    background-color: var(--black);
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

@media screen and (min-width: 992px) {
    .navbar {
        padding: 18px 40px;
    }

    .dropdown-menu {
        border-radius: 0;
        background-color: var(--body);
    }

    .nav-item {
        border-radius: 18px
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        background: linear-gradient(to bottom, rgba(8, 8, 8, 1), rgba(8, 8, 8, 0.95) 90%, transparent 100%) !important;
        -webkit-transition: all .2s 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;
    }

    #dnn_dnnLOGO_imgLogo {
        max-height: 90px;
        padding: 5%;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* photo hero */

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/205/players-society-hero.webp'), url('/Portals/51/players-society-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    align-content: center;
    border-bottom: 2px solid var(--gold);
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .hero-bg {
        background-position: top;
        height: 1000px;
    }
}

/* text */

.hero-text {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

    .hero-text p {
        line-height: 1.85;
        margin-bottom: 2rem;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    }

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.875rem, 7.5vw, 5.875rem);
    font-weight: 400;
    line-height: 0.98;
    color: var(--white);
    margin-bottom: 1.4rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
    animation: fadeUp 0.9s ease 0.3s both;
}

    .hero-title em {
        font-style: italic;
        color: var(--gold);
    }

.section-hero {
    animation: fadeUp 0.9s ease 0.15s both;
}

.hero-body {
    animation: fadeUp 0.9s ease 0.45s both;
}

.hero-ctas {
    animation: fadeUp 0.9s ease 0.6s both;
}

    .hero-ctas .book-button {
        box-shadow: 0 10px 34px rgba(201, 168, 76, 0.4);
    }

@media screen and (min-width: 992px) {
    .hero-text {
        max-width: 35%;
        margin-top: 5rem;
        padding-right: 0;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT                                   */
/*------------------------------------------------*/

#MainContent {
    margin-top: 700px;
    margin-bottom: 1rem;
    width: 100%;
    overflow-x: hidden;
}
    #MainContent ul li {
        list-style-type: disc;
    }

@media screen and (min-width: 992px) {
    #MainContent {
        margin-top: 900px;
    }

    #MainContent > * > * {
        padding-left: 0;
        padding-right: 0;
    }

    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/* home */

.PageType_Home #NarrowContent {
    background: linear-gradient(160deg, #141414 0%, #0d0d0d 100%);
    border-bottom: 2px solid var(--gold);
    padding: 3.5rem 0;
}

.PageType_Home #FullWidthTwo,
.PageType_Home #FullWidthThree,
.PageType_Home #FullWidthFour,
.PageType_Home #FullWidthFive,
.PageType_Home #FullWidthSeven,
.PageType_Home #FullWidthEight {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .PageType_Home #FullWidthThree,
    .PageType_Home #FullWidthFive,
    .PageType_Home #FullWidthSeven {
        background: linear-gradient(160deg, #141414 0%, #0d0d0d 100%);
    }

@media screen and (min-width: 992px) {
    .PageType_Home #NarrowContent {
        padding: 3.5rem 0;
    }

    .PageType_Home #FullWidthTwo,
    .PageType_Home #FullWidthThree,
    .PageType_Home #FullWidthFour,
    .PageType_Home #FullWidthFive,
    .PageType_Home #FullWidthSeven,
    .PageType_Home #FullWidthEight {
        padding: 4rem 17.5%;
    }
}

/* ABOUT & PRICING */

.PageType_Home #FullWidthTwo {
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.75)), url('/Portals/_default/images/AdobeStock_250923456-2000.webp');
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.PageType_Home #FullWidthFive .content-box .section-label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

@media screen and (min-width: 992px) {
    .PageType_Home #FullWidthFive .content-box.alt .section-label {
        color: var(--black);
        background: var(--gold);
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .PageType_Home #FullWidthFive .content-box.alt .section-label p {
            color: var(--black);
        }
}

/* LESSONS */

.PageType_Home #FullWidthThree .feature-card,
.PageType_Home #FullWidthSix .feature-card {
    border-top: 2px solid var(--gold);
}

    .PageType_Home #FullWidthThree .feature-card ul,
    .PageType_Home #FullWidthSix .feature-card ul {
        padding-left: 0;
    }

        .PageType_Home #FullWidthThree .feature-card li,
        .PageType_Home #FullWidthSix .feature-card li {
            list-style: none !important;
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.5rem;
        }

            .PageType_Home #FullWidthThree .feature-card li::before,
            .PageType_Home #FullWidthSix .feature-card li::before {
                content: '\2014';
                position: absolute;
                top: 0;
                left: 0;
                color: var(--gold);
            }

/* TECHNOLOGY */

/*.PageType_Home #FullWidthFour {
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.75)), url('/Portals/_default/images/AdobeStock_1533767439.webp');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
*/
.PageType_Home #FullWidthFour .cw-3-3 {
    margin-top: 2px;
}

    .PageType_Home #FullWidthFour .cw-3-3 .feature-card {
        text-align: center;
    }

.PageType_Home #FullWidthFour .price:before {
    content: '';
}

/* PRIVATE EVENTS */

.PageType_Home #FullWidthFive {
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.75)), url('/Portals/205/players-society-private-events.webp');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* CONTACT */

/*.PageType_Home #FullWidthSeven {
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.75)), url('/Portals/_default/images/AdobeStock_255925737-2000.webp');
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}*/

/* FOOTER */

.PageType_Home #FooterContainer {
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.75)), url('/Portals/205/players-society-booking.webp');
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    padding: 2.25rem 2rem !important;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: start;
    text-align: center;
    background-color: var(--body);
    border-top: 2px solid var(--gold);
}  

    .content-box .section-label {
        gap: 0;
    }

        .content-box .section-label:before {
            content: '';
            width: 0;
            height: 0;
        }

    .content-box h3 {
        color: var(--white);
    }

    .content-box h5 {
        align-self: center;
        margin-top: auto;
    }

    .content-box ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
        text-align: left;
        margin-left: -10px;
        padding-left: 10px;
    }

        .content-box ul li {
            display: flex;
            align-items: start;
            list-style-type: none !important;
        }

        .content-box ul li::before {
            content: '\2714';
            color: var(--gold);
            margin-right: 10px;
        }

.content-notes {
    font-size: 0.75rem;
    color: rgba(242, 237, 227, 0.5);
    letter-spacing: 0.05em;
    font-style: italic;
    text-align: start;
}

.content-box.alt {
    background-color: var(--blacktp);
}

@media screen and (min-width: 992px) {
    .content-box {
        height: 100%;
        width: 100%;
        padding: 1em;
    }
}

.info-box {
    background: rgba(201, 168, 76, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.12);
    padding: 1.25rem 1.75rem;
    margin-top: 1rem;
    font-size: 0.80rem;
    color: rgba(242, 237, 227, 0.6);
    line-height: 1.7;
}

    .info-box p:last-child {
        margin-bottom: 0;
    }

    .info-box strong {
        color: var(--cream);
    }

/* booking buttons */

.book-button-hero {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    padding: 10px 30px;
    margin-left: 10px;
    background-color: var(--gold);
    color: var(--black) !important;
    font-weight: 600;
    text-transform: uppercase;
    -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-hero:hover {
        background-color: var(--gold2);
        text-decoration: none;
    }

.book-button {
    display: inline-block;
    padding: 1.375rem 3.25rem;
    background-color: var(--gold);
    border: 1px solid var(--gold);
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    color: var(--black) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    -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(--gold2);
        text-decoration: none;
    }

.book-button-alt {
    display: inline-block;
    padding: 1.375rem 3.25rem;
    background-color: transparent;
    border: 1px solid rgba(242, 237, 227, 0.4);
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    color: var(--offwhite) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    -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 {
        border-color: var(--gold);
        color: var(--gold) !important;
    }

/* zoom buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zoom-button img {
        width: 100%;
        aspect-ratio: 16 / 9;
        transition: transform .5s ease;
    }

    .zoom-button:hover img {
        transform: scale(1.3);
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

    .text-overlay h2 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/* faq accordion */

.accordion-item {
    border: none !important;
    background-color: var(--black);
}

    .accordion-item .accordion-button {
        border-radius: 12px !important;
    }

    .accordion button {
        font-family: "adelle-mono-flex", monospace;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        color: var(--white);
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: var(--blue);
    }

    .accordion-body p,
    .accordion-body li {
        color: var(--white);
    }

        .accordion-button::after {
            background-image: url('/Portals/174/plus-circle-fill.png');
            transform: scale(1) !important;
        }

            .accordion-button:not(.collapsed)::after {
                background-image: url('/Portals/174/dash-circle-fill.png');
            }

            .accordion-button:not(.collapsed) {
                background-color: var(--darkblue);
                color: var(--white);
            }

/* cards */

.card-wrapper {
    display: grid;
    gap: 10px;
}

.feature-card {
    background: var(--black3);
    padding: 1rem;
    border-top: 2px solid transparent;
}

.card-number {
    font-family: 'Playfair Display', serif;
    font-size: 0.8rem;
    color: var(--gold);
    letter-spacing: 0.2em;
}

.card-label {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.card-wrapper.faq {
    gap: 8px;
}

    .card-wrapper.faq .feature-card {
        border-left: 2px solid var(--gold);
    }

        .card-wrapper.faq .feature-card p:first-child {
            color: var(--cream);
            font-weight: 500;
        }

        .card-wrapper.faq .feature-card p:last-child {
            margin-bottom: 0;
        }

@media screen and (min-width: 992px) {
    .card-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .card-wrapper.cw-3-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .card-wrapper.faq {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 1.5rem;
    }
}

/* font & text classes */

.section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold) !important;
    font-weight: 500;
}

    .section-label:before {
        content: '';
        width: 1.5rem;
        height: 1px;
        background: var(--gold);
    }

    .section-label p {
        margin-bottom: 0 !important;
    }

.title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 1rem;
}

    .title em {
        color: var(--gold);
        font-style: normal
    }

.title-sub {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

    .price:before {
        content: '$';
        font-size: 1.4rem;
    }

.offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

@media screen and (min-width: 992px) {
    .offer {
        flex-direction: row;
        gap: 5rem;
    }
}

.font-small {
    font-size: 0.7em;
}

.a-normal {
    color: var(--cream);
    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-normal:hover {
        color: var(--primary);
    }

    .a-normal:visited {
        color: var(--white);
    }

        .a-normal:visited:hover {
            color: var(--primary);
        }

/* fade animations */

.fade-fast-static {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.fade-md-static {
    opacity: 0;
    transition: opacity 2s ease-out;
}

.fade-long-static {
    opacity: 0;
    transition: opacity 3s ease-out, opacity 1.5s ease-in;
}

.fade-md-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-md-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-md-bottom {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

    .fade-fast-static.visible,
    .fade-md-static.visible,
    .fade-long-static.visible {
        opacity: 1;
    }

    .fade-md-left.visible,
    .fade-md-right.visible {
        opacity: 1;
        transform: translateX(0);
    }

    .fade-md-bottom.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* hover glow */

@media screen and (min-width: 992px) {
    .hover-glow:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 20px -10px rgba(33, 115, 17, .35);
        -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;
    }

    .hover-glow:not(:hover) {
        -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;
    }

    .hover-glow.content-box,
    .hover-glow.hz-box {
        border-color: var(--black);
    }

        .hover-glow.content-box:hover,
        .hover-glow.hz-box:hover {
            border-color: var(--primary);
        }
}

/* animations */

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(28px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* faq accordion */

.accordion-item {
    background: var(--secondary);
    border: none !important;
}

    .accordion-item .accordion-button {
        font-size: 1.25rem;
    }

.accordion button {
    font-family: rubik, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: var(--black);
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: var(--secondary);
}

    .accordion-button:focus {
        border-color: none !important;
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--secondary);
        color: var(--black);
        box-shadow: none !important;
    }

@media screen and (max-width: 991px) {
    .accordion-button {
        padding: 1rem 0.5rem !important;
    }

    .accordion-item .accordion-button {
        font-size: 1rem;
    }

    .accordion-button::after {
        transform: scale(0.75) !important;
    }
}

/* contact lists */

.contact-email::before {
    font-family: bootstrap-icons;
    content: "\F32C";
    font-size: 2rem;
    margin-right: 10px;
}

.contact-phone::before {
    font-family: bootstrap-icons;
    content: "\F5B4";
    font-size: 2rem;
    margin-right: 10px;
}

.contact-hours::before {
    font-family: bootstrap-icons;
    content: "\F291";
    font-size: 2rem;
    margin-right: 10px;
}

/* photo sets */

.photoset {
    margin-top: 2em;
    margin-bottom: 2em;
}

    .photoset img {
        width: 100%;
        height: auto;
        padding: 0.25em;
    }

/* videos */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* quick forms */

.DnnModule-DNNSmartQuickForm {
    width: 100%;
    justify-self: center;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}

/* misc */

.badge {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 0;
    padding: 1.5rem 2rem;
}

    .badge p {
        color: rgba(242, 237, 227, 0.7);
        font-weight: 300;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

.badge-tag {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: var(--gold) !important;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--body);
    border-top: 2px solid var(--gold);
    text-align: center
}

    footer a {
        color: var(--gray);
    }

        footer a:hover {
            color: var(--cream);
        }

        footer a:visited {
            color: var(--grey);
        }

        footer a:visited:hover {
            color: var(--cream);
        }

#FooterUpper,
#FooterLower {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    #FooterUpper .book-button {
        box-shadow: 0 10px 34px rgba(201, 168, 76, 0.4);
    }

#FooterLower h4 {
    color: var(--gold);
    font-size: 1rem;
}

#FooterLower p {
    color: var(--gray);
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.footer-nav {
    display: inline-flex;
    flex-wrap: balance;
    max-width: 100%;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    gap: 2rem;
}

    .footer-nav ul li {
        margin-left: -10px;
    }

    .footer-nav a {
        font-size: 0.8rem;
    }

@media screen and (min-width: 992px) {
    #FooterUpper,
    #FooterLower {
        padding: 4rem 30%;
    }
}