@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #007dc7;
    font-weight: 700;
    margin: 1rem 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -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;
    color: #c1261b;
}

    a:hover {
        text-decoration: none;
        color: #750900;
    }

    a:visited {
        color: #c1261b;
    }

        a:visited:hover {
            color: #750900;
        }

ul {
    list-style: disc;
}

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #000;
}

.bi {
    font-size: 1.5rem;
    margin: 0 5px;
    color: #007dc7;
    -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;
}

    .bi:hover {
        color: #004974;
    }

    .bi:visited {
        color: #007dc7;
    }

        .bi:visited:hover {
            color: #004974;
        }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1% 3%;
    background-color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-nav {
    margin-right: 10px;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 200px;
    width: 100%;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #444 !important;
}

    .nav-link:hover {
        color: #007dc7 !important;
    }

    .nav-link:visited {
        color: #444 !important;
    }

        .nav-link:visited:hover {
            color: #007dc7 !important;
        }

.active .nav-link {
    color: #007dc7 !important;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    background-color: #000;
    min-width: 12rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .5rem !important;
    }

.dropdown-menu .nav-link {
    text-transform: initial !important;
}

    .dropdown-menu .nav-link:hover {
        color: #ccc !important;
    }

.book-button-nav {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #c1261b;
    background-color: #c1261b;
    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;
}

    .book-button-nav:hover {
        color: #c1261b !important;
        background-color: transparent;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.PageType_Normal #BGImage {
    display: none;
    height: 0px;
}

.hero-bg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/53/heroshot-overlay.jpg');
    background-size: cover;
    background-position: center;
}

.bg-overlay {
    padding-top: 125px;
    padding-bottom: 125px;
}

.swing-school {
    max-width: 250px;
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6,
.hero-text p {
    margin: 0;
    color: #fff !important;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 400;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContentWhite {
    padding-top: 40px;
    padding-bottom: 40px;
}

.Id1254 #MainContentWhite,
.Id1255 #MainContentWhite {
    padding-top: 0px;
    padding-bottom: 0px;
}

#MainContentBlue {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #007dc7;
}

    #MainContentBlue .Normal,
    #MainContentBlue h1,
    #MainContentBlue h2,
    #MainContentBlue h3,
    #MainContentBlue h4,
    #MainContentBlue h5,
    #MainContentBlue h6 {
        color: #fff;
    }

#SecondaryContentWhite {
    padding-top: 40px;
    padding-bottom: 40px;
}

.flex-viewport {
    height: 200px !important;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #c1261b;
    background-color: #c1261b;
    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;
}

    .book-button:hover {
        color: #fff !important;
        background-color: #9E1308;
        border: 1px solid #9E1308;
        text-decoration: none;
    }

.form-submit {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #46AA41;
    background-color: #46AA41;
    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;
}

    .form-submit:hover {
        color: #46AA41 !important;
        background-color: #fff;
        text-decoration: none;
    }

.pricing {
    background-color: #c7e6c6;
    padding: 5%;
    border-radius: 10px;
    margin: 1%;
}

    .pricing h1,
    .pricing h2,
    .pricing h3,
    .pricing h4,
    .pricing h5,
    .pricing h6,
    .pricing p,
    .pricing {
        color: #000 !important;
    }

.stats {
    background-color: #b2d8ee;
    padding: 2%;
    border-radius: 10px;
}

    .stats h1,
    .stats h2,
    .stats h3,
    .stats h4,
    .stats h5,
    .stats h6,
    .stats p {
        color: #444;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #d9d9d9;
    padding: 1% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #000;
    }

#Footer p {
    color: #000 !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: #c1261b;
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #750900;
        }

        #Footer p a:visited {
            color: #c1261b;
        }

            #Footer p a:visited:hover {
                color: #750900;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        padding: 1%;
        height: auto;
        z-index: 1000;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 100px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        border: none;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .navbar-button {
        width: 100%;
    }

    .navbar-button,
    .navbar-right {
        text-align: center;
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    .swing-school {
        max-width: 150px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .hero-text h1 {
        font-size: 1.75rem;
        text-align: center;
    }

    .hero-text h4 {
        font-size: 1.25rem;
        text-align: center;
    }

    .flex-viewport {
        height: 310px !important;
    }
}