@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swapdisplay=swap');
@import url("https://use.typekit.net/wij7asx.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --black: #000;
    --blacktransp: rgba(0, 0, 0, 0.9);
    --white: #fff;
    --offwhite: rgba(225, 225, 225, 1);
    --deeppurple: rgba(32, 30, 43, 1);
    --dptransp: rgba(32, 30, 43, 0.9);
    --eggnog: rgba(254, 237, 194, 1);
    --orange: rgba(236, 105, 26, 1);
    --red: rgba(191, 30, 46, 1);
    --charcoal: rgba(74, 74, 74, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: figtree, sans-serif;
    font-weight: 400;
    background-color: var(--black);
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--eggnog);
    margin: 1rem 0;
    font-weight: 700;
}

    h1 {
        font-family: octin-college, sans-serif;
    }

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--eggnog);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

    a:visited {
        color: var(--eggnog);
    }

        a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

.Normal {
    line-height: 1.4em;
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

hr {
    border-top: 1px solid var(--eggnog);
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: octin-college, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: var(--dptransp);
    align-items: center;
    letter-spacing: 1px;
    padding: 1%;
    height: 90px;
    -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 {
    background-color: var(--deeppurple);
    height: 80px;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #000;
    text-transform: uppercase;
}

.nav-minimize .navbar-text h5 {
    font-size: 18px;
    margin-bottom: 2px;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 85px;
    width: 100%;
    -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: 75px;
    width: 100%;
}

.px-lg-4 {
    padding: 0.3rem !important;
    display: inline
}

.nav-link {
    color: var(--white) !important;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    -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 {
        color: var(--eggnog) !important;
    }

    .nav-link:visited {
        color: var(--white) !important;
    }

        .nav-link:visited:hover {
            color: var(--eggnog) !important;
        }

.nav-minimize .nav-link {
    font-size: 20px;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    background-color: var(--blacktransp);
    min-width: 10rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .2rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 14px;
        padding-left: 10px !important;
    }

@media screen and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 100px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 80px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        border: none;
        color: var(--white) !important;
    }

    .navbar-toggler-icon {
        color: var(--white) !important;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
    }

    .nav-link:hover {
        border: none;
    }
}

@media screen and (max-width: 375px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 250px;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
}

.Page-Home #videoBG {
    height: 700px;
}

body:not(.Page-Home) .video-container {
    display: none;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
}

.Page-Home .video-overlay {
    height: 700px;
}

.video-overlay p,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay h6 {
    margin: 0;
    color: var(--red) !important;
    text-shadow: 2px 1px 1px black;
}

.video-overlay h1 {
    font-size: 3rem;
}

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .hero-text p,
    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4 {
        margin: 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 4rem;
    }

@media screen and (min-width:992px) {
    .video-overlay {
        margin-bottom: 20px;
    }
}

/* photo hero */

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    left: 0;
    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;
    margin-bottom: 1rem;
}

.PageType_Home .hero-bg {
    height: 70vh;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .hero-bg {
        height: 300px;
    }

    .PageType_Home .hero-bg {
        height: 80vh;
    }

    #videoBG {
        object-fit: cover;
        width: 100%;
        object-position: left;
    }

    .hero-text {
        padding: 0;
    }

        .video-overlay h1,
        .hero-text h1 {
            font-size: 2.5em !important;
        }

    .video-overlay h1 {
        margin-top: 13%;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent li,
#BottomContent li {
    list-style-type: disc;
}

@media screen and (min-width:992px) {
    #MainContent {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* membership */

@media screen and (min-width: 992px) {
    .Page-Memberships #FullWidthOne .content-box {
        min-height: 253px;
    }
}

.DnnModule-DNNSmartQuickForm {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* etc. */

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--deeppurple);
    font-family: octin-college, sans-serif;
    color: #fff !important;
    text-align: center;
    border: 2px solid var(--eggnog);
    border-radius: 10px;
    -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;
    text-decoration: none;
}

    .book-button:hover {
        background-color: var(--eggnog);
        color: var(--deeppurple) !important;
    }

.content-box {
    box-sizing: border-box;
    margin: 20px 5px;
    padding: 20px;
    background-color: transparent;
    border: 2px solid var(--eggnog);
    text-align: center;
}

    .content-box h1,
    .content-box h2,
    .content-box h3,
    .content-box h4,
    .content-box h5,
    .content-box h6 {
        font-family: octin-college, sans-serif;
    }

    .content-box p {
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .content-box ul {
        text-align: left;
    }

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

@media screen and (min-width:992px) {
    .content-box {
        width: 100%;
        position: relative;
    }

    .content-foot {
        position: absolute;
        margin-left: -20px;
        bottom: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .content-header h2 {
        font-size: 1.5rem;
    }

    .content-box {
        margin: 10px 0;
        padding: 10px;
    }
}

/* image modal */

.modal-img {
    cursor: pointer;
    transition: 0.3s;
}

    .modal-img:hover {
        opacity: 0.7;
    }

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header {
    width: 90%;
    padding: 0 1rem;
    border-bottom: none;
}

    .modal-header .close {
        color: #fff;
    }

.modal-title {
    display: none;
}

.modal-body {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0 !important;
}

@media screen and (max-width: 992px) {
    .modal-header {
        width: 100%;
    }

    .modal-body {
        margin: 0;
        overflow: auto;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 90vw;
    }
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--deeppurple);
    margin-top: 1em;
    padding: 1% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #fff;
    }

#Footer p {
    margin-top: 1rem;
}