@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

html {
    scroll-behavior: smooth;
    background-color: #efefef;
    background-image: url('/Portals/29/everyBodyBkg3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: 110%;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0 5%;
    background-color: transparent;
}

h1,
h2,
h3,
h4 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 1rem 0;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
    color: #444;
}

    a:hover {
        text-decoration: none;
        color: #444;
    }

    a:visited {
        color: #444;
    }

        a:visited:hover {
            color: #444;
        }

.Normal {
    line-height: 1.5em;
    font-size: 16px;
    color: #000;
}

.bi {
    font-size: 2rem;
    margin: 10px 5px;
    color: #33689C;
    -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 {
    padding: 0;
    border-top: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.active .nav-link {
    font-weight: 700;
}

.nav-link {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 16px;
}

    .nav-link:hover {
        background-color: #33689C;
        color: #fff !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background: rgba(204, 204, 204, 0.95);
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    min-width: 12rem;
}

    .dropdown-menu .px-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dropdown-menu .nav-link {
        border-bottom: 1px solid #ccc;
        text-transform: initial !important;
    }

        .dropdown-menu .nav-link:hover {
            background-color: #33689C;
            color: #fff !important;
        }

    .dropdown-menu .active .nav-link {
        color: #fff !important;
    }

/*------------------------------------------------*/
/* SLIDER */
/*------------------------------------------------*/

.fullWidthPane {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 1px solid #33689C;
    background-color: transparent;
    color: #33689C !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;
    text-decoration: none;
}

    .book-button:hover {
        background-color: #33689C;
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-top: 2% !important;
    padding-bottom: 1% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #444;
    }

#Footer p {
    color: #444 !important;
    margin-top: 1rem;
    padding
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1200px) {
    html {
        background-size: cover;
    }
}

@media screen and (max-width: 992px) {
    #dnn_HeaderPaneRight {
        display: none;
    }
}
