@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #4BAED0;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #4BAED0;
    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: #107DAC;
    }

    a:visited {
        color: #4BAED0;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 136px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    -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: #fff !important;
}

.nav-minimize {
    height: 80px;
}

.navbar-brand {
    margin-left: 3%;
}

#dnn_dnnLOGO_imgLogo {
    height: 100%;
    max-height: 100px;
    -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-minimize #dnn_dnnLOGO_imgLogo {
    max-height: 70px;
}

.active {
    border-radius: 3px;
    background-color: #4BAED0;
}

.nav-link {
    color: #4BAED0 !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: #107DAC !important;
    }

    .nav-link:visited {
        color: #4BAED0;
    }

.active .nav-link {
    color: #fff !important;
}

.navbar-brand {
    padding: 0 !important;
}

.dropdown-menu .active {
    border-radius: 0px;
}

.dropdown-menu .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #4baed0;
    background-color: #4baed0;
    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: #fff;
        color: #4baed0 !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #4BAED0;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
}

footer div {
    color: #fff !important;
}

footer div a {
    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;
}

footer div a:hover {
    color: #D5F2FB !important;
}

footer div a:visited {
    color: #fff !important;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .navbar {
        height: auto;
    }

    .nav-item {
        margin: 10px 0;
    }

    .text-expanded {
        text-align: center;
    }
}