@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul {
    list-style: disc;
}

.Normal {
    font-size: 18px;
    color: #000;
    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: #4895ef;
    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: #000;
    }

a:visited {
    color: #4895ef;
}

    a:visited:hover {
        text-decoration: none;
        color: #000;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #000;
}

.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;
}

.black-line-left {
    border-top: 2px solid #000;
    width: 100px;
    margin: 15px 10px 25px;
}

.black-line-center {
    border-top: 2px solid #000;
    width: 70px;
    margin: 15px auto 25px;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-bottom: 5px solid #000;
}

#TopHeader p {
    margin-top: 0;
    margin-bottom: 0;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6,
#TopHeader p {
    color: #fff !important;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 0;
    z-index: 100;
    -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: #fff !important;
}

.nav-link {
    font-size: 16px;
    display: inline-block;
    color: #000 !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;
    background-color: #000;
    color: #fff !important;
}

.nav-link:visited {
    color: #fff;
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #fff !important;
    border-top: 5px solid #c6a473;
}

.navbar-toggler {
    margin: 10px;
}

.dropdown-menu {
    background-color: #000;
    margin: 0;
    min-width: 12rem;
    border: 1px solid #000;
}

    .dropdown-menu .nav-link {
        display: block;
        font-size: 16px;
        border-top: 0;
    }

        .dropdown-menu .nav-link:hover {
            color: #c6a473 !important;
            border-top: 0;
        }

    .dropdown-menu .nav-link:visited {
        display: block;
        border-top: 0;
    }

        .dropdown-menu .nav-link:visited:hover {
            color: #c6a473 !important;
            border-top: 0;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/Portals/125/pictureA.png');
    background-size: cover;
    background-position: 50% 80%;
    height: 80vh;
}

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Portals/125/AdobeStock_104672154-1600-800.jpg');
    background-size: cover;
    background-position: 50% 80%;
    height: 400px;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4,
    .hero-text p,
    .hero-text .bi {
        color: #fff !important;
    }

    .hero-text h1 {
        font-size: 4.5rem;
    }

    .hero-text h2 {
        font-size: 1.8rem;
    }

.top-border {
    background-color: #000;
}

.top-border h1,
.top-border h2,
.top-border h3,
.top-border h4,
.top-border h5,
.top-border h6,
.top-border p {
    color: #fff !important;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    margin: .25rem 0;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important;
    min-width: 200px;
    text-align: center;
    -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: #000 !important;
    text-decoration: none;
}

.grey {
    background-color: #e5e5e5;
    padding: 10px 4%;
    border-radius: 0px;
    margin: 1%;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p {
    color: #000;
}

.grey p,
.grey li {
    font-size: 16px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    border-top: 5px solid #000;
    padding-top: 2%;
    padding-bottom: 2%;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 992px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .logo {
        max-width: 200px;
        width: 100%;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    .hero-text {
        width: 98%;
    }

    .hero-text h1 {
        font-size: 3rem;
    }
}
