@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Oswald:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 700;
    color: #F58216;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #F58216;
    -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: #F58216;
    }

        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;
    color: #fff;
    -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;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,.8);
    letter-spacing: 1px;
    padding: 1% 3%;
    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: 290px;
    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: 220px;
    width: 100%;
}

.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: #F58216 !important;
    }

.nav-link:visited {
    color: #fff !important;
}

    .nav-link:visited:hover {
        color: #F58216 !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;
    }

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dnn_AlertMessage .DnnModule {
    background-color: #F58216;
    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: #fff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 2%;
}

.alert-banner a {
    color: #FFC894;
    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: #fff;
    }

    .alert-banner a:visited {
        color: #FFC894;
    }

        .alert-banner a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

/*------------------------------------------------*/
/* 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/90/header-courses2.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

/* cigc membership  */

.Id1941 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/90/membership.jpg');
    background-size: cover;
    background-position: center;
}

/* join the club, gift certs  */

.Id2019 .hero-bg,
.Id2020 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/90/membership.jpg');
    background-size: cover;
    background-position: center;
}


/* tee times, events  */
.Id1943 .hero-bg,
.Id1942 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/90/schedule.jpg');
    background-size: cover;
    background-position: center;
}

/* contact  */

.Id1944 .hero-bg {
    background-color: #000;
    height: 300px;
}

.hero-text {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* contact  */

.Id1944 .hero-text {
    top: 70%;
}

.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;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 60px;
    padding-bottom: 20px;
}

    #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: #F58216;
    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;
    text-decoration: none;
}

    .book-button:hover {
        background-color: #C46204;
        color: #fff !important;
        text-decoration: none;
    }

.book-button-transparent {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: rgba(245, 130, 22, .7);
    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;
    text-decoration: none;
}

.book-button-transparent:hover {
    background-color: #F58216;
    color: #fff !important;
    text-decoration: none;
}

.grey {
    background-color: #303030;
    padding: 2px 4%;
    border-radius: 0px;
    margin: 1%;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p {
    color: #fff;
    margin: 0.5rem 0 !important;
}

.grey 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,
#leftSplitFullWidthTwo {
    background-color: #101010;
}

#NoGutterPhotos #dnn_lsfLeft,
#NoGutterPhotos #dnn_rsfRight,
#NoGutterPhotos #dnn_lsfLeftTwo {
    padding-right: 0px;
    padding-left: 0px;
}

#NoGutterPhotos p {
    margin-bottom: 0;
}

#dnn_BottomFullWidth {
    padding-right: 0px;
    padding-left: 0px;
}

/*------------------------------------------------*/
/* 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: #F58216;
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #fff;
            text-decoration: underline;
        }
    #Footer p a:visited {
        color: #F58216;
        text-decoration: none;
    }

        #Footer p a:visited:hover {
            color: #fff;
            text-decoration: underline;
        }

/*------------------------------------------------*/
/* 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: 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;
        }
}
