@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:wght@400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #202020;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

ul {
    list-style: disc;
}

.Normal {
    font-size: 16px;
    color: #202020;
    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: #5C5C5C;
    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: #202020;
    }

    a:visited {
        color: #5C5C5C;
    }

        a:visited:hover {
            text-decoration: none;
            color: #202020;
        }

.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;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #181818;
}

#TopHeader a {
    color: #fff;
    text-decoration: none;
}

#TopHeader a:hover {
    text-decoration: none;
    color: #ccc;
}

#TopHeader a:visited {
    color: #fff;
}

#TopHeader a:visited:hover {
    text-decoration: none;
    color: #ccc;
}

/*------------------------------------------------*/
/* 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;
    border-top: 1px solid #eee;
}

.bg-dark {
    background-color: #fff !important;
}

.nav-link {
    font-size: 14px;
    display: inline-block;
    color: #5C5C5C !important;
    text-decoration: none;
    line-height: 40px;
    padding: 0 .5rem;
    -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;
    border-left: 1px solid #eee;
    border-bottom: 3px solid #fff;
}

    .nav-link:hover {
        text-decoration: none;
        color: #202020 !important;
        border-bottom: 3px solid #202020;
    }

    .nav-link:visited {
        color: #5C5C5C;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #202020 !important;
            border-bottom: 5px solid #202020;
        }

.nav-item:last-of-type a {
    border-right: 1px solid #eee;
}

.active .nav-link {
    text-decoration: none;
    color: #202020 !important;
    border-bottom: 3px solid #202020;
}

.navbar-toggler {
    margin: 10px;
}

.dropdown-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 12rem;
    border: 1px solid #fff;
}

    .dropdown-menu .nav-link {
        display: block;
        border-top: 0;
    }

        .dropdown-menu .nav-link:hover {
            color: #000 !important;
            border-top: 0;
        }

    .dropdown-menu .nav-link:visited {
        display: block;
        border-top: 0;
    }

        .dropdown-menu .nav-link:visited:hover {
            color: #000 !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;
    height: 400px;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Portals/87/home-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* about us */

.Id1887 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_181782164-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* pricing */

.Id1888 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_378099913-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* events */

.Id1889 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_9905590-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* book now */

.Id1890 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_145092063-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* gallery */

.Id1891 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_271614505-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* contact */

.Id1892 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/87/AdobeStock_236620924-1600.jpg');
    background-size: cover;
    background-position: center;
}

/* gift certs */

.Id2325 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Portals/87/AdobeStock_145092063-1600-800.jpg);
    background-size: cover;
    background-position: center;
}

/* gift certs */

.Id2344 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Portals/87/AdobeStock_145092063-1600-800.jpg);
    background-size: cover;
    background-position: center;
}

.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: 4rem;
    }

    .hero-text h2 {
        font-size: 2.5rem;
    }

    .hero-text a {
        color: #ccc;
        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;
    }

        .hero-text a:hover {
            text-decoration: none;
            color: #fff;
        }

        .hero-text a:visited {
            color: #ccc;
        }

            .hero-text a:visited:hover {
                text-decoration: none;
                color: #fff;
            }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#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: 1rem 0;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #5C5C5C;
    color: #fff !important;
    border-radius: 5px;
    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: #202020;
        color: #fff !important;
        text-decoration: none;
    }

.book-button-light {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #f5f5f5;
    color: #202020 !important;
    border-radius: 5px;
    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-light:hover {
        background-color: #d3d3d3;
        color: #202020 !important;
        text-decoration: none;
    }

.column-grey {
    background-color: #202020;
    padding: 3%;
    margin: 1% auto !important;
    border-radius: 3px;
}

.column-grey p,
.column-grey h1,
.column-grey h2,
.column-grey h3,
.column-grey h4,
.column-grey h5,
.column-grey h6 {
    color: #fff !important;
}

#BottomDiv {
    background-color: #5C5C5C;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
#FooterContainer {
    background-color: #202020;
    padding-top: 2%;
    padding-bottom: 2%;
}

    #FooterContainer p,
    #FooterContainer h1,
    #FooterContainer h2,
    #FooterContainer h3,
    #FooterContainer h4,
    #FooterContainer h5,
    #FooterContainer h6 {
        color: #fff !important;
    }

#FooterContainer a {
    color: #ccc;
    text-decoration: none;
}

    #FooterContainer a:hover {
        text-decoration: none;
        color: #fff;
    }

    #FooterContainer a:visited {
        color: #ccc;
    }

        #FooterContainer a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 992px) {

    .dropdown-menu {
        border-radius: 0;
    }

}

@media screen and (max-width: 991px) {

    .nav-link {
        border-left: none;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-item:last-of-type a {
        border-right: none;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .hero-text {
        top: 40%;
    }

    .Page-Home .hero-text {
        top: 65%;
    }

}

@media screen and (max-width: 767px) {

    .hero-text {
        top: 60%;
        width: 98%;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

}
