@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

body {
    background-color: #202020;
}

body:not(.Page-Home) #HomeOverlay {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.underline::after {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 2px solid #f5f5f5;
    margin: 20px auto 10px;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

.dnnLogin {
    margin-top: 250px;
}

a {
    color: #90D590;
    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: #fff;
    }

a:visited {
    color: #90D590;
}

        a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

.bi {
    font-size: 1.4em;
    padding: 0 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;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.black-line-left {
    border-top: 2px solid #000;
    width: 225px;
    margin: 30px 0px;
}

.black-line-center {
    border-top: 2px solid #000;
    width: 150px;
    margin: 20px auto 25px;
}

.white-line-left {
    border-top: 2px solid #fff;
    width: 225px;
    margin: 30px 0px;
}

.white-line-center {
    border-top: 2px solid #fff;
    width: 150px;
    margin: 20px auto 25px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: #202020 !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 140px;
    margin-left: 30px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff !important;
    border-bottom: 2px solid rgba(255,255,255,0);
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -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 {
    text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,1);
    color: #fff !important;
}

.nav-link:visited {
    color: #fff;
    border-bottom: 2px solid rgba(255,255,255,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 2px solid rgba(255,255,255,1);
}

.px-2 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.dropdown-menu {
    background-color: #202020;
    margin: 0;
    min-width: 10rem;
}

    .dropdown-menu .nav-link {
        line-height: initial;
    }

    .dropdown-menu .nav-link:hover {
        color: #ccc !important;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

    .dropdown-menu .nav-link:visited {
        color: #fff !important;
    }

    .dropdown-menu .nav-link:visited:hover {
        color: #ccc !important;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 10px 0;
    padding: 0;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.PageType_Normal #HomeOverlay {
    display: none;
}

.Page-Home body {
    overflow: hidden;
}

#HomeOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
}

#HomeLeft {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/portals/122/AdobeStock_250923456-square.jpg');
    background-size: cover;
    background-position: left bottom;
    height: 100vh;
    -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;
}

#HomeRight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/portals/122/AdobeStock_255925737-square.jpg');
    background-size: cover;
    background-position: right bottom;
    height: 100vh;
    -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;
}

.home-text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.home-logo {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 175px;
    width: 100%;
    z-index: 10;
}

#HomeLeft h2,
#HomeRight h2,
#HomeLeft h1,
#HomeRight h1 {
    text-align: center;
}

#HomeLeft h2,
#HomeRight h2 {
    color: #90D590 !important;
    text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

#HomeLeft h1,
#HomeRight h1 {
    font-size: 6rem;
    color: #000 !important;
    text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    -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;
}

#HomeLeft:hover,
#HomeRight:hover {
    cursor: pointer;
}

#HomeLeft:hover h1,
#HomeRight:hover h1 {
    font-size: 6.25rem;
    color: #fff !important;
    text-shadow: none;
}

/* video hero */

.video-hero-bg {
    object-fit: cover;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#videoBG {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

body:not(.Id2602) .video-hero-bg,
body:not(.Id2602) #videoBG {
    display: none;
}

.video-hero-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.video-hero-text h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/* picture overlay */

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    height: 500px;
}

/* book a tee time */

.Id2602 #HeroBG {
    display: none;
}

/* memberships */
.Id2603 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/122/AdobeStock_378099913-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* gift cards */

.Id2604 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/122/AdobeStock_81679969-16x9.jpg');
    background-size: cover;
    background-position: 50% 80%;
}

/* leagues/lessons */

.Id2605 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/122/AdobeStock_168087025-1600.jpg');
    background-size: cover;
    background-position: center;
}

/* events/parties */

.Id2606 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/122/AdobeStock_145092063-1600-800.jpg');
    background-size: cover;
    background-position: bottom;
}

/* contact us */

.Id2607 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/122/AdobeStock_160443822-2000.jpg');
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.hero-text h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#dnn_HeroText {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#MainContentUpper {
    padding-top: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContentUpper li,
#MainContentMid li,
#MainContentLower li {
    list-style-type: disc;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
}

.image-border {
    border-radius: 10px;
}

.highlight {
    background-color: #f5f5f5;
    border-radius: 10px;
    max-width: 500px;
    margin: 2% auto;
    padding: 1% 3%;
}

.white {
    background-color: #fff;
    background-image: url('/portals/122/squiggle-bg-lighter.png');
    background-size: cover;
    background-position: center;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white li {
    color: #202020;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.white p {
    font-size: 12px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #202020 !important;
    margin-top: 1.5rem;
    -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: transparent;
    color: #fff !important;
    text-decoration: none;
}

.book-button-black {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #202020;
    border: 2px solid #202020;
    color: #fff !important;
    margin-top: 1.5rem;
    -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-black:hover {
    background-color: #fff;
    color: #202020 !important;
    text-decoration: none;
}

/* events/parties */

.Id2602 #MainContentUpper {
    padding-top: 30px;
}

.Id2602 #MainContentLower {
    padding-bottom: 30px;
}

/*.Id2602 #ParallaxUpperFull {
    background-image: url('/portals/122/Full-Swing-Golf.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}*/

/*.Id2602 #ParallaxLowerFull {
    background-image: url('/portals/122/fullswing2.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}*/

/* events/parties */


/*.Id2606 #ParallaxUpperFull {
    background-image: url('/portals/122/full-swing-golf-event.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}*/

/*.Id2606 #ParallaxLowerFull {
    background-image: url('/portals/122/fullswing1.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}*/

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
footer {
    background-color: #101010;
    padding-top: 3%;
    padding-bottom: 3%;
}

footer .Normal {
    color: #fff !important;
}

footer .Normal a {
    color: #90D590;
}

footer .Normal a:hover {
    color: #fff;
    text-decoration: none;
}

footer .Normal a:visited {
    color: #90D590;
}

footer .Normal a:visited:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 6rem;
    }

    .video-hero-text h1 {
        font-size: 6rem;
    }

    #MainContentUpper,
    #MainContentMid,
    #MainContentLower {
        padding-right: 10% !important;
        padding-left: 10% !important;
    }

    #ParallaxUpper,
    #ParallaxLower {
        padding-right: 1% !important;
        padding-left: 1% !important;
    }
}

@media screen and (max-width: 997px) {

    .navbar-nav {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    #HomeLeft {
        height: 50vh;
        background-position: left center;
    }

    #HomeRight {
        height: 50vh;
        background-position: right center;
    }

    .home-logo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 125px;
    }

    .home-text {
        bottom: 25%;
    }
}

@media screen and (max-width: 768px) {
    #dnn_dnnLOGO_imgLogo {
        max-height: 100px;
        margin-left: 10px;
    }

    #HomeLeft h1,
    #HomeRight h1 {
        font-size: 4rem;
        margin-top: .5rem !important;
    }

    #HomeLeft:hover h1,
    #HomeRight:hover h1 {
        font-size: 4.25rem;
    }

    .home-text {
        bottom: 30%;
    }
}