@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #0F52BA;
    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: #3268BE;
    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: #444444;
    }

    a:visited {
        color: #3268BE;
    }

        a:visited:hover {
            text-decoration: none;
            color: #444444;
        }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #0F52BA;
}

#TopHeader p {
    margin-top: 0 !important;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6,
#TopHeader p {
    color: #fff !important;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    -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: #181818 !important;
}

.nav-link {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    line-height: 40px;
    -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: #3268BE !important;
    }

    .nav-link:visited {
        color: #fff;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #3268BE !important;
        }

.dropdown-menu {
    background-color: rgba(0,0,0,.8);
    margin: 0;
    min-width: 15rem;
}

    .dropdown-menu .nav-link {
        color: #fff !important;
        font-weight: 400;
        text-transform: capitalize !important;
        line-height: initial;
    }

        .dropdown-menu .nav-link:hover {
            color: #3268BE !important;
        }

        .dropdown-menu .nav-link:visited {
            color: #fff !important;
        }

            .dropdown-menu .nav-link:visited:hover {
                color: #3268BE !important;
            }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-overlay {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.hero-overlay .DnnModule {
    width: 100%;
}

.hero-overlay p {
    margin-top: 0;
    margin-bottom: 0;
}

.hero-overlay img {
    width: 100%;
}

#MainContent {
    background-color: #fff;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #0F52BA;
    background-color: #0F52BA;
    border-radius: 4px;
    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: transparent;
        color: #0F52BA !important;
        text-decoration: none;
    }

/* home page buttons */

#FullWidthImgs {
    margin-top: 30px;
    padding: 0;
    margin-top: 2%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.image-container {
    position: relative;
}

.full-width-image {
    display: block;
    width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    width: 100%;
    height: 35%;
    transition: .5s ease;
}

.image-container:hover .image-overlay {
    height: 100%;
}

.overlay-text {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    line-height: 1.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .overlay-text a {
        color: #f0f0f0;
    }

        .overlay-text a:hover {
            color: #d3d3d3;
        }

    .overlay-text a:visited {
        color: #f0f0f0;
    }

        .overlay-text a:visited:hover {
            color: #d3d3d3;
        }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #181818;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #fff !important;
    }

        footer .Normal a {
            color: #3268BE;
            text-decoration: none;
        }

        footer .Normal a:hover {
            color: #fff;
        }

            footer .Normal a:visited {
                color: #3268BE;
                text-decoration: none;
            }

            footer .Normal a:visited:hover {
                color: #fff;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

}
