@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');

body {
    background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    color: #245073;
    font-weight: 700;
    margin: 1rem 0;
}

.Normal {
    font-size: 16px;
    color: #333;
    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: #49759C;
    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: #101010;
    }

    a:visited {
        color: #49759C;
    }

    a:visited:hover {
        color: #101010;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #49759C;
    -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;
}

    .bi:hover {
        color: #101010;
    }

    .bi:visited {
        color: #101010;
    }

        .bi:visited:hover {
            color: #101010;
        }

.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;
}


/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #404040;
    -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-dark {
    background-color: #101010 !important;
}

.navbar-brand {
    margin-left: 3%;
}

#dnn_dnnLOGO_imgLogo {
    height: 100%;
    max-height: 60px;
    -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 {
    display: inline-block;
    color: #f5f5f5 !important;
    letter-spacing: 1px;
    text-decoration: none;
    height: 80px;
    line-height: 60px;
    border-left: 1px solid #404040;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #101010 50%, #f1d067 50%);
    -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: #101010 !important;
        background-position: 0 100%;
    }

    .nav-link:visited {
        color: #c0c0c0;
    }

    .nav-link:visited:hover {
        color: #101010 !important;
    }

.dropdown-menu {
    background-color: rgba(206, 206, 206,.9);
    margin: 0;
    min-width: 15rem;
    border: 1px solid #b8b8b8;
    border-radius: 0;
}

    .dropdown-menu .nav-link {
        display: block;
        color: #000 !important;
        height: auto;
        line-height: normal;
        border-left: none;
    }

    .dropdown-menu .nav-link:hover {
        color: #fff !important;
        background-color: #333;
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/66/home-1600-bg.jpg');
}

.Id1476 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/66/about-1600-bg.jpg');
}

.Id1477 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/66/memberships-bg.jpg');
}

.Id1478 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/66/contact-1600-bg.jpg');
}

    .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;
        letter-spacing: 1px;
        line-height: 180%;
    }

    .hero-text h1 {
        font-size: 3.5rem;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane {
    background-color: #080808;
    border-bottom: 4px solid #f1d067;
}

.fullWidthPane .DNNModuleContent {
    padding-top: 10%;
    padding-bottom: 10%;
}

.fullWidthPane p,
.fullWidthPane h1,
.fullWidthPane h2,
.fullWidthPane h3,
.fullWidthPane h4,
.fullWidthPane h5,
.fullWidthPane h6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent {
    margin-top: 40px;
}

#MainContent ul {
    list-style: disc outside;
}

#MainContent li {
    margin: .5rem 0;
}

#MainContentMid {
    padding-right: 0;
    padding-left: 0;
}

.Page-Home #MainContentMid {
    margin: 2% 0;
}

.image-border {
    border-radius: 10px;
}

.color-border {
    border-radius: 50px 0px 50px 0px;
    padding: 3px;
    border-bottom: 1px solid #f1d067;
    border-right: 1px solid #f1d067;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #F1D067;
    background-color: #F1D067;
    color: #303030 !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: #FFE592;
        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%);
}

    .text-overlay h2 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

.pricing {
    background-color: #49759C;
    padding: 2%;
    border-radius: 10px;
    margin: 8%;
}

    .pricing h1,
    .pricing h2,
    .pricing h3,
    .pricing h4,
    .pricing h5,
    .pricing h6,
    .pricing p {
        color: #fff;
    }


/*------------------------------------------------*/
/* BOOKING BUTTON CONTAINER */
/*------------------------------------------------*/

#BookingButtonContainer {
    background-color: #49759C;
    color: #fff;
    margin-top: 30px;
    padding-top: 1%;
    padding-bottom: 1%;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #F1D067;
    padding-top: 2%;
    padding-bottom: 2%;
}

#dnn_FooterContent p {
    color: #101010 !important;
    margin-top: 1rem;
}

    #dnn_FooterContent p a {
        color: #49759C;
        text-decoration: none;
    }

        #dnn_FooterContent p a:hover {
            color: #101010;
        }

        #dnn_FooterContent p a:visited {
            color: #49759C;
        }

            #dnn_FooterContent p a:visited:hover {
                color: #101010;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/


@media screen and (max-width: 992px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-link {
        border-left: none;
    }

    .text-overlay h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .hero-text {
        width: 95%;
    }

    .hero-text h1,
    .hero-text h3 {
        line-height: normal;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }
}
