@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 700;
    color: #33689C;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #33689C;
}

    a:hover {
        text-decoration: underline;
        color: #33689C;
    }

    a:visited {
        color: #33689C;
    }

        a:visited:hover {
            text-decoration: underline;
            color: #33689C;
        }

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #000;
}

.bi {
    font-size: 2rem;
    margin: 10px 5px;
    color: #33689C;
    -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: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,.8);
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 120px;
    -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: 100px;
    background-color: rgba(0,0,0,.6);
}

.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: 225px;
    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: 175px;
    width: 100%;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
}

    .nav-link:hover {
        color: #ccc !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;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/27/gc-home-overlay.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Golf_Coaching_Programs .hero-bg {
    background-image: url('/Portals/27/gc-programs-overlay.jpg');
    background-size: cover;
    background-position: top center;
}

.Page-Book_a_Lesson .hero-bg {
    background-image: url('/Portals/27/gc-book-overlay.jpg');
    background-size: cover;
    background-position: top center;
}

.Page-About .hero-bg {
    background-image: url('/Portals/27/gc-about-overlay.jpg');
    background-size: cover;
    background-position: top center;
}

.Page-Location___Contact_Info .hero-bg {
    background-image: url('/Portals/27/gc-location-overlay.jpg');
    background-size: cover;
    background-position: top center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

    .hero-text p,
    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4 {
        margin: 0;
        color: #fff !important;
        text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    }

    .hero-text h1 {
        font-size: 3.5rem;
    }

    .hero-text .bi {
        font-size: 3rem;
        color: #fff !important;
        text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 60px;
    padding-bottom: 20px;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 1px solid #33689C;
    background-color: transparent;
    color: #33689C !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: #33689C;
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #efefef;
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #000;
    }

#Footer p {
    color: #000 !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: #33689C;
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #33689C;
            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: 175px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 125px;
    }

    .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;
        }

        .hero-text h3 {
            font-size: 1.5rem;
        }
}
