@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin: 1rem 0;
    letter-spacing: .2rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -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;
    color: #ff6a00;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

    a:visited {
        color: #ff6a00;
    }

        a:visited:hover {
            color: #000;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #000;
}

.bi {
    font-size: 1.5rem;
    margin: 0 5px;
}

hr,
.hr-orange {
    width: 40%;
    border-top: 1px solid #ff6a00;
}

.orange-line {
    height: 1px;
    background: #ff6a00;
    width: 20%;
    margin: 15px auto;
}

.orange-line-left {
    height: 1px;
    background: #ff6a00;
    width: 20%;
    margin: 15px 5px;
}

.orange-line-full {
    height: 1px;
    background: #ff6a00;
    width: 90%;
    margin: 15px auto;
}

.grey-line {
    height: 1px;
    background-color: #eee;
    width: 90%;
    margin: 2% auto;
}

/*------------------------------------------------*/
/* ANIMATIONS */
/*------------------------------------------------*/

/* slide in from left or right */

@keyframes slideInLeft {
    0% {
        transform: translateX(-80%);
        opacity: 0.2;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(80%);
        opacity: 0.2;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left,
.slide-in-right {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.slide-in-left {
    animation-name: slideInLeft;
}

.slide-in-right {
    animation-name: slideInRight;
}

/* fade in */

.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 1s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

    .fade-in.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopBanner {
    background-color: #008B00;
    position: relative;
    z-index: 500;
    height: 40px;
}

    #TopBanner p {
        margin-top: 3px;
        margin-bottom: 0;
        font-size: 14px;
        color: #fff;
    }

        #TopBanner p a {
            color: #fff;
        }

            #TopBanner p a:hover {
                color: #000;
            }

            #TopBanner p a:visited {
                color: #fff;
            }

                #TopBanner p a:visited:hover {
                    color: #000;
                }

    #TopBanner .bi {
        font-size: 18px;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 100px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: transparent;
    -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;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 200px;
    width: 100%;
}

.nav-minimize {
    background-color: rgba(255,255,255,.9);
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
}

    .nav-link:hover {
        color: #ff6a00 !important;
    }

    .nav-link:visited {
        color: #fff !important;
    }

        .nav-link:visited:hover {
            color: #ff6a00 !important;
        }

.nav-minimize .nav-link {
    color: #000 !important;
    font-size: 16px;
}

    .nav-minimize .nav-link:hover {
        color: #ff6a00 !important;
    }

    .nav-minimize .nav-link:visited {
        color: #000 !important;
    }

        .nav-minimize .nav-link:visited:hover {
            color: #ff6a00 !important;
        }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 2px;
    background-color: #000;
    min-width: 13rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .5rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 16px;
        color: #fff !important;
        text-transform: initial !important;
    }

        .dropdown-menu .nav-link:hover {
            color: #ff6a00 !important;
        }

    .dropdown-menu .nav-link:visited {
        color: #fff !important;
    }

        .dropdown-menu .nav-link:visited:hover {
            color: #ff6a00 !important;
        }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

#videoBG {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: -180px;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/100/crystalpinesday.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 90vh;
}

/* about us */

.Id2169 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.2)), url('/Portals/100/sim-trackman-1600.jpg');
    background-size: cover;
    background-position: center;
}

/* trackman */

.Id2200 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.2)), url('/Portals/100/tm-and-sim-1600.jpg');
    background-size: cover;
    background-position: center;
}

/* memberships */

.Id2177 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/100/birkdaleeve.jpg');
    background-size: cover;
    background-position: top;
}

/* available courses */

.Id2174 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/100/Gotemba-Day.jpg');
    background-size: cover;
    background-position: top;
}

/* family fun */

.Id2175 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url('/Portals/100/kids-playing-indoor.jpg');
    background-size: cover;
    background-position: 50% 20%;
}

/* faqs */

.Id2173 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/100/breitenloo-golf-club-day.png');
    background-size: cover;
    background-position: center;
}

/* events */

.Id2176 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/100/playing-bullseye-1600.jpg');
    background-size: cover;
    background-position: top;
}

/* contact */

.Id2171 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.3)), url('/Portals/100/trackman-golf-app-1600.jpg');
    background-size: cover;
    background-position: 50% 15%;
}

/* member portal */

.Id2170 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/Portals/100/player-swinging-1600.jpg');
    background-size: cover;
    background-position: 50% 20%;
}

.hero-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Page-Home .hero-text {
    top: 55%;
}

#dnn_HeroText {
    padding-left: 5px;
    padding-right: 5px;
}

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin: .25em;
    color: #fff !important;
}

    .hero-text h1 {
        font-size: 5.5rem;
        text-transform: uppercase;
    }

    .hero-text h2 {
        text-transform: uppercase;
    }

    .Page-Home .hero-text h1 {
        font-size: 4rem;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 5px;
}

#MainContent ul li {
    list-style-type: disc !important;
}

.Page-Home #MainContent {
    padding-bottom: 0px;
}

#MainContentMid {
    padding: 2px;
}

.PageType_Normal #MainContentMid {
    display: none;
}

#MCMTop,
#MCMMid,
#MCMBottom {
    height: 280px;
}

.grid-content {
    border: 2px solid #fff;
}

#MainContentMid h1,
#MainContentMid h2,
#MainContentMid h3,
#MainContentMid h4,
#MainContentMid h5,
#MainContentMid h6,
#MainContentMid p {
    color: #fff !important;
}

#dnn_MCMTopLeft,
#dnn_MCMTopRight,
#dnn_MCMMidMid,
#dnn_MCMBottomLeft,
#dnn_MCMBottomRight {
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
}

#dnn_MCMTopLeft {
    background: #008B00;
}

#dnn_MCMTopMid {
    background: url('/Portals/100/players-shot-analysis.jpg');
    background-size: cover;
    background-position: center;
}

#dnn_MCMTopRight {
    background-color: #ff6a00;
}

#dnn_MCMMidLeft {
    background: url('/Portals/100/bonnie-doon-day-1600.png');
    background-size: cover;
    background-position: center;
}

#dnn_MCMMidMid {
    background-color: #202020;
}

#dnn_MCMMidRight {
    background: url('/Portals/100/interlachen-day-1600.png');
    background-size: cover;
    background-position: center;
}

#dnn_MCMBottomLeft {
    background-color: #ff6a00;
}

#dnn_MCMBottomMid {
    background: url('/Portals/100/boys-watching-a-game-2.jpg');
    background-size: cover;
    background-position: center;
}

#dnn_MCMBottomRight {
    background-color: #008B00;
}

#MainContentBottom {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/100/players-swinging-grey.jpg');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

    #MainContentBottom h1,
    #MainContentBottom h2,
    #MainContentBottom h3,
    #MainContentBottom h4,
    #MainContentBottom h5,
    #MainContentBottom h6,
    #MainContentBottom p {
        color: #fff !important;
    }

.PageType_Normal #BottomContent {
    margin-top: 30px;
}

/* home page buttons */

.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;
    }

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 2px;
    background-color: #ff6a00;
    color: #fff !important;
    font-weight: 700;
    -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 {
        color: #fff !important;
        background-color: #C65200;
        text-decoration: none;
    }

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #ff6a00;
    background-color: #fff;
    color: #ff6a00 !important;
    font-weight: 700;
    -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-alt:hover {
        color: #fff !important;
        background-color: #ff6a00;
        text-decoration: none;
    }

.orange {
    background-color: #ff6a00;
    border: 1px solid #fff;
    padding: 2% 5%;
    border-radius: 2px;
    margin: 2%;
}

    .orange h1,
    .orange h2,
    .orange h3,
    .orange h4,
    .orange h5,
    .orange h6,
    .orange p,
    .orange li {
        color: #fff;
    }

.grey {
    background-color: #f0f0f0;
    border: 1px solid #404040;
    padding: 1%;
    border-radius: 2px;
    margin: 8% 0;
}

    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6,
    .grey p {
        color: #404040;
        letter-spacing: 0rem;
    }

.orange-title {
    text-align: center;
    line-height: 150%;
    background-color: #ff6a00;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.sub-widget {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.faq-section h2,
.faq-section h4 {
    cursor: pointer;
}

.hidden > div {
    display: none;
}

.visible > div {
    display: block;
}

.highlight {
    margin: 3%;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #202020;
    padding: 2% 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        color: #fff;
    }

#Footer p {
    color: #fff !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: #00AA00;
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #fff;
        }

        #Footer p a:visited {
            color: #00AA00;
        }

            #Footer p a:visited:hover {
                color: #fff;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        padding: 1%;
        height: auto;
        background-color: rgba(255,255,255,1);
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 150px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        color: rgba(255,255,255,1) !important;
        border: none;
    }

    .nav-link {
        border: none;
        text-align: center;
        color: #000 !important;
    }

        .nav-link:hover {
            color: #ff6a00 !important;
        }

        .nav-link:visited {
            color: #000 !important;
        }

            .nav-link:visited:hover {
                color: #ff6a00 !important;
            }

    .nav-minimize .nav-link {
        color: #000 !important;
        font-size: 16px;
    }

        .nav-minimize .nav-link:hover {
            color: #ff6a00 !important;
        }

        .nav-minimize .nav-link:visited {
            color: #000 !important;
        }

            .nav-minimize .nav-link:visited:hover {
                color: #ff6a00 !important;
            }

    .dropdown-menu {
        background-color: #f0f0f0;
    }

    .dropdown-menu .nav-link {
        color: #000 !important;
    }

        .dropdown-menu .nav-link:hover {
            color: #ff6a00 !important;
        }

        .dropdown-menu .nav-link:visited {
            color: #000 !important;
        }

            .dropdown-menu .nav-link:visited:hover {
                color: #ff6a00 !important;
            }

    .px-lg-4 {
        padding: 0 !important;
    }

    .dropdown-menu .px-lg-4 {
        padding: 0 !important;
    }

    .hero-bg {
        height: 400px;
        margin-top: 0px;
    }

    .Page-Home .hero-bg {
        background-attachment: scroll;
        height: 60vh;
    }

    .hero-text {
        padding: 0;
        top: 50%;
    }

    .hero-text h1 {
        font-size: 3rem;
        margin: 0 !important;
    }

    .Page-Home .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.75rem;
    }

    .hero-text h3 {
        font-size: 1.25rem;
    }

    #MCMTop,
    #MCMMid,
    #MCMBottom {
        height: auto;
    }

    #dnn_MCMTopMid,
    #dnn_MCMMidLeft,
    #dnn_MCMMidRight,
    #dnn_MCMBottomMid {
        height: 280px;
        width: 100%;
    }

    #MainContentBottom {
        background-attachment: scroll;
        background-position: bottom right;
        background-size: 100%;
    }
}

@media screen and (max-width: 767px) {
    #TopBanner {
        height: 70px;
    }

    #TopBanner p {
        font-size: 12px;
    }

    #TopBanner .bi {
        font-size: 14px;
    }
}
