@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #364aa0;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul {
    list-style: disc;
}

.Normal {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #0153B5;
    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: #0153B5;
    }

    a:visited:hover {
        text-decoration: none;
        color: #000;
    }

.bi {
    font-size: 1.2em;
    padding: 0 10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6,
#TopHeader p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.header-logo {
    max-width: 125px;
    width: 100%;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    z-index: 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;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.nav-link {
    font-size: 16px;
    display: inline-block;
    color: #364aa0 !important;
    text-decoration: none;
    line-height: 40px;
    -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;
    border-top: 5px solid #f5f5f5;
}

    .nav-link:hover {
        text-decoration: none;
        color: #000 !important;
        border-top: 5px solid #364aa0;
    }

    .nav-link:visited {
        color: #364aa0;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #000 !important;
            border-top: 5px solid #364aa0;
        }


.navbar-toggler {
    margin: 10px;
}

.dropdown-menu {
    background-color: #000;
    margin: 0;
    min-width: 12rem;
    border: 1px solid #000;
}

    .dropdown-menu .nav-link {
        display: block;
        font-size: 16px;
        border-top: 0;
    }

        .dropdown-menu .nav-link:hover {
            color: #364aa0 !important;
            border-top: 0;
        }

    .dropdown-menu .nav-link:visited {
        display: block;
        border-top: 0;
    }

        .dropdown-menu .nav-link:visited:hover {
            color: #364aa0 !important;
            border-top: 0;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/AdobeStock_9905590-1600-800.jpg');
    background-size: cover;
    background-position: center;
    height: 73vh;
}

/* bio */

.Id2041 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/bio-bg.jpg');
}

/* locations */

.Id2042 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/locations-bg.jpg');
}

/* adult */

.Id2043 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/adult-bg.jpg');
}

/* junior */

.Id2044 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/junior-bg.jpg');
}

/* book now */

.Id2066 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/book-bg.jpg');
}

/* swing tips */

.Id2046 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/swing-tips-bg.jpg');
}

/* contact */

.Id2045 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/94/contact-bg.jpg');
}

.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 p,
    .hero-text .bi {
        color: #fff !important;
    }

    .hero-text h1 {
        font-size: 4.5rem;
    }

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dnn_AlertMessage .DnnModule {
    background-color: #364aa0;
    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: #ccc;
    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: #ccc;
    }

        .alert-banner a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

.image-border {
    border-radius: 10px;
}

.blue {
    background-color: #364aa0;
    padding: 2% 4%;
    margin: 2% auto;
    border-radius: 3px;
}

    .blue p,
    .blue li,
    .blue h1,
    .blue h2,
    .blue h3,
    .blue h4,
    .blue h5,
    .blue h6 {
        color: #fff !important;
    }

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 20px;
    background-color: #364aa0;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    -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;
}

    .book-button:hover {
        background-color: #002654;
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    margin-top: 0;
    margin-bottom: 0;
}

footer {
    background-color: #f5f5f5;
    border-top: 3px solid #364aa0;
    padding-top: 2%;
    padding-bottom: 2%;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 992px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 90px;
        width: 100%;
    }

    #dnn_HeroText {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }
}
