@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --darkgreen: #004E03;
    --blue: #6EC8CO;
    --lime: #B0D235;
    --lightgreen: #46AE49;
    --black: #000;
    --white: #fff;
    --lightgrey: #e5e5e5;
    --darkgrey: #202020;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 700;
    color: var(--white);
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-top: .5rem;
}

a {
    text-decoration: none;
    color: var(--lightgreen);
    -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: var(--white);
}

a:visited {
    color: var(--lightgreen);
}

a:visited:hover {
    text-decoration: none;
    color: var(--white);
}

.Normal {
    font-weight: 300;
    color: var(--white);
    font-size: 16px;
    line-height: 1.5 !important;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    vertical-align: middle;
    -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;
}

hr.green-hr-center {
    border: none; 
    border-top: 3px solid var(--green);
    max-width: 100px;
    margin: 10px auto;
}

hr.white-hr-center {
    border: none;
    border-top: 3px solid var(--white);
    max-width: 100px;
    margin: 10px auto;
}

.strike-horizontal {
    position: relative;
    display: inline-block;
}

.strike-horizontal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110%;
    height: 2px;
    background: #cc0000;
    transform: rotate(-22deg);
    transform-origin: bottom left;
}

.red-label {
    background-color: #cc0000;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,.8);
    letter-spacing: 1px;
    padding: 1rem 2rem;
    -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 {
    background-color: rgba(0,0,0,1);
}

.navbar-brand {
    padding: 0 !important;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 200px;
    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: 150px;
    width: 100%;
}

.nav-link {
    color: var(--white) !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: var(--lightgreen) !important;
    }

.nav-link:visited {
    color: var(--white) !important;
}

    .nav-link:visited:hover {
        color: var(--lightgreen) !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #101010;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    font-size: 16px;
    text-transform: initial !important;
}

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dnn_AlertMessage .DnnModule {
    background-color: var(--darkgreen);
    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: var(--white);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 2%;
}

.alert-banner a {
    color: var(--blue);
    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: var(--white);
    }

    .alert-banner a:visited {
        color: var(--blue);
    }

        .alert-banner a:visited:hover {
            text-decoration: none;
            color: var(--white);
        }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/_default/images/AdobeStock_1142168244-2000.jpg');
    background-size: cover;
    background-position: bottom;
}

.PageType_Normal .hero-bg {
    background-image: none;
    background-color: #000;
    height: 300px;
}

.hero-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.PageType_Normal .hero-text {
    top: 70%;
}

.Id3483 .hero-bg {
    height: 120px;
}

.Id3483 .hero-text {
    display: none;
}

.hero-text h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4 {
    margin: 0;
    color: #fff !important;
}

    .hero-text h1 {
        font-size: 3.5rem;
    }

/* trackman, tournaments, schedule, contact  */

.Id1940 h1,
.Id1941 h1,
.Id1942 h1,
.Id1943 h1,
.Id1944 h1,
.Id2019 h1,
.Id2020 h1 {
    font-size: 4.5rem;
}

/* home */

.PageType_Home #dnn_ContentPaneNarrowThree {
    background-color: #101010;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 20px;
    border: 2px solid #202020;
}

/* coming soon */

.Id3483 .navbar-nav {
    display: none;
}

.Id3483 #dnn_ContentPaneNarrowThree {
    background-color: #101010;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 20px;
    border: 2px solid #202020;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    #MainContent li,
    #BottomContent li {
        list-style-type: disc;
    }

.image-border {
    border-radius: 10px;
}

.green-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--lightgreen);
    color: var(--white) !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;
}

    .green-button:hover {
        background-color: var(--darkgreen);
        color: var(--white) !important;
        text-decoration: none;
    }

.transparent-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid var(--white);
    background-color: transparent;
    color: var(--white) !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;
}

.transparent-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.grey {
    background-color: var(--darkgrey);
    padding: .5rem 1rem;
    border-radius: 0px;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p {
    color: var(--white);
}

div.green {
    background-color: var(--darkgreen);
    padding: 10px;
    border-radius: 20px;
}

div.white-border {
    padding: .5rem 1rem;
    border: 3px solid var(--white);
    border-radius: 20px;
    background: #012901;
    background: linear-gradient(to bottom, #012901 0%, #1f6236 100%);
}

div.white-border p,
div.white-border li {
    font-size: .9rem;
}

.sub-widget .form-control {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}

.sub-widget .form-control::placeholder {
    color: #fff;
}

/* home page buttons */

body:not(.PageType_Home) #NoGutterPhotos {
    display: none;
}

#NoGutterPhotos .row {
    margin-right: 0px;
    margin-left: 0px;
}

#leftSplitFullWidth,
#rightSplitFullWidth {
    background-color: #101010;
}

#NoGutterPhotos #dnn_lsfRight,
#NoGutterPhotos #dnn_rsfLeft {
    padding-right: 0;
    padding-left: 0;
}

#NoGutterPhotos p {
    margin-bottom: 0;
}

#dnn_BottomFullWidth {
    padding-right: 0px;
    padding-left: 0px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--black);
    padding: 2rem !important;
    border-top: 1px solid var(--white);
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        background-color: rgba(0,0,0,.8);
        padding: .5rem;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 225px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 180px;
    }

    .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;
        background-color: #030303;
    }

    .nav-link:hover {
        border: none;
        background-color: #030303;
    }

    .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;
    }
}
