@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

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: 1rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #55b747;
    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: #55b747;
    }

        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;
}

.black-line-left {
    border-top: 1px solid #000;
    width: 100px;
    margin: 15px 10px 0;
}

.black-line-center {
    border-top: 1px solid #000;
    width: 150px;
    margin: 15px auto 0;
}

.white-line-left {
    border-top: 1px solid #fff;
    width: 100px;
    margin: 15px 10px 0;
}

.white-line-center {
    border-top: 1px solid #fff;
    width: 150px;
    margin: 15px auto 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.bg-dark {
    background-color: #202020 !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 70px;
    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: #cdcdcd !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: #55b747 !important;
    }

    .nav-link:visited {
        color: #cdcdcd;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #55b747 !important;
        }

.dropdown-menu {
    background-color: #202020;
    margin: 0;
    min-width: 10rem;
}

    .dropdown-menu .nav-link {
        line-height: initial;
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HEADERS */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/portals/105/blackhorse1.jpg');
    background-size: cover;
    background-position: bottom;
    height: 500px;
}

/* about us */

.Id2262 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/portals/105/about-us-header.jpg');
    background-size: cover;
    background-position: top;
}

/* facility */

.Id2263 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/portals/105/blackhorse2.jpg');
    background-size: cover;
    background-position: bottom;
}

/* club fittings */

.Id2264 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/105/clubfitting1.jpg');
    background-size: cover;
    background-position: center;
}

/* programs */

.Id2265 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/portals/105/programs-header.jpg');
    background-size: cover;
    background-position: center;
}

/* book online */

.Id2266 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/portals/105/AdobeStock_145092063-1600-800.jpg');
    background-size: cover;
    background-position: 0% 65%;
}

/* contact us */

.Id2267 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/portals/105/AdobeStock_248596560-1600-800.jpg');
    background-size: cover;
    background-position: 50% 60%;
}

.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 {
    color: #fff;
    font-weight: 700;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.main-content li {
    list-style-type: disc;
}

#ContentGrey {
    background-color: #cdcdcd;
}

.Page-Home #MainContentTop,
.Page-Home #ContentGrey,
.Page-Home #MainContentThird,
.Page-Home #MainContentFourth {
    padding-top: 20px;
    padding-bottom: 20px;
}

.PageType_Normal #MainContentTop {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Page-Home #MainContentThird {
    background-color: #202020;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/portals/105/AdobeStock_146225230-1600.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .Page-Home #MainContentThird h1,
    .Page-Home #MainContentThird h2,
    .Page-Home #MainContentThird h3,
    .Page-Home #MainContentThird h4,
    .Page-Home #MainContentThird h5,
    .Page-Home #MainContentThird h6,
    .Page-Home #MainContentThird p {
        color: #fff;
    }

.Page-Home #MainContentFourth {
    background-color: #fff;
}

/* about us */

.Id2262 .main-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Id2262 #MainContentThird {
    background-color: #202020;
}

    .Id2262 #MainContentThird p,
    .Id2262 #MainContentThird h1,
    .Id2262 #MainContentThird h2,
    .Id2262 #MainContentThird h3,
    .Id2262 #MainContentThird h4,
    .Id2262 #MainContentThird h5,
    .Id2262 #MainContentThird h6 {
        color: #fff;
    }

.Id2262 #MainContentFourth {
    background-color: #cdcdcd;
}

.Id2262 #MainContentFifth {
    background-color: #fff;
}

.Id2262 #MainContentSixth {
    background-color: #202020;
}

    .Id2262 #MainContentSixth p,
    .Id2262 #MainContentSixth h1,
    .Id2262 #MainContentSixth h2,
    .Id2262 #MainContentSixth h3,
    .Id2262 #MainContentSixth h4,
    .Id2262 #MainContentSixth h5,
    .Id2262 #MainContentSixth h6 {
        color: #fff;
    }

.Id2262 #MainContentSeventh {
    background-color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/portals/105/about-us-bg.jpg');
    background-size: cover;
    background-position: 50% 75%;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .Id2262 #MainContentSeventh h1,
    .Id2262 #MainContentSeventh h2,
    .Id2262 #MainContentSeventh h3,
    .Id2262 #MainContentSeventh h4,
    .Id2262 #MainContentSeventh h5,
    .Id2262 #MainContentSeventh h6,
    .Id2262 #MainContentSeventh p {
        color: #fff;
    }

/* facility */

.Id2263 #ContentGrey {
    padding-top: 35px;
    padding-bottom: 20px;
}

/* club fittings */

.Id2264 #MainContentTop {
    padding-top: 30px;
}

.Id2264 #ContentGrey {
    padding-top: 30px;
    padding-bottom: 10px;
}

.Id2264 #MainContentThird {
    background-color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/portals/105/clubfitting2.jpg');
    background-size: cover;
    background-position: 50% 40%;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .Id2264 #MainContentThird p,
    .Id2264 #MainContentThird h1,
    .Id2264 #MainContentThird h2,
    .Id2264 #MainContentThird h3,
    .Id2264 #MainContentThird h4,
    .Id2264 #MainContentThird h5,
    .Id2264 #MainContentThird h6 {
        color: #fff;
    }

.Id2264 #MainContentFourth {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #cdcdcd;
}

.Id2264 #ThreeColumnFourth {
    align-items: center !important;
}

/* programs */

.Id2265 #MainContentTop {
    padding-top: 35px;
}

.Id2265 #ContentGrey {
    padding-top: 35px;
    padding-bottom: 30px;
}

.Id2265 #MainContentThird {
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #202020;
}

    .Id2265 #MainContentThird p,
    .Id2265 #MainContentThird h1,
    .Id2265 #MainContentThird h2,
    .Id2265 #MainContentThird h3,
    .Id2265 #MainContentThird h4,
    .Id2265 #MainContentThird h5,
    .Id2265 #MainContentThird h6 {
        color: #fff;
    }

.Id2265 #MainContentFourth {
    padding-top: 35px;
    padding-bottom: 30px;
}

.Id2265 #MainContentFifth {
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #cdcdcd;
}

/* contact us */

.Id2267 #MainContentTop {
    padding-top: 0px;
    padding-bottom: 0px;
}

.Id2267 #ContentGrey {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* etc. */

.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: 3px solid #55b747;
    border-radius: 3px;
    margin: 2% auto;
    padding: 1% 3%;
}

.button-green {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 40px;
    background-color: #55b747;
    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: #098542;
        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%);
    width: 100%;
}

    .text-overlay h2 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

.circle {
    border-radius: 50%;
}

.bio-pic {
    max-width: 250px;
    width: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #202020;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #fff !important;
    }

        footer .Normal a {
            color: #55b747;
        }

            footer .Normal a:hover {
                color: #fff;
                text-decoration: none;
            }

            footer .Normal a:visited {
                color: #55b747;
            }

                footer .Normal a:visited:hover {
                    color: #fff;
                    text-decoration: none;
                }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 4rem;
    }

    .main-content {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .bio-pic {
        max-width: 200px;
        margin-right: 3%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 576px) {

    .bio-pic {
        max-width: 300px;
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }
}