@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #49080a;
    font-weight: 100;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 18px;
    color: #333 !important;
    line-height: 1.5;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #22bcd3;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #333;
    }

    a:visited {
        color: #22bcd3;
    }

    a:visited:hover {
        color: #333;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#header {
    background-color: #000;
}

#header div {
    color: #fff !important;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 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;
    background-image: -webkit-linear-gradient(#6d0209 0%, #6d0209 50%, #3a0000 100%);
    background-image: -moz-linear-gradient(#6d0209 0%, #6d0209 50%, #3a0000 100%);
    background-image: -o-linear-gradient(#6d0209 0%, #6d0209 50%, #3a0000 100%);
    background-image: linear-gradient(#6d0209 0%, #6d0209 50%, #3a0000 100%);
}

.navbar-toggler {
    padding: 1rem !important;
}

.px-lg-4 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.nav-item {
    line-height: 35px;
}

.nav-item:hover {
    background-color: #3a0000;
}

.active {
    background-color: #3a0000;
}

.nav-link {
    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;
}

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-menu .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.dropdown-menu {
    background-color: #3a0000;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 13rem;
}

.dropdown-menu .nav-item {
    border-bottom: 5px solid #6d0209;
}

    .dropdown-menu .nav-item:hover {
        background-color: #6d0209;
        border-bottom: 5px solid #333;
    }

    .dropdown-menu .active {
        background-color: #6d0209;
        border-bottom: 5px solid #333;
    }

.dropdown-menu .nav-link {
    text-transform: none !important;
    color: #fff !important;
        padding: .2rem;
}

.dropdown-menu .active {
    border-radius: 0px;
    text-shadow: none;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    margin-top: 50px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

.sidebar {
    max-width: 185px;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #6d0209;
    background-color: #6d0209;
    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: #fff;
        color: #6d0209 !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .navbar {
        height: auto;
    }

    .nav-item {
        margin: 10px 0;
    }

    .text-expanded {
        text-align: center;
    }
}

@media screen and (max-width: 770px) {
    .sidebar {
        display: none;
    }
}