@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Poppins:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #5FB4D9;
    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: #5FB4D9;
    }

        a:visited:hover {
            text-decoration: none;
            color: #000;
        }

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.image-border {
    border-radius: 10px;
}

.black-line-left {
    border-top: 1px solid #000;
    width: 100px;
    margin: 0 10px;
}

.black-line-center {
    border-top: 1px solid #000;
    width: 150px;
    margin: 0 auto 20px;
}

.white-line-left {
    border-top: 1px solid #fff;
    width: 100px;
    margin: 0 10px;
}

.white-line-center {
    border-top: 1px solid #fff;
    width: 150px;
    margin: 0 auto 20px;
}

.grey {
    background-color: #606060;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

    .grey p,
    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6 {
        color: #fff;
    }

.blue {
    background-color: #3C97BF;
    margin: 4% auto;
    padding: 3% 2%;
    border: 2px solid #000;
}

    .blue p,
    .blue h1,
    .blue h2,
    .blue h3,
    .blue h4,
    .blue h5,
    .blue h6 {
        color: #fff;
    }

    .blue td {
        background-color: #B6E3F7;
    }

.blue a {
    color: #202020;
    text-decoration: none;
}

    .blue a:hover {
        text-decoration: none;
        color: #fff;
    }

    .blue a:visited {
        color: #202020;
    }

        .blue a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

.lightblue {
    background-color: #B6E3F7;
    margin: 4% auto;
    padding: 3% 2%;
    border: 2px solid #000;
}

    .lightblue p,
    .lightblue h1,
    .lightblue h2,
    .lightblue h3,
    .lightblue h4,
    .lightblue h6 {
        color: #000;
    }

    .lightblue h5 {
        color: #000;
    }

.pricing {
    background-color: #EDF9FE;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000 !important;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .pricing p,
    .pricing h1,
    .pricing h2,
    .pricing h3,
    .pricing h4,
    .pricing h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .pricing h5 {
        margin-top: 0;
        margin-bottom: 0.75rem;
    }

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 0;
    background-color: #5FB4D9;
    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: #3C97BF;
        color: #fff !important;
        text-decoration: none;
    }

.book-button-white {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 0;
    background-color: #fff;
    color: #000 !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-white:hover {
        background-color: #B6E3F7;
        color: #000 !important;
        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;
        font-size: 3rem;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

.testimonial {
    border: 2px solid #5FB4D9;
    background-color: #f5f5f5;
    margin-top: 5%;
    margin-bottom: 5%;
}

    .testimonial p {
        padding-left: 2%;
        padding-right: 2%;
    }

.testimonial-sig {
    background-color: #5FB4D9;
    padding: 1px 15px;
}

    .testimonial-sig p {
        color: #fff;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: #202020 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    border-bottom: 2px solid rgba(255,255,255,0);
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -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;
        border-bottom: 2px solid rgba(255,255,255,1);
        color: #87CEEB !important;
    }

    .nav-link:visited {
        color: #fff;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #87CEEB !important;
            border-bottom: 2px solid rgba(255,255,255,1);
        }

.dropdown-menu {
    background-color: #505050;
    margin: 0;
    min-width: 10rem;
}

    .dropdown-menu .nav-link {
        line-height: initial;
    }

    .dropdown-menu .nav-link:hover {
        color: #ccc !important;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

    .dropdown-menu .nav-link:visited {
        color: #fff !important;
    }

    .dropdown-menu .nav-link:visited:hover {
        color: #ccc !important;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.PageType_Normal .hero-bg,
.PageType_Normal .hero-text {
    display: none;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/30/slide1.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

.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 h5 {
    color: #fff;
    font-weight: 700;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    list-style-type: disc;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #303030;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #fff !important;
    }

        footer .Normal a {
            color: #87CEEB;
        }

            footer .Normal a:hover {
                color: #fff;
                text-decoration: none;
            }

            footer .Normal a:visited {
                color: #87CEEB;
            }

                footer .Normal a:visited:hover {
                    color: #fff;
                    text-decoration: none;
                }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }
}

@media screen and (max-width: 768px) {

    .Page-Home .hero-text h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .Page-Home .hero-text h5 {
        font-size: 1rem;
    }
}
