@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700');

body {
    background-color: #5B85B5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    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: #86AAD2;
    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: #86AAD2;
    }

    a:visited:hover {
        color: #000;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -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-light {
    background-color: #5B85B5 !important;
}

.nav-link {
    color: #ffffff !important;
    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;
}

    .nav-link:hover {
        text-decoration: none;
        color: #BAD1EB !important;
    }

    .nav-link:visited {
        color: #fff;
    }

        .nav-link:visited:hover {
            color: #BAD1EB;
        }

.navbar-brand {
    padding: 0 !important;
}

.dropdown-menu {
    background-color: #002f4b;
    min-width: 12rem;
    font-size: 14px;
}

.dropdown-menu .active {
    border-radius: 0px;
}

.dropdown-menu .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#header img {
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.white-div {
    border: 2px solid #000;
    background-color: #fff;
    padding: 10px;
    margin-top: 15px;
}

.blue-div {
    border: 2px solid #000;
    background-color: #1d4d7c;
    padding: 10px;
    margin-top: 15px;
}

.blue-div p {
    color: #fff;
}

.blue-div a {
    color: #86AAD2;
    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;
}

    .blue-div a:hover {
        text-decoration: none;
        color: #fff;
    }

    .blue-div a:visited {
        color: #86AAD2;
    }

        .blue-div a:visited:hover {
            color: #fff;
        }

#MainContent ul li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #5B85B5;
    background-color: #fff;
    color: #5B85B5 !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: #5B85B5;
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #5B85B5;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
}

    footer div {
        color: #fff !important;
    }

        footer div a {
            color: #1d4d7c !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;
        }

            footer div a:hover {
                color: #fff !important;
            }

            footer div a:visited {
                color: #1d4d7c !important;
            }

            footer div a:visited:hover {
                color: #fff !important;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .navbar {
        height: auto;
    }

    .nav-item {
        margin: 10px 0;
    }

    .text-expanded {
        text-align: center;
    }
}
