@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    src: url('fonts/Oswald-VariableFont_wght.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    src: url('fonts/Roboto-VariableFont_wdth,wght.woff') format('woff');
}

@font-face {
    font-family: 'Domine';
    src: url('fonts/Domine-VariableFont_wght.ttf') format('truetype');
    src: url('fonts/Domine-VariableFont_wght.woff') format('woff');
}

:root {
    --white: rgba(255, 255, 255, 1);
    --offwhite: rgba(253, 249, 232, 1);
    --cream: rgba(247, 241, 216, 1);
    --black: rgba(0, 0, 0, 1);
    --green: rgba(38, 79, 49, 1);
    --lightgreen: rgba(55, 113, 70, 1);
    --purple: rgba(79, 38, 68, 1);
}

html {
    scroll-behavior: smooth;
}

hr {
    width: 100%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: var(--black);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.Normal {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: var(--black);
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 1rem;
}

li {
    margin-bottom: 0.25rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--lightgreen);
    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(--green);
    }

    a:visited {
        color: var(--lightgreen);
    }

        a:visited:hover {
            text-decoration: none;
            color: var(--green);
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* ADMIN PAGES */
/*------------------------------------------------*/

.Page-File_Management .hero-bg,
.Page-Global_Assets .hero-bg {
    display: none;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 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;
}

.bg-light {
    background-color: var(--cream) !important;
    border-bottom: 1px solid var(--green);
}

#dnn_dnnLOGO_imgLogo {
    max-width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    -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;
}

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 90px;
    }

.nav-link {
    display: inline-block;
    color: var(--green) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

    .nav-link:hover {
        text-decoration: none;
        color: var(--green) !important;
    }

    .nav-link:visited {
        color: var(--green);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: var(--green) !important;
        }

.dropdown-menu {
    background-color: var(--darkgrey);
    border: 1px solid var(--lightgrey);
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

@media screen and (min-width: 992px) {

    .dropdown-menu {
        border-radius: 0;
    }

    #MainContent.container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 90px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .nav-minimize #dnn_dnnLOGO_imgLogo {
            max-width: 70px;
        }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_1533767439.jpeg');
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_731492699-2000.png');
    height: 100vh;
}

/* shape */

.hero-shape {
    fill: #fff;
    margin-top: -50px;
}

.hero-shape svg {
    position: relative;
    min-width: 100%;
    transform: rotate(180deg);
}

/* text */

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    text-align: center;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin: 0;
    color: #fff !important;
    letter-spacing: 1px;
}

    .hero-text h1 {
        font-family: Domine, serif;
        font-size: clamp(1rem, 10vw, 6rem);
        letter-spacing: 2px;
    }

@media screen and (max-width: 991px) {
    .hero-bg {
        background-size: cover;
        background-position: center;
        object-fit: cover;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .PageType_Home .hero-bg {
        height: 60vh;
    }
}

/* home logo */

.hero-logo {
    max-width: 800px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent ul,
#MainContent li {
    list-style-type: disc;
}

.row .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 992px) {
    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (min-width: 1200px) {
    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* HOME */

.PageType_Home #TwoColumn {
    background-color: var(--offwhite);
    border-bottom: 1px solid var(--green);
}

.PageType_Home #TopContentThree {
    padding-top: 1rem;
}

.PageType_Home #FourColumn {
    padding-bottom: 1rem;
}

.PageType_Home #FullMidContent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--black);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url('/Portals/_default/images/AdobeStock_250923456-2000-1000.jpg');
    background-position: 70% 17%;
    background-attachment: fixed;
}

@media screen and (min-width: 992px) {
    .PageType_Home #TwoColumn {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .PageType_Home #dnn_columnLeft,
    .PageType_Home #dnn_columnRight {
        justify-items: center;
        padding-left: 4rem;
        padding-right: 4rem;
    }

        .PageType_Home #dnn_columnLeft {
            border-right: 1px solid var(--black);
        }

    .PageType_Home #TopContentThree {
        padding-top: 5rem;
        padding-left: 2%;
        padding-right: 2%;
    }

    .PageType_Home #FourColumn {
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 5rem;
        background: linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url('/Portals/186/magnolia-tee-logo-no-text.png'), url('/Portals/34/magnolia-tee-logo-no-text.png');
        background-size: 125px;
        background-position: 99% 99%;
        background-repeat: no-repeat;
    }

    .PageType_Home #FullMidContent {
        background-position: center;
    }
}

/* MEMBERSHIPS */

.Page-Memberships #TopContent {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--offwhite);
    border-bottom: 1px solid var(--green);
}

.Page-Memberships #TopContentTwo {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .Page-Memberships #TopContentTwo {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background: linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url('/Portals/186/magnolia-tee-logo-no-text.png'), url('/Portals/34/magnolia-tee-logo-no-text.png');
        background-size: 125px;
        background-position: 99% 99%;
        background-repeat: no-repeat;
    }
}

/* CONTACT */

.Page-Contact #TopContent {
    background-color: var(--offwhite);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Page-Contact #TwoColumn {
    background-color: var(--offwhite);
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--green);
}

.Page-Contact #NarrowPane {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .Page-Contact #NarrowPane {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background: linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url('/Portals/186/magnolia-tee-logo-no-text.png'), url('/Portals/34/magnolia-tee-logo-no-text.png');
        background-size: 125px;
        background-position: 99% 99%;
        background-repeat: no-repeat;
    }
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* zoom 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%);
    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;
    }

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    padding: 0.5em 1em;
    margin-bottom: .5em;
    align-items: center;
    background-color: var(--cream);
    background: linear-gradient(135deg,rgba(253, 249, 232, 1) 0%, rgba(247, 241, 216, 1) 100%);
    color: var(--black);
    text-align: center;
    border: 2px solid var(--black);
    border-radius: 16px;
}

    .content-box h2,
    .content-box h3,
    .content-box h4,
    .content-box h5,
    .content-box h6 {
        color: var(--black);
    }

    .content-box p {
        color: var(--black);
    }

    .content-box ul {
        text-align: left;
        margin-left: -10px;
    }

.content-box .membership-title {
    color: var(--green);
    margin-bottom: 0;
}

.content-box .price {
    font-style: italic;
    margin-bottom: 2rem;
    padding-left: 5%;
}

    .content-box .price-period {
        font-size: 60%;
        margin-left: -2%;
    }

.content-box .details-header {
    list-style-type: none !important;
    margin-left: -5%;
}

.content-footer {
    margin-top: auto;
}

@media screen and (min-width: 992px) {
    .content-box {
        width: 100%;
        height: 100%;
        padding: 2rem;
    }

    .content-section {
        margin-top: auto;
    }

    .box-row {
        justify-content: center;
        margin-bottom: 1rem;
    }
}

/* buttons */

.green-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--lightgreen);
    color: var(--white) !important;
    border: 1px solid var(--black);
    border-radius: 16px;
    -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;
}

    .green-button:hover {
        background-color: var(--green);
        color: var(--white) !important;
        text-decoration: none;
    }

/* highlight row - three */

.highlights-row-three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

    .highlights-row-three > div {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .highlights-row-three h2,
    .highlights-row-three h3,
    .highlights-row-three h4,
    .highlights-row-three h5,
    .highlights-row-three h6 {
        color: var(--green);
    }

    .highlights-row-three p,
    .highlights-row-three li {
        color: var(--black);
    }

    .highlights-row-three i {
        font-size: 2rem;
        color: var(--lightgreen);
        -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;
    }

        .highlights-row-three a i:hover {
            color: var(--green);
        }

@media screen and (min-width: 992px) {
    .highlights-row-three > div {
        border-right: 1px solid var(--green);
    }

    .highlights-row-three > div:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 991px) {
    .highlights-row-three > div {
        gap: 15px;
        width: 75%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--lightgreen);
    }

        .highlights-row-three > div:last-child {
            border-bottom: none;
        }
}

/* highlights column - three */

.highlights-column-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .highlights-column-three > div {
        gap: 15px;
        width: 75%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--lightgreen);
    }

        .highlights-column-three > div:last-child {
            border-bottom: none;
        }

    .highlights-column-three h2,
    .highlights-column-three h3,
    .highlights-column-three h4,
    .highlights-column-three h5,
    .highlights-column-three h6 {
        color: var(--green);
    }

    .highlights-column-three p,
    .highlights-column-three li {
        color: var(--black);
    }

    .highlights-column-three i {
        font-size: 2rem;
        color: var(--lightgreen);
        -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;
    }

        .highlights-column-three a i:hover {
            color: var(--green);
        }

/* images */

.img-pill {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
}

/* videos */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* map wrapper */

.map-wrapper {
    width: 100%;
    margin-bottom: 0;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}

/* colors */

.color-offwhite {
    color: var(--offwhite)
}

.color-cream {
    color: var(--cream);
}

.color-green {
    color: var(--green);
}

.color-lightgreen {
    color: var(--lightgreen);
}

.color-purple {
    color: var(--purple);
}

/* fonts */

.font-small {
    font-size: 0.8rem !important;
}

.font-large {
    font-size: 1.25rem !important;
}

.first-letter {
    font-size: 125%;
    font-weight: bold;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--cream);
    padding-top: 5%;
    padding-bottom: 2%;
    border-top: 1px solid var(--green);
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--black) !important;
}

footer a {
    color: var(--lightgreen);
    font-weight: 600;
    text-decoration: none;
}

    footer a:hover {
        color: var(--green);
        text-decoration: none;
    }

    footer a:visited {
        color: var(--lightgreen);
    }

        footer a:visited:hover {
            color: var(--green);
            text-decoration: none;
        }

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    list-style: none;
    padding: 0;
}
    .footer-nav li {
        margin: 0.5em 1em;
    }

    .footer-nav img {
        max-width: 35px;
    }

@media screen and (min-width: 992px) {
    footer {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}