@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    color: #024833;
    margin: 1rem 0;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #024833;
}

    a:hover {
        text-decoration: underline;
        color: #037a56;
    }

    a:visited {
        color: #024833;
    }

        a:visited:hover {
            color: #037a56;
        }

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #000;
}

.bi {
    font-size: 2rem;
    margin: 10px 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 */
/*------------------------------------------------*/

#HeaderPanes {
    padding-top: 10px;
}



/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #d9d8e0;
    padding: 0;
}

.sticky-top {
    -webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
    box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
}

.active .nav-link {
    border-bottom: 5px solid #febb1d;
}

.nav-link {
    -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;
    border-bottom: 5px solid rgba(0,0,0,0);
    color: #024833 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .nav-link:hover {
        background-color: #fff;
        border-bottom: 5px solid #febb1d;
    }

    .nav-link a:hover {
        color: #6460ab !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #d9d8e0;
    min-width: 12rem;
}

    .dropdown-menu .px-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dropdown-menu .nav-link {
        border-bottom: 5px solid #fff;
        text-transform: initial !important;
    }

        .dropdown-menu .nav-link:hover {
            background-color: #024833;
            color: #fff !important;
            border-bottom: 5px solid #ccc;
        }

        .dropdown-menu .active .nav-link {
            background-color: #024833;
            color: #fff !important;
            border-bottom: 5px solid #ccc;
        }

/*------------------------------------------------*/
/* SLIDER */
/*------------------------------------------------*/

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

/*------------------------------------------------*/
/* 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: 1px solid #fff;
    background-color: rgba(0,0,0,.5);
    color: #ccc !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: rgba(0,0,0,.8);
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #febb1d;
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #000;
    }

#Footer p {
    color: #000 !important;
    margin-top: 1rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
}
