@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #004f2e;
    margin: 1rem 0;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #07af5a;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

a:visited {
    color: #07af5a;
}

a:visited:hover {
    color: #000;
}

.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;
}


/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding: 2% 0;
    background-color: #fff;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6,
#TopHeader p {
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}


/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #e0e0e0;
    padding: 0;
}

.nav-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: transparent;
    border-bottom: 5px solid rgba(0,79,46,0);
    color: #004f2e !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    -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 {
    color: #004f2e !important;
    background-color: #fff;
    border-bottom: 5px solid rgba(0,79,46,1);
}

.nav-link:visited {
    color: #004f2e !important;
    background-color: transparent;
    border-bottom: 5px solid rgba(0,79,46,0);
}

.nav-link:visited:hover {
    color: #004f2e !important;
    background-color: #fff;
    border-bottom: 5px solid rgba(0,79,46,1);
}

.active .nav-link {
    color: #004f2e !important;
    background-color: #fff;
    border-bottom: 5px solid rgba(0,79,46,1);
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: none;
    min-width: 12rem;
    border-radius: 0;
    background-color: #004f2e;
}

.dropdown-menu .px-lg-4 {
    padding: .2rem .5rem !important;
}

.dropdown-menu .nav-link {
    background-color: transparent;
    border-bottom: 5px solid rgba(0,79,46,0);
    text-transform: initial;
    font-size: 14px;
}

.dropdown-menu .nav-link:hover {
    background-color: #fff;
    border-bottom: 5px solid rgba(0,79,46,1);
}

.dropdown-menu .nav-link:visited {
    background-color: transparent;
    border-bottom: 5px solid rgba(0,79,46,0);
}

.dropdown-menu .nav-link:visited:hover {
    background-color: #fff;
    border-bottom: 5px solid rgba(0,79,46,1);
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #07af5a;
    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: #004f2e;
    color: #fff !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    padding: 2% !important;
    border-top: 5px solid #004f2e;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer p {
        color: #000;
    }

#Footer p {
    margin-top: 1rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/
@media screen and (max-width: 992px) {
    .fiver-parent {
        flex-direction: column;
    }
}
