
@font-face {
    font-family: "SignRoverLayered";
    src: url("../fonts/Sign Rover Layered.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.center-logo .navbar-brand {
    font-family: SignRoverLayered, serif;
    font-size: 48px;
    color: var(--white);
    width: 100%;
    text-align: center;
    top: 60px;
}

.mcy-hide {
    display: none !important;
}
.mcy-title-underline {
    text-decoration: underline 1.5px solid;
}
.mcy-section {
    padding: 40px 0 40px;
}
.mcy-about-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mcy-about-text {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
}
.mcy-offer-text {
    font-size: 22px;
    font-weight: 300;
}
.mcy-rates-list {
    display: flex;
    flex-direction: column;
}
.mcy-rates-title {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0 0 0;
}
.mcy-rates-title span {
    font-size: 16px;
    font-weight: 300;
}
.mcy-rates-content {
    font-size: 20px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 10px 0;
}
.mcy-rates-content .price-plus {
    font-size: 16px;
    font-weight: 300;
}
.mcy-rates-text {
    font-size: 20px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.mcy-rates-column {
    margin: 0 10px;
    min-width: 60px;
}
.mcy-rates-book-btn {
    width: 190px;
    margin: 32px auto;
}
.mcy-appointment-text {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    justify-items: center;
    color: #0b5ed7;
}
.mcy-appointment-text a {
    padding: 0 5px 0 5px;
    color: #0b5ed7;
}
.mcy-footer-container {
    padding: 64px 0 16px 0;
}
.mcy-footer-logo {
    width: 128px !important;
    height: 128px !important;
}
.mcy-footer-logo img {
    width: 100%;
    height: 100%;
}

.section-background {
    background-image: url(https://s1.s3.csse.cc/media1/mcyspa/section-bg-1.jpg);
}

.about-us-header-background {
    background-image: url(https://s1.s3.csse.cc/media1/mcyspa/homeslider2.webp);
    background-position: center;
}

.treatments-header-background {
    background-image: url(https://s1.s3.csse.cc/media1/mcyspa/homeslider2.webp);
    background-position: center;
}
.packages-header-background {
    background-image: url(https://s1.s3.csse.cc/media1/mcyspa/homeslider2.webp);
    background-position: center;
}


@media (max-width: 991px) {
    .center-logo .menu-logo {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .mcy-about-text {
        font-size: 20px;
        font-weight: 300;
    }
    .mcy-offer-text {
        font-size: 20px;
        font-weight: 300;
    }
    .center-logo .navbar-brand {
        padding: 12px 0;
        margin: 0;
        color: #333333 !important;
        top: 0;
    }
}
@media (max-width: 768px) {
    .center-logo .navbar-brand {
        font-size: 36px;
    }
    .mcy-footer-logo {
        width: 96px !important;
        height: 96px !important;
    }
    .mcy-about-text {
        font-size: 18px;
        font-weight: 300;
    }
    .mcy-offer-text {
        font-size: 18px;
        font-weight: 300;
    }
    .mcy-rates-text {
        font-size: 18px;
        font-weight: 300;
    }
    .mcy-rates-content {
        font-size: 18px;
        font-weight: 300;
    }
}
@media (max-width: 575px) {
    .center-logo .navbar-brand {
        font-size: 28px;
    }
    .mcy-footer-container {
        padding-top: 94px !important;
    }
    .mcy-about-text {
        font-size: 16px;
        font-weight: 300;
    }
    .mcy-offer-text {
        font-size: 16px;
        font-weight: 300;
    }
    .mcy-rates-text {
        font-size: 16px;
        font-weight: 300;
    }
    .mcy-rates-content {
        font-size: 16px;
        font-weight: 300;
    }
}