@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    color: #000;
    text-transform: uppercase;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #003e2f;
    -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: #000;
}

a:visited {
    text-decoration: none;
    color: #003e2f;
}

a:visited:hover {
    text-decoration: none;
    color: #000;
}

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #000;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
}

.gold-line-left {
    border-top: 2px solid #003e2f;
    width: 70px;
    margin: 15px 10px 30px;
}

.gold-line-center {
    border-top: 2px solid #003e2f;
    width: 70px;
    margin: 15px auto 30px;
}

.white-line-left {
    border-top: 2px solid #fff;
    width: 70px;
    margin: 15px 10px 30px;
}

.white-line-center {
    border-top: 2px solid #fff;
    width: 70px;
    margin: 15px auto 30px;
}

.black-line-left {
    border-top: 2px solid #000;
    width: 70px;
    margin: 15px 10px 30px;
}

.black-line-center {
    border-top: 2px solid #000;
    width: 70px;
    margin: 15px auto 30px;
}

/* fade in */

.fade-in {
    opacity: 0;
    transform: translateY(5vh);
    visibility: hidden;
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, visibility;
}

    .fade-in.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    background-color: #000;
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 100px;
    -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: 80px;
}

.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: 230px;
    width: 100%;
    padding-left: 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-minimize #dnn_dnnLOGO_imgLogo {
    max-width: 200px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.15rem !important;
    padding-left: 0.15rem !important;
}

.px-lg-4 {
    padding: 0 .75rem !important;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    -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: #d4a966 !important;
}

.nav-link:visited {
    color: #fff !important;
}

.nav-link:visited:hover {
    color: #d4a966 !important;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    background-color: #202020;
    min-width: 12rem;
    border-radius: 0px;
    border: 1px solid #000;
}

    .dropdown-menu .px-lg-4 {
        padding: .25rem .5rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 14px;
        font-weight: 400;
        text-transform: initial !important;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/


/* video hero */

.video-hero-bg {
    object-fit: cover;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#videoBG {
    object-fit: cover;
    width: 100%;
    height: 70vh;
}

.video-hero-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
}

    .video-hero-text p,
    .video-hero-text h1,
    .video-hero-text h2,
    .video-hero-text h3,
    .video-hero-text h4,
    .video-hero-text h5,
    .video-hero-text h6 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #fff !important;
    }

    .video-hero-text h1 {
        font-size: 4.5rem;
        font-weight: 700;
    }

    .video-hero-text p {
        font-size: 20px;
    }

.home-hero-text {
    max-width: 850px;
    width: 100%;
}

.video-overlay {
    position: absolute;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.3);
    width: 100%;
    top: 0;
    left: 0;
}

.PageType_Normal .video-hero-bg,
.PageType_Normal .video-hero-text {
    display: none;
}

/* photo hero */

.Page-Home .hero-bg {
    display: none;
}

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/141/home-hero2.jpg');
    background-size: cover;
    background-position: bottom;
    height: 70vh;
}

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Portals/141/TrackMan-and-SIM-2000.jpg');
    background-size: cover;
    background-position: 50% 70%;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff !important;
}

.hero-text h1 {
    font-size: 5rem;
    font-weight: 700;
}

.Id3163 .hero-text h1,
.Id3165 .hero-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.hero-text p {
    font-size: 20px;
}

/* trackman, tournaments, schedule, contact  */

.Id1940 h1,
.Id1941 h1,
.Id1942 h1,
.Id1943 h1,
.Id1944 h1,
.Id2019 h1,
.Id2020 h1 {
    font-size: 4.5rem;
}

.home-logo {
    max-width: 250px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Page-Home #MainContent {
    padding-bottom: 0px;
}

#MainContent li,
#BottomContent li {
    list-style-type: disc;
}

/* .Page-Home #dnn_tcLeft,
.Page-Home #dnn_tcMiddle,
.Page-Home #dnn_tcRight {
    background-image: linear-gradient(rgba(255,255,255, 0.7), rgba(255,255,255, 1)), url(/portals/108/triangle-bg3.png);
    background-position: top;
    background-size: 62%;
    background-repeat: no-repeat;
} */

#dnn_BottomFullWidth {
    padding-left: 0px;
    padding-right: 0px;
}

    #dnn_BottomFullWidth p {
        margin-bottom: 0px;
    }

.image-border {
    border-radius: 10px;
}

.gold-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #d4a966;
    border: 1px solid #d4a966;
    color: #fff !important;
    border-radius: 3px;
    -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;
}

.gold-button:hover {
    background-color: #fff;
    color: #d4a966 !important;
    text-decoration: none;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 3px;
    border: 1px 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;
}

.white-button:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: none;
}

.gold {
    background: #d4a966;
    padding: 10px 2%;
    border-radius: 0px;
    margin: 1% 0;
}

.gold h1,
.gold h2,
.gold h3,
.gold h4,
.gold h5,
.gold h6,
.gold p {
    color: #fff;
    line-height: 1.5;
}

.gold p {
    font-size: 16px;
}

.gold li {
    list-style-type: disc !important;
    color: #fff;
    font-size: 16px;
}

.grey {
    background: #e5e5e5;
    padding: 25px 2%;
    border-radius: 0px;
    margin: 1% 0;
    border: 1px solid #003e2f;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p {
    color: #000;
    line-height: 1.5;
}

.grey p {
    font-size: 16px;
}

.grey li {
    list-style-type: disc !important;
    color: #000;
    font-size: 16px;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

#Footer p {
    font-size: 14px;
}

#Footer .bi {
    font-size: 1em;
}

#FooterContainer h1,
#FooterContainer h2,
#FooterContainer h3,
#FooterContainer h4,
#FooterContainer h5,
#FooterContainer h6,
#FooterContainer p {
    color: #fff !important;
    margin-top: 1rem;
    line-height: 1.6;
}

#Footer p a {
    color: #fff;
    text-decoration: none;
}

    #Footer p a:hover {
        color: #8dc63f;
    }

    #Footer p a:visited {
        color: #fff;
        text-decoration: none;
    }

        #Footer p a:visited:hover {
            color: #8dc63f;
        }

#Footer {
    background-color: #d4a966;
    background-image: url('/Portals/141/wavy-bg-new.png');
    background-position: top;
    background-size: cover;
}

#FooterBottom {
    background-color: #000;
    padding: 1% 10% !important;
}

#FooterBottom p {
    font-size: 14px;
    margin-top: .5rem;
    margin-bottom: 0;
}

#FooterBottom p a {
    color: #d4a966;
    text-decoration: none;
    font-weight: 600;
}

#FooterBottom p a:hover {
    color: #fff;
}

#FooterBottom p a:visited {
    color: #d4a966;
    text-decoration: none;
}

#FooterBottom p a:visited:hover {
    color: #fff;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 175px;
    }

    .nav-minimize #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;
    }

    .active .nav-link {
        border: none;
    }

    .nav-link:hover {
        border: none;
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    .hero-text {
        padding: 0 5%;
    }

    .video-hero-text {
        padding: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .hero-text h1 {
        font-size: 2.5rem !important;
    }

    .hero-text h2 {
        font-size: 1.5rem;
    }

    .video-hero-bg {
        height: 60vh;
    }

    #videoBG {
        height: 60vh;
    }

    .video-hero-text {
        top: 40%;
    }

    .video-hero-text h1 {
        font-size: 2.5rem !important;
    }

    .video-hero-text h2 {
        font-size: 1.5rem;
    }

    .home-logo {
        max-width: 150px;
        width: 100%;
    }

}