@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://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --black: #000;
    --blacktransp: rgba(0, 0, 0, 0.9);
    --offwhite: rgba(225, 225, 225, 1);
    --white: #fff;
    --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: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color: var(--black);
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Copperplate CC Heavy', Arial, Helvetica, sans-serif;
    color: var(--white);
    margin: 1rem 0;
    font-weight: 700;
}

    h2 {
        font-size: 36px;
    }

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--offwhite);
    -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(--offwhite);
    }

        a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    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;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    background-color: var(--blacktransp);
    align-items: center;
    letter-spacing: 1px;
    padding: 1%;
    height: 80px;
    -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 {
    height: 70px;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #000;
    text-transform: uppercase;
}

.navbar-text {
    text-align: center;
    margin-left: 5px;
}

    .navbar-text h5 {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        color: var(--white);
        margin-top: 0;
        margin-bottom: 5px;
        -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 .navbar-text h5 {
    font-size: 18px;
    margin-bottom: 2px;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 120px !important;
    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: 110px !important;
    width: 100%;
}

.px-lg-4 {
    padding: 0.3rem !important;
    display: inline
}

.nav-link {
    color: var(--white) !important;
    font-size: 16px;
    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(--red) !important;
    }

    .nav-link:visited {
        color: var(--white) !important;
    }

        .nav-link:visited:hover {
            color: var(--red) !important;
        }

    .navbar-nav li:nth-child(4) .nav-link:hover {
        color: var(--orange) !important;
    }

        .navbar-nav li:nth-child(4) .nav-link:visited:hover {
            color: var(--orange) !important;
        }

.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: 275px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 200px;
    }

    .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;
}

#HeroBG {
    display: none;
}

.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 {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        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: 300px;
    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_206796392-2000x750.jpg');*/
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem;
}

.PageType_Home .hero-bg {
    display: none;
}

@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%;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContentNew li,
#BottomContent li {
    list-style-type: disc;
}

/* home */

.PageType_Home #FullWidthOne {
    padding-bottom: 1rem;
}

.PageType_Home #MainContent {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .PageType_Home #FullWidthOne {
        padding: 0 10em;
    }

    /*    .PageType_Home #FullWidthTwo {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 15%, rgba(0,0,0,.35) 15%, rgba(0,0,0,0.35) 85%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,0.65) 100%), url('/Portals/155/home-collage.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    align-content: center;
    padding: 0 10em;
}

.PageType_Home #FullWidthTwo {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 15%, rgba(0,0,0,.35) 15%, rgba(0,0,0,0.35) 85%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,0.65) 100%), url('http://1868golfclub.uschedule.com//Portals/155/home-collage.jpg');
}*/
}

/*@media screen and (max-width: 992px) {
.PageType_Home #FullWidthTwo {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 15%, rgba(0,0,0,.35) 15%, rgba(0,0,0,0.35) 85%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,0.65) 100%), url('/Portals/155/home-collage-vertical.jpg');
    background-size: cover;
    height: 750px;
    align-content: center;
}
}*/

/* membership */

.DnnModule-DNNSmartQuickForm {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:992px) {
    .founders {
        height: 425px !important;
    }
}

/* trackman performance center */

.trackman-box {
    box-sizing: border-box;
    background-color: #000;
    min-height: 250px;
    margin: 20px 5px;
    padding: 20px;
    text-align: center;
    border: 2px solid var(--orange);
}

    .trackman-box h2,
    .trackman-box h3 {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        color: #fff;
    }

.Id3298 #dnn_FullWidthPaneTwo,
.Id236 #dnn_FullWidthPaneTwo {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    .Id3298 #ThreeColumnOne,
    .Id236 #ThreeColumnOne {
        padding-left: 110px;
        padding-right: 110px;
    }
}

@media screen and (max-width: 992px) {
    .trackman-box {
        margin: 10px 0;
    }
}

/* virtual golf 3 */

.Id3294 #FullWidthTwo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Portals/155/ultra-realistic-virtual-golf.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    align-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
}

    /* vg3 banner local test */

.Id235 #FullWidthTwo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('http://1868golfclub.uschedule.com/Portals/155/ultra-realistic-virtual-golf.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    align-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
    }

    /* tour averages */

.Id3297 .video-container {
    margin-bottom: 1em;
}

/* events */

@media screen and (min-width: 992px) {
    .Id3286 #ThreeColumnOne,
    .Id3286 #TwoColumnCenter,
    .Id221 #ThreeColumnOne,
    .Id221 #TwoColumnCenter{
        padding-left: 110px;
        padding-right: 110px;
    }
}

/* etc. */

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--red);
    color: #fff !important;
    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;
    text-decoration: none;
}

    .book-button:hover {
        background-color: rgba(191, 30, 46, 0.7);
    }

.content-box {
    box-sizing: border-box;
    margin: 20px 5px;
    padding: 20px;
    background-color: #303030;
    border: 2px solid var(--white);
    text-align: center;
}

    .content-box h2,
    .content-box h3 {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
    }
        
        .content-box h2 {
            font-style: italic;
        }

    .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 {
        height: 375px;
        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(--black);
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #fff;
    }

#Footer p {
    margin-top: 1rem;
}