@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&family=Poppins:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background-color: #101010;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bitter', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #c0c0c0;
    -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: #c0c0c0;
    }

        a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #fff;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,.8);
    letter-spacing: 1px;
    padding: 1%;
    height: 150px;
    -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: 110px;
    background-color: rgba(0,0,0,1);
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 150px;
    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;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.15rem !important;
    padding-left: 0.15rem !important;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
    -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: #c0c0c0 !important;
    }

.nav-link:visited {
    color: #fff !important;
}

    .nav-link:visited:hover {
        color: #c0c0c0 !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    background-color: rgba(0,0,0,.8);
    min-width: 12rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .5rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 16px;
        text-transform: initial !important;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/AdobeStock_68817780-1600-800.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

/* memberships & pricing  */

.Id2165 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/AdobeStock_104672154-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* tournaments & lessons  */

.Id2178 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/AdobeStock_181901119-1600.jpg');
    background-size: cover;
    background-position: center;
}

/* tee it up  */

.Id2166 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/AdobeStock_145092063-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* faq  */

.Id2167 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/AdobeStock_181782164-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* how to vids  */

.Id2693 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/AdobeStock_160443822-2000.jpg');
    background-size: cover;
    background-position: center;
}

/* contact us  */

.Id2168 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/101/golf-ball-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4 {
    margin: 1rem;
    color: #fff !important;
}

    .hero-text h1 {
        font-size: 4rem;
        font-weight: 700;
    }

/* trackman, tournaments, schedule, contact  */

.Id1940 h1,
.Id1941 h1,
.Id1942 h1,
.Id1943 h1,
.Id1944 h1,
.Id2019 h1,
.Id2020 h1 {
    font-size: 4.5rem;
}

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dnn_AlertMessage .DnnModule {
    background-color: #fff;
    padding: 10px 0;
}

.alert-message h1,
.alert-message h2,
.alert-message h3,
.alert-message h4,
.alert-message h5,
.alert-message h6,
.alert-message p {
    color: #000;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 2%;
}

.alert-banner a {
    color: #505050;
    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;
}

    .alert-banner a:hover {
        text-decoration: none;
        color: #000;
    }

    .alert-banner a:visited {
        color: #505050;
    }

        .alert-banner a:visited:hover {
            text-decoration: none;
            color: #000;
        }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Page-Home #MainContent {
    padding-bottom: 0px;
}

    #MainContent li,
    #BottomContent li {
        list-style-type: disc;
    }

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #fff;
    color: #202020 !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:hover {
        background-color: #c0c0c0;
        color: #202020 !important;
        text-decoration: none;
    }

.book-button-transparent {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: transparent;
    color: #fff !important;
    border: 2px solid #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;
    text-decoration: none;
}

    .book-button-transparent:hover {
        background-color: #fff;
        color: #202020 !important;
        text-decoration: none;
    }

.grey {
    background-color: #303030;
    padding:10px 4%;
    border-radius: 0px;
    margin: 1%;
}

    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6,
    .grey p {
        color: #fff;
        line-height: 1.5;
    }

    .grey ul {
        margin-bottom: 0.25rem !important;
    }
    
    .grey li {
        list-style-type: none !important;
    }

.white {
    background-color: #fff;
    padding: 10px 4%;
    border-radius: 0px;
    margin: 1%;
}

    .white h1,
    .white h2,
    .white h3,
    .white h4,
    .white h5,
    .white h6,
    .white p {
        color: #000;
        line-height: 1.5;
    }

    .white ul {
        margin-bottom: 0.25rem !important;
    }

    .grey li {
        list-style-type: none !important;
    }

/* home page buttons */

#NoGutterPhotos {
    display: none;
}

.Page-Home #NoGutterPhotos {
    display: initial;
}

    #NoGutterPhotos .row {
        margin-right: 0px;
        margin-left: 0px;
    }

#leftSplitFullWidth,
#rightSplitFullWidth {
    background-color: #202020;
}

#NoGutterPhotos #dnn_lsfLeft,
#NoGutterPhotos #dnn_rsfRight {
    padding-right: 0px;
    padding-left: 0px;
}

#NoGutterPhotos p {
    margin-bottom: 0;
}

#dnn_BottomFullWidth {
    padding-right: 0px;
    padding-left: 0px;
}

#dnn_BottomFullWidth p {
    margin-bottom: 0 !important;
}

/*------------------------------------------------*/
/* SUBSCRIPTION BOX */
/*------------------------------------------------*/

.subscription-slide {
    position: fixed;
    z-index: 1000000000;
    bottom: 30px;
    right: -450px;
    width: 375px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.95);
    padding: 10px 20px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.slide-in {
    right: 10px;
}

.hide {
    display: none;
}

.close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

    .close:hover {
        color: #fff;
    }

.subscription-slide .btn-primary {
    border-color: #808080;
    background-color: #808080;
}

    .subscription-slide .btn-primary:hover {
        border-color: #505050;
        background-color: #505050;
    }

.PageType_Normal .subscription-slide {
    display: none;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #000;
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #fff;
    }

#Footer p {
    color: #fff !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: #c0c0c0;
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #fff;
        }
        #Footer p a:visited {
            color: #c0c0c0;
            text-decoration: none;
        }

        #Footer p a:visited:hover {
            color: #fff;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        background-color: rgba(0,0,0,.8);
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 150px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 110px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        color: rgba(255,255,255,1) !important;
        border: none;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
    }

    .nav-link:hover {
        border: none;
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    .hero-text {
        padding: 0 5%;
    }

        .hero-text h1 {
            font-size: 2.5rem !important;
        }

        .hero-text h3 {
            font-size: 1.5rem;
        }
}
