@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3654a5;
    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: #000;
    }

    a:visited {
        color: #3654a5;
    }

        a:visited:hover {
            text-decoration: none;
            color: #000;
        }

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.black-line-left {
    border-top: 1px solid #000;
    width: 100px;
    margin: 0 10px;
}

.black-line-center {
    border-top: 1px solid #000;
    width: 150px;
    margin: 0 auto 20px;
}

.white-line-left {
    border-top: 1px solid #fff;
    width: 100px;
    margin: 0 10px;
}

.white-line-center {
    border-top: 1px solid #fff;
    width: 150px;
    margin: 0 auto 20px;
}

.blue-border {
    border: 1px solid #3654a5;
    padding: 4px;
    margin: 5% 0;
}

.blue-border img {
    width: 100%;
}

.grey {
    background-color: #f0f0f0;
    padding: 5% 0;
}

    .grey p {
        color: #404040;
        font-size: 14px;
    }

    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6 {
        color: #404040;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

.blue {
    background-color: #3654a5;
    padding: 3%;
}

    .blue p,
    .blue li {
        color: #f0f0f0;
        font-size: 14px;
    }

    .blue h1,
    .blue h2,
    .blue h3,
    .blue h4,
    .blue h5,
    .blue h6 {
        color: #f0f0f0;
    }

.faq {
    padding: 2%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #f0f0f0;
}

.blue-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3654a5;
    color: #fff !important;
    border-radius: 2px;
    -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;
}

    .blue-button:hover {
        background-color: #102B74;
        color: #fff !important;
        text-decoration: none;
    }

.green-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #0d8341;
    color: #fff !important;
    border-radius: 2px;
    -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: #004D21;
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: #101010 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    border-bottom: 2px solid rgba(54,84,165,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(54,84,165,1);
        color: #fff !important;
    }

    .nav-link:visited {
        color: #fff;
        border-bottom: 2px solid rgba(54,84,165,0);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #fff !important;
            border-bottom: 2px solid rgba(54,84,165,1);
        }

.dropdown-menu {
    background-color: #101010;
    margin: 0;
    min-width: 12rem;
}

    .dropdown-menu .nav-link {
        line-height: initial;
    }

        .dropdown-menu .nav-link:hover {
            color: #3654a5 !important;
            border-bottom: 2px solid rgba(54,84,165,0);
        }

    .dropdown-menu .nav-link:visited {
        color: #fff !important;
    }

        .dropdown-menu .nav-link:visited:hover {
            color: #3654a5 !important;
            border-bottom: 2px solid rgba(54,84,165,0);
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HERO BG */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/109/player-target-practice.jpg');
    height: 80vh;
}

/* memberships */

.Id2339 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/players-shot-analysis.jpg');
}

/* faqs */

.Id2340 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/blackdesert.jpeg');
}

/* special events */

.Id2341 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/AdobeStock_378099913-1600-800.jpg');
}

/* book your tee time */

.Id2342 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/pga-national.jpg');
}

/* free trial */

.Id2484 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/AdobeStock_84776936-1600-800.jpg');
    background-position: 50% 90%;
}

/* contact us */

.Id2343 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/AdobeStock_570683176-1600.jpg');
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5 {
    color: #fff;
    font-weight: 700;
}

.hero-text h1 {
    font-size: 8rem;
    text-transform: uppercase;
}

.Id2342 .hero-text h1,
.Id3167 .hero-text h1,
.Id3171 .hero-text h1 {
    font-size: 7rem;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContentTop {
    padding-top: 30px;
    padding-bottom: 30px;
}

#MainContentTop li {
    list-style-type: disc;
}

/* home page */

.PageType_Home #dnn_ContentPane p,
.PageType_Home #dnn_FullWidthBottom p {
    font-size: 18px;
}

/* no gutter two column */

#NoGutterTwoColumn {
    display: none;
}

.PageType_Home #NoGutterTwoColumn {
    display: initial;
}

#NoGutterTwoColumn .row {
    margin-right: 0px;
    margin-left: 0px;
}

#leftSplitFullWidth {
    background-color: #f0f0f0;
}

#NoGutterTwoColumn #dnn_lsfLeft {
    padding-right: 0px;
    padding-left: 0px;
}

#NoGutterTwoColumn #dnn_lsfLeft p,
#NoGutterTwoColumn #NGTwoColumnTop p,
#NoGutterTwoColumn #NGTwoColumnBottom p,
#NoGutterTwoColumn #NGFullColumn p {
    margin-bottom: 0;
    margin-top: 0;
}

#NoGutterTwoColumn #dnn_lsfRight {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#NoGutterTwoColumn #dnn_ngtctLeft,
#NoGutterTwoColumn #dnn_ngtcbLeft {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

#NoGutterTwoColumn #dnn_ngtctRight,
#NoGutterTwoColumn #dnn_ngtcbRight {
    border-top: 1px solid #f0f0f0;
}

#NoGutterTwoColumn #dnn_ngFullColumnPane {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

/* no gutter four column */

#NoGutterFourColumn {
    display: none;
}

.PageType_Home #NoGutterFourColumn {
    display: initial;
}

#NoGutterFourColumn .row {
    margin-right: 0px;
    margin-left: 0px;
}

#FourColumn {
    background-color: #3654a5;
}

#NoGutterFourColumn #dnn_fcFarLeft,
#NoGutterFourColumn #dnn_fcMidRight {
    padding-right: 0px;
    padding-left: 0px;
}

    #NoGutterFourColumn #dnn_fcFarLeft p,
    #NoGutterFourColumn #dnn_fcMidRight p {
        margin-bottom: 0;
        margin-top: 0;
    }

#NoGutterFourColumn #dnn_fcMidLeft,
#NoGutterFourColumn #dnn_fcFarRight {
    padding-left: 15px;
    padding-right: 15px;
}

    #NoGutterFourColumn #dnn_fcMidLeft p,
    #NoGutterFourColumn #dnn_fcFarRight p {
        font-family: 'Poppins';
        font-size: 12px;
    }

    #NoGutterFourColumn #dnn_fcMidLeft h1,
    #NoGutterFourColumn #dnn_fcFarRight h1,
    #NoGutterFourColumn #dnn_fcMidLeft h2,
    #NoGutterFourColumn #dnn_fcFarRight h2,
    #NoGutterFourColumn #dnn_fcMidLeft h3,
    #NoGutterFourColumn #dnn_fcFarRight h3,
    #NoGutterFourColumn #dnn_fcMidLeft h4,
    #NoGutterFourColumn #dnn_fcFarRight h4,
    #NoGutterFourColumn #dnn_fcMidLeft h5,
    #NoGutterFourColumn #dnn_fcFarRight h5,
    #NoGutterFourColumn #dnn_fcMidLeft h6,
    #NoGutterFourColumn #dnn_fcFarRight h6,
    #NoGutterFourColumn #dnn_fcMidLeft p,
    #NoGutterFourColumn #dnn_fcFarRight p {
        color: #fff;
    }

.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;
    }

.Id2339 #BottomContent {
    margin-bottom: 30px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
footer {
    background-color: #101010;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #fff !important;
    }

        footer .Normal a {
            color: #7C93D0;
        }

            footer .Normal a:hover {
                color: #fff;
                text-decoration: none;
            }

            footer .Normal a:visited {
                color: #7C93D0;
            }

                footer .Normal a:visited:hover {
                    color: #fff;
                    text-decoration: none;
                }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 1200px) {
    #NoGutterFourColumn #dnn_fcMidLeft,
    #NoGutterFourColumn #dnn_fcFarRight {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #NoGutterFourColumn #dnn_fcMidLeft p,
    #NoGutterFourColumn #dnn_fcFarRight p {
        font-size: 16px;
    }

    #NoGutterFourColumn #dnn_fcFarLeft img,
    #NoGutterFourColumn #dnn_fcMidRight img {
        width: 100%;
    }
}

@media screen and (max-width: 997px) {

    #dnn_dnnLOGO_imgLogo {
        max-height: 80px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 768px) {

    .hero-text h1 {
        font-size: 3rem;
    }

    #NoGutterTwoColumn #dnn_ngtctLeft,
    #NoGutterTwoColumn #dnn_ngtcbLeft {
        border-right: none;
    }
}
