@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend Deca', Arial, Helvetica, sans-serif;
    color: #5DC5FD;
    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: #5DC5FD;
}

    a:hover {
        text-decoration: none;
        color: #0CA2F2;
    }

    a:visited {
        color: #5DC5FD;
    }

        a:visited:hover {
            color: #0CA2F2;
        }

ul {
    list-style: disc;
}

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #000;
}

.bi {
    font-size: 1.5rem;
    margin: 0 5px;
    -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: 'Lexend Deca', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,.7);
    background-color: transparent;
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0,0,0,.4);
}

.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: 200px;
    width: 100%;
    border-radius: 10px;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #fff !important;
    font-size: 20px;
}

.nav-link:hover {
    color: #ccc !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 {
    font-size: 18px;
    text-transform: initial !important;
}

    .dropdown-menu .nav-link:hover {
        color: #ccc !important;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

#videoBG {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/38/AdobeStock_84776936-1600-800-overlay.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Book_Now .hero-bg {
    background-image: url('/Portals/38/AdobeStock_162484192-1600-800-overlay.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Courses .hero-bg {
    background-image: url('/Portals/38/AdobeStock_179201685-1600-800-overlay.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Leagues___Events .hero-bg {
    background-image: url("/Portals/38/AdobeStock_181782164-1600-800-overlay.jpg");
    background-size: cover;
    background-position: center;
}

.Page-Pricing .hero-bg {
    background-image: url("/Portals/38/AdobeStock_34767677-1600-800-overlay.jpg");
    background-size: cover;
    background-position: center;
}

.Page-About_Us .hero-bg {
    background-image: url("/Portals/38/AdobeStock_68817780-1600-800-overlay.jpg");
    background-size: cover;
    background-position: center;
}

.Page-FAQ .hero-bg {
    background-image: url("/Portals/38/AdobeStock_9905590-1600-800-overlay.jpg");
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.hero-text h1,
.hero-text h3 {
    margin: 0;
    color: #fff !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}

.hero-text h1 {
    font-size: 3.5rem;
}

/*------------------------------------------------*/
/* 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-radius: 5px;
    border: 1px solid #5DC5FD;
    background-color: #5DC5FD;
    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: #5DC5FD !important;
        background-color: transparent;
        text-decoration: none;
    }

.pricing {
    background-color: #b8e6ff;
    padding: 2%;
    border-radius: 10px;
    margin: 8%;
}

    .pricing h1,
    .pricing h2,
    .pricing h3,
    .pricing h4,
    .pricing h5,
    .pricing h6,
    .pricing p {
        color: #0CA2F2;
    }

.pricing hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(12, 162, 242, 0), rgba(12, 162, 242, 0.75), rgba(0, 0, 0, 0));
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #b8e6ff;
    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: #54862D;
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #356312;
        }

        #Footer p a:visited {
            color: #54862D;
        }

            #Footer p a:visited:hover {
                color: #356312;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .navbar {
        padding: 1%;
        height: auto;
        background-color: rgba(0,0,0,.8);
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 100px;
    }

    .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-bg {
        height: 70vh;
    }

    .hero-text {
        padding: 0 5%;
        top: 45%;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }
}
