@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@400;700&display=swap');

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #E41737;
    font-weight: 800;
    margin: 1.5rem 0;
}

.Normal {
    font-size: 16px;
    color: #333;
    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: #E41737;
    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: #900017;
    }

    a:visited {
        color: #E41737;
    }

        a:visited:hover {
            color: #900017;
        }

.alt {
    color: #222;
}

    .alt:hover {
        color: #000;
    }

    .alt:visited {
        color: #222;
    }

        .alt:visited:hover {
            color: #000;
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #101010;
    -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: #B60622 !important;
}

.navbar-brand {
    margin-left: 3%;
}

#dnn_dnnLOGO_imgLogo {
    height: 100%;
    max-height: 60px;
    -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 {
    display: inline-block;
    color: #f0f0f0 !important;
    letter-spacing: 1px;
    text-decoration: none;
    height: 80px;
    line-height: 60px;
    border-left: 1px solid #101010;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #B60622 50%, #222 50%);
    -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: #f0f0f0 !important;
        background-position: 0 100%;
    }

    .nav-link:visited {
        color: #f0f0f0;
    }

.active .nav-link {
    color: #f0f0f0 !important;
}

.dropdown-menu {
    background-color: #B60622;
    margin: 0;
    min-width: 15rem;
    border: 1px solid #101010;
    border-radius: 0;
}

    .dropdown-menu .nav-link {
        display: block;
        color: #fff !important;
        height: auto;
        line-height: normal;
        border-left: none;
        background-image: none;
    }

        .dropdown-menu .nav-link:hover {
            color: #222 !important;
        }

        .dropdown-menu .nav-link:visited {
            color: #fff !important;
        }

        .dropdown-menu .nav-link:visited:hover {
            color: #222 !important;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

.login-button {
    min-height: 80px;
    display: flex;
    align-items: center;
    border-left: 1px solid #000;
}

.login-button .bi {
    font-size: 2em;
    padding: 0 20px;
}

.login-button a {
    color: #fff !important;
}

.login-button a:hover {
    text-decoration: none;
    color: #202020 !important;
}

.login-button a:visited {
    color: #fff !important;
}

.login-button a:visited:hover {
    color: #202020 !important;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane {
    background-color: #e0e0e0;
    border-bottom: 4px solid #B60622;
    padding-right: 0px;
    padding-left: 0px;
}

/*.fullWidthPane {
    padding-top: 1%;
    padding-bottom: 1%;
}*/

.slider {
    margin-right: 0px;
    margin-left: 0px;
}

#dnn_fullWidthSlider {
    padding-right: 0px;
    padding-left: 0px;
}

.fullWidthPane p,
.fullWidthPane h1,
.fullWidthPane h2,
.fullWidthPane h3,
.fullWidthPane h4,
.fullWidthPane h5,
.fullWidthPane h6 {
    color: #000;
}

.slider p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#MainContent {
    margin-top: 40px;
}

#MainContent ul {
    list-style: disc outside;
}

#MainContent li {
    margin: .5rem 0;
}

#MainContentMid {
    background-color: #e0e0e0;
}

#PhotoNavigationTop .DNNModuleContent {
    padding-top: 5%;
}

#PhotoNavigationBottom .DNNModuleContent {
    padding-bottom: 5%;
}

.image-border {
    border-radius: 10px;
}

.color-border {
    border-radius: 50px 0px 50px 0px;
    padding: 3px;
    border-bottom: 1px solid #3e95cb;
    border-right: 1px solid #3e95cb;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #E41737;
    background-color: #E41737;
    color: #f0f0f0 !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: #E41737 !important;
        text-decoration: none;
    }

/* home page buttons */

.zoom-button {
    cursor: pointer;
    margin: 5% auto;
    width: 330px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zoom-button img {
        width: 100%;
        max-width: 330px;
        transition: transform .5s ease;
    }

    .zoom-button:hover img {
        transform: scale(1.3);
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .text-overlay h3 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

.pricing {
    background-color: #B60622;
    padding: 2%;
    border-radius: 10px;
    margin: 8%;
}

    .pricing h1,
    .pricing h2,
    .pricing h3,
    .pricing h4,
    .pricing h5,
    .pricing h6,
    .pricing p {
        color: #f0f0f0;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

#TopFooterContainer {
    background-color: #222;
    color: #f0f0f0;
    padding-top: 1%;
    padding-bottom: 1%;
}

footer {
    background-color: #B60622;
    padding-top: 2%;
    padding-bottom: 2%;
}

#dnn_FooterContent p {
    color: #f0f0f0 !important;
    margin-top: 1rem;
}

    #dnn_FooterContent p a {
        color: #222;
        text-decoration: none;
    }

        #dnn_FooterContent p a:hover {
            color: #000;
        }

        #dnn_FooterContent p a:visited {
            color: #222;
        }

            #dnn_FooterContent p a:visited:hover {
                color: #000;
            }

#dnn_FooterContent .bi {
    color: #222;
}

    #dnn_FooterContent .bi:hover {
        color: #000;
    }

    #dnn_FooterContent .bi:visited {
        color: #222;
    }

        #dnn_FooterContent .bi:visited:hover {
            color: #000;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/


@media screen and (max-width: 992px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-link {
        border-left: none;
    }

    .login-button {
        border-left: none;
        text-align: center;
    }
}
