@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Lora:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', Arial, Helvetica, sans-serif;
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.underline::after {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 2px solid #f5f5f5;
    margin: 20px auto 10px;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #f0f0f0;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #0E7E48;
    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: #f0f0f0;
    }

    a:visited {
        color: #0E7E48;
    }

        a:visited:hover {
            text-decoration: none;
            color: #f0f0f0;
        }

.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;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: #025513 !important;
}

.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 60px;
    margin-left: 30px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.px-2 {
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
}

.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: #fff !important;
    }

    .nav-link:visited {
        color: #fff;
        border-bottom: 2px solid rgba(255,255,255,0);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #fff !important;
            border-bottom: 2px solid rgba(255,255,255,1);
        }

.dropdown-menu {
    background-color: #006835;
    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;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/portals/95/AdobeStock_34767677-1600-800.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/95/AdobeStock_236620924-1600.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4,
    .hero-text h5,
    .hero-text h6,
    .hero-text p {
        color: #fff;
        font-weight: 700;
    }

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4)), url('/portals/95/green-bg-horizontal.png');
    background-size: 100%;
    background-attachment: fixed;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.highlight {
    background-color: #006833;
    border-radius: 2px;
    margin: 2% auto;
    padding: 1% 3%;
}

    .highlight,
    .highlight h1,
    .highlight h2,
    .highlight h3,
    .highlight h4,
    .highlight h5,
    .highlight h6,
    .highlight li {
        color: #fff;
    }

.testimonial {
    border: 2px solid #006833;
    background-color: rgba(255,255,255,.15);
    margin-top: 5%;
    margin-bottom: 5%;
}

    .testimonial p {
        padding-left: 2%;
        padding-right: 2%;
    }

.testimonial-sig {
    background-color: #006833;
    padding: 1px 15px;
}

    .testimonial-sig p {
        color: #fff;
    }

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 35px;
    background-color: #006835;
    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: #0E7E48;
        color: #fff !important;
        text-decoration: none;
    }

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 35px;
    background-color: transparent;
    border: 2px solid #fff;
    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-alt:hover {
        background-color: #fff;
        border: 2px solid #fff;
        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;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

.faq-section h2,
.faq-section h4 {
    cursor: pointer;
}

.hidden > div {
    display: none;
}

.visible > div {
    display: block;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #001308;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #fff !important;
    }

        footer .Normal a {
            color: #006835;
        }

            footer .Normal a:hover {
                color: #fff;
                text-decoration: none;
            }

            footer .Normal a:visited {
                color: #006835;
            }

                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: 4rem;
    }

    #MainContent {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {

    .navbar-nav {
        margin: 0 auto !important;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .Page-Home .hero-bg {
        height: 55vh;
    }
}

@media screen and (max-width: 776px) {

    #MainContent {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4)), url('/portals/95/green-vertical.png');
        background-size: cover;
    }
}
