@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Exo+2:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #000;
}

h1,
h2,
h3,
h4 {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    color: #228c22;
    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: #228c22;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

    a:visited {
        color: #228c22;
    }

    a:visited:hover {
        color: #fff;
    }

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #fff;
}

.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: 'Exo 2', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,.6);
    background-color: transparent;
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 175px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.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%;
}

.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: 70vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/21/homepage-bg.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Play___Practice .hero-bg {
    background-image: url('/Portals/21/rgc-play-practice.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Instruction .hero-bg {
    background-image: url('/Portals/21/rgc-lessons.jpg');
    background-size: cover;
    background-position: center;
}

.Page-Contact .hero-bg {
    background-image: url("/Portals/21/AdobeStock_101668062-1600-800-overlay.jpg");
    background-size: cover;
    background-position: center;
}

.Page-Book_Now .hero-bg {
    background-image: url("/Portals/21/rgc-book-now.jpg");
    background-size: cover;
    background-position: center;
}

.Page-Book_a_Lesson .hero-bg {
    background-image: url("/Portals/21/rgc-homepage.jpg");
    background-size: cover;
    background-position: center;
}

.Page-Membership .hero-bg {
    background-image: url("/Portals/21/rgc-instruction.jpg");
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 40%;
    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,.5);
}

.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 #228c22;
    background-color: #228c22;
    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 {
        background-color: #000;
        color: #228c22 !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #228c22;
    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: #000;
        text-decoration: underline;
    }

    #Footer p a:hover {
        color: #000;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* 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: 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-text {
        padding: 0 5%;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }
}
