@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.Page-Home .Normal,
.Page-Home h1,
.Page-Home h2,
.Page-Home h3,
.Page-Home h4,
.Page-Home h5,
.Page-Home h6 {
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.highlight-red-white {
    -webkit-text-stroke: .5px #fff;
    color: #fe0000;
}

.highlight-black-white {
    -webkit-text-stroke: .5px #fff;
    color: #000;
}

.highlight-black-red {
    -webkit-text-stroke: 1px #fe0000;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    text-decoration: underline;
    -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 {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:visited:hover {
    color: #000;
    text-decoration: none;
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #000;
    -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;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6 {
    color: #000;
}

.image-logo {
    transform: scale(.5);
    -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;
}

.image-logo-loaded {
    transform: scale(1);
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.bg-dark {
    background-color: #707070 !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.75);
    border-color: rgba(255,255,255,.75);
}

.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: #000 !important;
    }

    .nav-link:visited {
        color: #fff;
    }

    .nav-link:visited:hover {
        text-decoration: none;
        color: #000 !important;
    }

.dropdown-menu {
    background-color: #909090;
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    color: #fff !important;
    line-height: initial;
    font-size: 14px;
    text-transform: capitalize !important;
}

.dropdown-menu .nav-link:hover {
    text-decoration: none;
    color: #000 !important;
}

.dropdown-menu .nav-link:visited {
    color: #fff;
}

.dropdown-menu .nav-link:visited:hover {
    text-decoration: none;
    color: #000 !important;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-overlay {
    position: relative;
    text-align: center;
    color: #fff;
}

.hero-overlay .DnnModule {
    width: 100%;
}

.hero-overlay p {
    margin-top: 0;
    margin-bottom: 0;
}

.hero-overlay img {
    width: 100%;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.hero-text h1 {
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
}

.hero-bg {
    width: 100%;
    padding: 90px 10%;
    margin-bottom: 30px;
}

.hero-bg h1,
.hero-bg h2,
.hero-bg h3,
.hero-bg h4 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
}

#MainContent {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
}

.Page-Home #MainContent {
    background-color: #707070;
}

.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;
    background-color: #ccc;
    color: #000 !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;
}

    .book-button:hover {
        background-color: #000;
        color: #fff !important;
        text-decoration: none;
    }

.red-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #ED1C24;
    border-radius: 10px;
    border: 1px solid #000;
    color: #fff !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;
}

.red-button:hover {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}

.blue-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3f42c9;
    border-radius: 10px;
    border: 1px solid #000;
    color: #fff !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;
}

.blue-button:hover {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #BB9E73;
    padding-top: 1%;
    padding-bottom: 1%;
}

    footer .Normal {
        color: #000 !important;
    }

    footer .Normal a {
        color: #fff;
        text-decoration: none;
    }

        footer .Normal a:hover {
            color: #000;
            text-decoration: none;
        }

        footer .Normal a:visited {
            color: #fff;
            text-decoration: none;
        }

            footer .Normal a:visited:hover {
                color: #000;
                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) {

    #dnn_HeaderLogo img {
        max-width: 130px !important;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}
