:root {
    /* --primary-color: #1C4942; */
    --primary-color: #000000;
    --secondary-color: #F7F0F2;
    --text-color: #7B798C;
    /* --accent-color: #24544B; */
    --accent-color: #a1265d;
    --color-black: #000000;
    --accent-secondary-color: #FEF7F8;
    --white-color: #FFFFFF;
    --divider-color: #7B798C24;
    --dark-divider-color: #FFFFFF24;
    --error-color: rgb(230, 87, 87);
    --default-font: "Montserrat", sans-serif;
    --accent-font: "Playfair Display", serif;
}

#formbooking .modal-header {
    background-color: var(--accent-color);
}

#formbooking .modal-header h5 {
    color: #ffffff;
}

#formbooking .modal-body span {
    font-style: italic;
    font-size: 14px;
    margin-top: 20px;
    color: #212529;
}

#formbooking .modal-body label.error {
    font-size: 14px;
    color: #d62828;
    font-style: italic;
}

.btn-madam {
    background-color: var(--accent-color);
    color: #ffffff;
    border: 1px solid transparent;
}

.btn-madam:hover {
    background-color: #ffffff;
    border: 1px solid #212529;
    color: #212529;
}

.btn-100 {
    width: 100%;
}

.page-single-post .post-content h2 {
    font-size: 20px;
    background-color: #212529;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border-left: 10px solid var(--accent-color);
    font-family: var(--default-font);
}

.page-single-post .post-content h3 {
    font-family: var(--default-font);
    font-weight: 600;
}

.page-single-post .post-content p {
    color: #000000;
}

header.main-header.scrolled {
    position: fixed;
    width: 100%;
}

.ontop {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 9999;
    background-color: var(--accent-color);
    border-radius: 100%;
    width: 50px;
    text-align: center;
    height: 50px;
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.3);
    display: none;
}

.ontop a {
    color: #ffffff;
}

.ontop a i {
    font-size: 30px;
    padding-top: 10px;
}

.navbar-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ontop {
        bottom: 150px;
        right: 20px;
    }
    .post-entry h3 {
        font-size: 20px;
    }
    .page-header-box h1 {
        font-size: 30px;
    }
    a.navbar-brand img {
        width: 130px;
    }
    .page-single-post .post-content h2 {
        font-size: 16px;
    }
    .footer-logo {
        text-align: center;
    }
    .navbar-mobile {
        display: flex;
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        height: 88px !important;
        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
        border-radius: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        bottom: 0px;
        z-index: 1;
        align-items: center;
        justify-content: center;
    }
    .navbar-mobile a {
        width: 90%;
        margin: 0 auto !important;
        display: inline-block !important;
        text-align: center;
    }
    .navbar-mobile a img {
        width: 30px;
    }
    .navbar-mobile a span {
        display: block;
        margin-top: 5px;
        color: #000000;
        font-weight: 400;
        font-size: 12px;
    }
}


/*# sourceMappingURL=app.css.map */