h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.35em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

.Normal {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #910202;
    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: #d10000;
    }

    a:visited {
        color: #910202;
    }

    a:visited:hover {
        text-decoration: none;
        color: #d10000;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #c20000;
}

.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;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0a1946;
    background-color: #fff;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    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-light {
    background-color: #adadad;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIvPjxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjZWRlZGVkIi8+PHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZWRlZGVkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWRhZGFkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #adadad), color-stop(18%, #ededed), color-stop(48%, #ededed), color-stop(81%, #ededed), color-stop(81%, #ededed), color-stop(100%, #adadad));
    background-image: -moz-linear-gradient(top, #adadad 0%, #ededed 18%, #ededed 48%, #ededed 81%, #ededed 81%, #adadad 100%);
    background-image: -webkit-linear-gradient(top, #adadad 0%, #ededed 18%, #ededed 48%, #ededed 81%, #ededed 81%, #adadad 100%);
    background-image: linear-gradient(to bottom, #adadad 0%, #ededed 18%, #ededed 48%, #ededed 81%, #ededed 81%, #adadad 100%);
}

.nav-link {
    display: inline-block;
    color: #0a1946 !important;
    text-decoration: none;
    line-height: 25px;
    -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: #0a1946;
    }

.dropdown-menu {
    background-color: #313131;
    margin: 0;
    min-width: 12rem;
    border: 1px solid #000;
}

    .dropdown-menu .nav-link {
        display: block;
        color: #fff !important;
    }

        .dropdown-menu .nav-link:hover {
            color: #acc0ff !important;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane {
    border-bottom: 3px solid #0a1946;
}

.fullWidthPane p {
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-caption {
    bottom: 100px !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

#MainContent {
    background-color: #fff;
    margin-top: 20px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    margin: 1rem 0;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #910202;
    background-color: #910202;
    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: #910202 !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    margin-top: 30px;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}
