@import url('https://fonts.googleapis.com/css2?family=Balthazar&family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Balthazar', Arial, Helvetica, sans-serif;
    color: #b80000;
    font-weight: 700;
    margin: 1rem 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #b80000;
}

    a:hover {
        text-decoration: none;
        color: #444;
    }

    a:visited {
        color: #b80000;
    }

        a:visited:hover {
            color: #444;
        }

ul {
    list-style: disc;
}

.Normal {
    line-height: normal;
    font-size: 16px;
    color: #444;
}

.bi {
    font-size: 1.5rem;
    margin: 0 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#Header {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 7%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.PageType_Normal #Header {
    border-bottom: 3px solid #b80000;
}

#Header p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/
.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Balthazar', Arial, Helvetica, sans-serif;
    padding: 0;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #000 !important;
    font-size: 17px;
    font-weight: 700;
}

    .nav-link:hover {
        color: #000 !important;
        text-decoration: underline;
    }

.active .nav-link {
    color: #000 !important;
    text-decoration: underline;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    background-color: #000;
    min-width: 12rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .5rem !important;
    }

.dropdown-menu .nav-link {
    font-size: 18px;
    text-transform: initial !important;
}

    .dropdown-menu .nav-link:hover {
        color: #ccc !important;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.Page-Home .hero-bg {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    min-height: 205px;
    z-index: 10;
    border-bottom: 3px solid #b80000;
}

    .Page-Home .hero-bg p {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 60px;
    padding-bottom: 20px;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #b90000;
    background-color: #b90000;
    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 {
        color: #b90000 !important;
        background-color: transparent;
        text-decoration: none;
    }

.pricing {
    background-color: #b8e6ff;
    padding: 2%;
    border-radius: 10px;
    margin: 8%;
}

    .pricing h1,
    .pricing h2,
    .pricing h3,
    .pricing h4,
    .pricing h5,
    .pricing h6,
    .pricing p {
        color: #0CA2F2;
    }

.pricing hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(12, 162, 242, 0), rgba(12, 162, 242, 0.75), rgba(0, 0, 0, 0));
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: transparent;
    border-top: 2px solid #444;
    padding: 1% !important;
}

#Footer p {
    color: #444 !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: #444;
        text-decoration: underline;
    }

        #Footer p a:hover {
            color: #444;
            text-decoration: underline;
        }

        #Footer p a:visited {
            color: #444;
            text-decoration: underline;
        }

            #Footer p a:visited:hover {
                color: #444;
                text-decoration: underline;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    #Header {
        position: relative;
    }

    .navbar {
        padding: 1%;
        height: auto;
        background-color: #fff;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,1) !important;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .px-lg-4 {
        padding: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .PageType_Normal .hero-bg {
        height: 220px;
    }
}
