@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.Normal {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #003018;
    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: #003018;
}

        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;
}

hr {
    width: 10%;
    border-top: 3px solid #001A0D;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.bg-dark {
    background-color: #003018 !important;
}

.navbar-brand {
    padding-top: 0;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 80px;
    margin-left: 30px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #d2a561 !important;
    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;
    color: #fff !important;
}

.nav-link:visited {
    color: #d2a561;
    border-bottom: 2px solid rgba(255,255,255,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #fff !important;
}

.dropdown-menu {
    background-color: #000;
    margin: 0;
    min-width: 10rem;
}

    .dropdown-menu .nav-link {
        line-height: initial;
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('/portals/137/simulator-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.PageType_Normal .hero-bg {
    display: none;
}

.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,
.hero-text h6 {
    color: #fff;
    font-weight: 700;
}

#MainContent {
    padding-top: 30px;
}

.main-content li {
    list-style-type: disc;
}

#ContentGrey {
    background-color: #EDEDED;
}

.Page-Home #MainContentTop {
    padding-top: 50px;
}


.Page-Home #ContentGrey {
    display: none;
}

/*.Page-Home #MainContentThird {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/137/trackman_io_mounted.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}*/

.Page-Home #MainContentFourth {
    background-color: #EDEDED;
    display: none;
}

.Page-Home #MainContentFifth {
    display: none;
}

.Page-Home #MainContentSixth {
    background-color: #EDEDED;
    display: none;
}

.Page-Home #MainContentSeventh {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/137/clubhouse-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: none;
}

/*.Page-Home #MainContentEighth {
    background-color: #ededed;
}*/

.Page-Home #MainContentNinth {
    align-items: center !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('/portals/137/clubhouse-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* member, tech, lessons */

.Id2950 #MainContentTop,
.Id2952 #MainContentTop,
.Id2953 #MainContentTop,
.Id2954 #MainContentTop {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* leagues, tech, contact */

.Id2951 #ContentGrey,
.Id2952 #ContentGrey,
.Id2955 #ContentGrey {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* tech */

/*.Id2952 #MainContentThird {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.Id2952 #TwoColumn,
.Id2952 #TwoColumnGrey,
.Id2952 #TwoColumnThird {
    align-items: center;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.highlight {
    background-color: #f5f5f5;
    border: 2px solid #003018;
    margin: 2% auto;
    padding: 1% 3%;
}

.button-green {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #003018;
    text-transform: uppercase;
    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;
}

.button-green:hover {
    background-color: #001A0D;
    color: #fff !important;
    text-decoration: none;
}

.button-yellow {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #d2a561;
    text-transform: uppercase;
    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;
}

.button-yellow:hover {
    background-color: #AB7C36;
    color: #fff !important;
    text-decoration: none;
}

.button-clear {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: transparent;
    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;
}

    .button-clear:hover {
        color: #000 !important;
        background-color: #fff;
        text-decoration: none;
    }

/* 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;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #003018;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer .Normal {
    color: #fff !important;
}

footer .Normal a {
    color: #d2a561;
}

footer .Normal a:hover {
    color: #fff;
    text-decoration: none;
}

footer .Normal a:visited {
    color: #d2a561;
}

footer .Normal a:visited:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .main-content {
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    /* home */

    .Page-Home #MainContentThird {
        background-position: center;
        background-attachment: scroll;
    }
}
