@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Urbanist:wght@400;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px dashed #808080;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

a {
    color: #AB1616;
    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: #660000;
    }

    a:visited {
        color: #AB1616;
    }

        a:visited:hover {
            text-decoration: none;
            color: #660000;
        }

.bi {
    font-size: 1.4em;
    padding: 0 10px;
    color: #AB1616;
    -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;
}

    .bi:hover {
        color: #660000;
    }

    .bi:visited {
        color: #AB1616;
    }

        .bi:visited:hover {
            color: #660000;
        }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #181818;
}

#TopHeader p {
    margin-top: 0rem;
    margin-bottom: .5rem;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: #8b0000 !important;
}

.navbar-brand {
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.navbar-brand a {
    color: #fff;
}

    .navbar-brand a:hover {
        color: #fff;
    }

#dnn_dnnLOGO_imgLogo {
    max-height: 60px;
    margin-left: 30px;
    margin-right: 5px;
}

.nav-item {
}

.nav-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    display: inline-block;
    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: #3C0000 !important;
    }

    .nav-link:visited {
        color: #fff;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #3C0000 !important;
        }

.dropdown-menu {
    background-color: #8b0000;
    margin: 0;
    min-width: 15rem;
}

    .dropdown-menu .nav-link {
        color: #fff !important;
        line-height: initial;
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/portals/40/AdobeStock_181782164-1600-800-overlay.jpg');
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5 {
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
}

#MainContent {
    background-color: #181818;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10% !important;
    padding-left: 10% !important;
}

.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 #660000;
    background-color: #AB1616;
    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: #660000;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #707070;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #fff !important;
    }

        footer .Normal a {
            color: #AB1616;
        }

            footer .Normal a:hover {
                color: #660000;
                text-decoration: none;
            }

            footer .Normal a:visited {
                color: #AB1616;
            }

                footer .Normal a:visited:hover {
                    color: #660000;
                    text-decoration: none;
                }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .Page-Home .hero-bg {
        height: 55vh;
    }
}
