@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://fonts.googleapis.com/css2?family=Aladin&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --black: #000;
    --white: #fff;
    --green: #008000;
    --yellow: #ffff00;
    --lightgrey: rgba(245, 245, 245, 0.95);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 700;
}

    h1,
    h2 {
        color: var(--green);
    }

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--green);
    -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: #000;
    }

    a:visited {
        color: var(--green);
    }

        a:visited:hover {
            text-decoration: none;
            color: #000;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

p {
    font-weight: 300;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    color: #fff;
    -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: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--lightgrey);
    align-items: center;
    letter-spacing: 1px;
    padding: 1%;
    height: 100px;
    -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: 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;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 600px !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: 500px !important;
    width: 100%;
}

.px-lg-4 {
    padding: 0.5rem !important;
    display: inline
}

.nav-link {
    color: var(--green) !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: #000 !important;
    }

.nav-link:visited {
    color: var(--green) !important;
}

    .nav-link:visited:hover {
        color: #000 !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    background-color: var(--lightgrey);
    min-width: 10rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .2rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 14px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.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;
        color: #fff !important;
        text-align: center;
    }

    .hero-text h1 {
        font-family: 'Aladin', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 6rem;
    }

    .hero-text h2,
    .hero-text h3,
    .hero-text h4,
    .hero-text p {
        text-transform: uppercase;
    }

/* photo hero */

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/167/AdobeStock_283299374.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/167/gspro-bg-1600-912.png');
    background-position: 50% 72%;
    height: 85vh;
}

    /* local testing hero bg */
    .hero-bg {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://www.elkgrovegolfstudio.com/Portals/167/AdobeStock_283299374.png');
    }

    .PageType_Home .hero-bg {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://www.elkgrovegolfstudio.com/Portals/167/gspro-bg-1600-912.png');
    }

/* home page buttons */

.home-button {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.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;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContentNew li,
#BottomContent li {
    list-style-type: disc;
}

/* home */

.PageType_Home #ThreeColumnOne {
    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/167/AdobeStock_477679944.png');
    background-size: cover;
    background-position: center;
}

    /* local testing */

    .PageType_Home #ThreeColumnOne {
        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('https://www.elkgrovegolfstudio.com/Portals/167/AdobeStock_477679944.png');
    }

.PageType_Home #FullWidthOne {
padding-bottom: 1rem;
}

.PageType_Home #MainContent {
    padding-top: 0;
    padding-bottom: 0;
}

/* etc. */

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 1px solid var(--green);
    background-color: rgba(0, 128, 0, 0.9);
    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(0, 80, 0, 1);
    }

.book-button-white {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #fff;
    color: rgba(0, 80, 0, 1) !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-white:hover {
        background-color: rgba(220, 220, 220, 1);
    }

.book-button-transparent {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #000;
    color: #fff !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;
    text-decoration: none;
}

.book-button-transparent:hover {
    background-color: var(--green);
    color: #fff !important;
    text-decoration: none;
}

.content-header {
    text-align:center;
}

    .content-header h2 {
        color: var(--green);
        font-family: 'Aladin', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 62px;
        margin-bottom: 0;
    }

    .content-header p {
        margin-bottom: 1rem;
        font-weight: bold;
    }

.content-box {
    width: 100%;
    margin: 20px 5px;
    background-color: var(--lightgrey);
    border-top: 10px solid var(--green);
    text-align: center;
}

    .content-box.col-4 {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .content-box h3,
    .content-box h4,
    .content-box h5 {
        text-transform: uppercase;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

        .content-box h3 {
            color: var(--green);
        }

        .content-box h4 {
            font-style: italic;
        }

    .content-box p {
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.black-border {
    border: 2px solid black;
    margin: 1rem;
    padding: 1rem;
    justify-content: center;
}

    .black-border h1,
    .black-border h2,
    .black-border h3,
    .black-border h4,
    .black-border h5,
    .black-border p {
        text-align: center;
        margin: 0.5rem;
    }

    .black-border ul {
        list-style-position: inside;
        margin: 0.7rem 4rem;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--lightgrey);
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #fff;
    }

#Footer p {
    color: #000 !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: var(--green);
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #000;
            text-decoration: underline;
        }
    #Footer p a:visited {
        color: var(--green);
        text-decoration: none;
    }

        #Footer p a:visited:hover {
            color: #000;
            text-decoration: underline;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        background-color: rgba(255, 255, 255, 1);
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 275px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 200px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        color: rgba(255, 255, 255, 1);
        border: none;
    }

    .navbar-toggler-icon {
        color: var(--green) !important;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
        background-color: var(--lightgrey);
    }

    .nav-link:hover {
        border: none;
        background-color: var(--lightgrey);
    }

    .video-container {
        margin-top: 110px;
    }

    #videoBG {
        object-fit: cover;
        width: 100%;
        object-position: left;
    }

    .hero-text {
        padding: 0 5%;
    }

    .video-overlay h1,
    .hero-text h1 {
        font-size: 2rem !important;
        text-transform: uppercase;
    }

    .video-overlay h1 {
        margin-top: 13%;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }

        .content-header h2 {
            font-size: 1.5rem;
        }

    .content-box {
        flex: 0 1 auto !important;
        max-width: 100% !important;
    }

@media screen and (max-width: 375px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 250px;
    }
}