@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #064190;
    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: #5FB4D9;
    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: #3C97BF;
    }

    a:visited {
        color: #5FB4D9;
    }

        a:visited:hover {
            text-decoration: none;
            color: #3C97BF;
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    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;
}

.bg-dark {
    background-color: #064190 !important;
}

.nav-minimize {
    height: 70px;
}

#dnn_dnnLOGO_imgLogo {
    height: 100%;
    max-height: 70px;
    -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: 60px;
}

.nav-link {
    color: #ccc !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: #fff !important;
    }

    .nav-link:visited {
        color: #ccc;
    }

    .nav-link:visited:hover {
        color: #fff;
    }

.active .nav-link {
    color: #fff !important;
}

.navbar-brand {
    padding: 0 !important;
}

.dropdown-menu {
    min-width: 12rem;
    background-color: #484848;
}

.dropdown-menu .nav-link {
    border-radius: 0px;
}

.dropdown-menu .active .nav-link {
    border-radius: 0px;
}

.dropdown-menu .px-lg-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-text {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-text h5 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: center;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.Page-Home .fullWidthPane {
    width: 100%;
    height: 600px;
    background-image: url('/Portals/33/mark-cruz-330105-unsplash-1800.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

    .Page-Home .fullWidthText {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fullWidthPane p,
    .fullWidthPane h1,
    .fullWidthPane h2,
    .fullWidthPane h3,
    .fullWidthPane h4,
    .fullWidthPane h5,
    .fullWidthPane h6 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent {
    margin-top: 2%;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.5);
    color: #f5f5f5 !important;
    letter-spacing: 1.5px;
    -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,.9);
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #ccc;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
}

    footer div {
        color: #333 !important;
    }

        footer div a,
        footer .bi {
            color: #064190 !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,
            footer .bi:hover {
                color: #064190 !important;
                text-decoration: underline;
            }

            footer div a:visited,
            footer .bi:visited {
                color: #064190 !important;
            }

                footer div a:visited:hover,
                footer .bi:visited:hover {
                    color: #064190 !important;
                    text-decoration: underline;
                }

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    margin-top: 0;
    margin-bottom: 0;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .navbar {
        height: auto;
    }

    .nav-item {
        margin: 10px 0;
    }

    .text-expanded {
        text-align: center;
    }

    .navbar-text {
        display: block;
        width: 100%;
        text-align: center;
    }
}