/* CSS Document */

@import "buttons.css";
@import "pagination.css";

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    background: #edd9be;

}


a:not(.btn) {
    color: #64381d;
    text-decoration: underline;
}

a:not(.btn):hover {
    color: #64381d;
}

.underline {
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}


h1 {
    font-size: 28px;
}


img {
    display: block;
    max-width: 100%;
    height: auto;
}

input {
    color: #333;
}

#main,
.main {
    padding: 2rem 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #fff;
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #999;
}

.breadcrumb {
    margin: 10px 0;
}

.breadcrumb>li,
.breadcrumb>.active {
    color: #515151;
}

.mcp-hero {
    position: relative;
    min-height: 760px;
    background-image: url("../images/mcp-hero-bg.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff7df;
    overflow: hidden;
}

.mcp-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom,
            rgba(237, 217, 190, 0) 0%,
            rgba(237, 217, 190, .65) 62%,
            #edd9be 100%);
    pointer-events: none;
    z-index: 2;
}

.mcp-hero-overlay {
    position: relative;
    z-index: 1;
    min-height: 760px;
    background: linear-gradient(to bottom,
            rgba(5, 13, 35, 0.62) 0%,
            rgba(5, 13, 35, 0.25) 35%,
            rgba(5, 13, 35, 0.05) 100%);
}

body.interior .mcp-hero,
body.interior .mcp-hero-overlay {
    min-height: 0;
    max-height: 180px;
}

body.interior .mcp-hero::after {
    display: none;
}

body.interior .mcp-hero-overlay {
    background: none;
}

body.interior .mcp-hero-content {
    display: none;
}


/* fixed-height top area so logo cannot push nav down */
.mcp-topbar {
    height: 180px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
}

.mcp-header-right {
    position: relative;
}

.mcp-logo-link {
    display: inline-block;
}

.mcp-logo {
    display: block;
    width: auto;
    max-width: 420px;
    max-height: 150px;
    height: auto;
}

.mcp-utility a {
    color: #fff7df;
    font-size: 15px;
    margin-left: 20px;
    text-decoration: none;
}

.mcp-utility a:nth-child(2) {
    margin-right: 16px;
}

.mcp-utility {
    justify-content: flex-end;
    align-items: center;
}

.mcp-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 8px !important;
    border-radius: 50%;
    background: #fff7df;
    color: #14203a !important;
    font-size: 14px;
}

.mcp-utility a:not(.mcp-social):hover,
.mcp-utility a:not(.mcp-social):focus,
.mcp-mobile-links a:hover,
.mcp-mobile-links a:focus {
    color: #ffd777 !important;
    text-decoration: none;
}

.mcp-social:hover,
.mcp-social:focus {
    background: #ffd777;
    color: #14203a !important;
    text-decoration: none !important;
}

.mcp-navbar {
    padding: 0;
    margin-top: 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.mcp-navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mcp-navbar .navbar-toggler {
    width: 46px;
    height: 42px;
    padding: 0;
    border-color: rgba(255, 247, 223, 0.6);
    align-self: center;
}

.mcp-navbar .navbar-toggler:focus {
    outline: none;
}

.mcp-navbar .navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,247,223,0.96)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mcp-nav-list {
    margin-left: auto;
    border-top: 1px solid rgba(255, 247, 223, 0.55);
    border-bottom: 1px solid rgba(255, 247, 223, 0.35);
}

.mcp-mobile-utility {
    display: none;
}

.mcp-nav-list .nav-link {
    color: #fff7df !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none !important;
}

.mcp-nav-list .nav-link:hover,
.mcp-nav-list .nav-link:focus {
    color: #ffd777 !important;
}

.mcp-hero-content {
    padding: 95px 5vw 80px;
}

.mcp-tagline {
    font-family: "Great Vibes", cursive;
    font-size: clamp(46px, 5.2vw, 82px);
    line-height: 1.25;
    color: #fff7df;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
    text-align: center;
}

@media (min-width: 992px) {
    .mcp-navbar .navbar-toggler {
        display: none;
    }

    .mcp-navbar .navbar-collapse {
        position: static;
        width: 100%;
        display: flex !important;
    }

    .mcp-mobile-utility {
        display: none !important;
    }

    .mcp-nav-list {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .mcp-nav-list .nav-item {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
    }

    .mcp-nav-list .nav-link {
        white-space: normal;
        line-height: 1.2;
    }
}

@media (max-width: 991.98px) {

    .mcp-hero,
    .mcp-hero-overlay {
        min-height: 680px;
    }

    .mcp-topbar {
        height: 145px;
        padding: 0 24px;
    }

    .mcp-logo {
        max-width: 320px;
        max-height: 115px;
    }

    .mcp-header-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mcp-navbar {
        margin-top: 0;
        width: auto;
    }

    .mcp-navbar .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 0;
    }

    .mcp-navbar .navbar-collapse {
        position: absolute;
        right: 0;
        top: calc(100% + 12px);
        width: min(360px, calc(100vw - 48px));
        z-index: 20;
    }

    .mcp-nav-list {
        width: 100%;
        margin-top: 0;
        padding: 12px 0;
        border-bottom: 0;
        border: 1px solid rgba(255, 247, 223, 0.3);
        border-bottom: 0;
        background: rgba(8, 17, 40, 0.88);
    }

    .mcp-nav-list .nav-item {
        text-align: right;
    }

    .mcp-nav-list .nav-link {
        padding: 10px 16px;
    }

    .mcp-mobile-utility {
        display: block;
        width: 100%;
        padding: 14px 16px 16px;
        border: 1px solid rgba(255, 247, 223, 0.3);
        border-top: 0;
        background: rgba(8, 17, 40, 0.95);
    }

    .mcp-mobile-links {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 12px;
    }

    .mcp-mobile-links a:last-child {
        margin-left: 12px;
    }

    .mcp-mobile-links a {
        color: #fff7df;
        text-decoration: none;
        font-size: 15px;
    }

    .mcp-mobile-socials {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
    }

    .mcp-mobile-socials .mcp-social {
        margin-left: 0 !important;
        text-decoration: none !important;
    }

    .mcp-hero-content {
        padding: 70px 24px;
    }

    .mcp-tagline {
        text-align: left;
        font-size: 54px;
    }
}

@media (max-width: 575.98px) {

    .mcp-hero,
    .mcp-hero-overlay {
        min-height: 600px;
    }

    .mcp-topbar {
        height: 120px;
    }

    .mcp-navbar .navbar-collapse {
        width: calc(100vw - 24px);
    }

    .mcp-logo {
        max-width: 260px;
        max-height: 95px;
    }

    .mcp-tagline {
        font-size: 42px;
    }
}

/*
|--------------------------------------------------------------------------
| Welcome Section
|--------------------------------------------------------------------------
*/

.mcp-welcome {
    padding: 0 0 4rem;
    margin-top: -3rem;
}

.mcp-welcome .container {
    position: relative;
    z-index: 3;
}

.mcp-welcome h2 {
    color: #303A10;
    font-size: 2.2rem;
}

.mcp-welcome-panel {
    background: url('../images/welcome-bg.webp') center center / 100% 100% no-repeat;
    padding: 2.5rem 3rem;
    position: relative;
}

@media (max-width: 991px) {
    .mcp-welcome-panel {
        background: none;
        overflow: hidden;
    }
}

/*
|--------------------------------------------------------------------------
| Decorative Heading
|--------------------------------------------------------------------------
*/


.mcp-heading-flourish {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    text-align: center;
}

.mcp-heading-flourish::before,
.mcp-heading-flourish::after {
    content: '';
    width: 42px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.mcp-heading-flourish::before {
    background-image: url('../images/leaf-left.webp');
}

.mcp-heading-flourish::after {
    background-image: url('../images/leaf-right.webp');
}

/*
|--------------------------------------------------------------------------
| Leaf Bullets
|--------------------------------------------------------------------------
*/

.mcp-welcome ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.mcp-welcome li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .65rem;
}

.mcp-welcome li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .35rem;
    width: 15px;
    height: 15px;
    background: url('../images/leaf-bullet.webp') center center / contain no-repeat;
}

/*
|--------------------------------------------------------------------------
| Flower Vase
|--------------------------------------------------------------------------
*/

.mcp-flower-vase {
    min-width: 100%;
}

/*
|--------------------------------------------------------------------------
| Explore Section
|--------------------------------------------------------------------------
*/

.mcp-explore {
    padding: 0 0 4rem;
}

.mcp-explore h2 {
    color: #303A10;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}

.mcp-explore-cards {
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

.mcp-explore-cards>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.mcp-explore-card {
    background: #ead7b5;
    border: 1px solid rgba(100, 56, 29, .18);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(59, 38, 15, .18);
    color: #303A10;
    overflow: hidden;
    text-align: center;
}

.mcp-explore-card-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.mcp-explore-card .card-body {
    padding: 1rem;
}

.mcp-explore-card h3 {
    color: #303A10;
    font-size: 1.65rem;
    line-height: 1.1;
    margin-bottom: .75rem;
}

.mcp-explore-card p {
    font-size: .95rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.mcp-btn-green {
    background: #344d18;
    border: 1px solid #23350f;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 247, 223, .25), 0 2px 4px rgba(59, 38, 15, .25);
    color: #fff7df !important;
    font-size: 1rem;
    line-height: 1.2;
    padding: .65rem 1rem;
}

.mcp-btn-green:hover,
.mcp-btn-green:focus {
    background: #415f20;
    color: #fff7df !important;
}

.mcp-more-explore {
    background: #0f2334;
    border: 1px solid rgba(255, 247, 223, .18);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 247, 223, .12), 0 2px 6px rgba(59, 38, 15, .22);
    color: #f8dfaa;
    margin-top: .75rem;
    overflow: hidden;
    padding: 1.25rem 2rem;
}

.mcp-more-explore-img {
    max-height: 135px;
    object-fit: contain;
}

.mcp-more-explore h2 {
    color: #f8dfaa;
    font-size: 2rem;
    margin-bottom: .35rem;
}

.mcp-more-explore p {
    color: #fff7df;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 0;
}

.mcp-btn-cream {
    background: #f5ddb0;
    border: 1px solid #c79d5c;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 2px 4px rgba(0, 0, 0, .2);
    color: #3b260f !important;
    font-size: 1rem;
    padding: .65rem 1.75rem;
}

.mcp-btn-cream:hover,
.mcp-btn-cream:focus {
    background: #ffe8bb;
    color: #3b260f !important;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {
    .mcp-welcome {
        margin-top: -2rem;
    }

    .mcp-welcome-panel {
        padding: 4rem 3rem;
    }

    .mcp-welcome h2,
    .mcp-heading-flourish {
        font-size: 2.25rem;
    }

    .mcp-flower-vase {
        max-width: 250px;
        min-width: 0;
        margin: 2rem auto;
    }

    .mcp-explore {
        padding-bottom: 3rem;
    }

    .mcp-more-explore {
        text-align: center;
    }

    .mcp-more-explore-img {
        margin: 0 auto 1rem;
    }

    .mcp-more-explore p {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 575px) {
    .mcp-welcome {
        margin-top: -1.5rem;
    }

    .mcp-welcome-panel {
        padding: 3.25rem 2rem;
    }

    .mcp-welcome h2,
    .mcp-heading-flourish {
        font-size: 1.9rem;
    }

    .mcp-heading-flourish {
        gap: .5rem;
    }

    .mcp-heading-flourish::before,
    .mcp-heading-flourish::after {
        width: 24px;
        height: 18px;
    }

    .mcp-explore h2 {
        font-size: 1.9rem;
    }

    .mcp-more-explore {
        padding: 1.5rem;
    }
}

.mcp-footer {
    background: url('../images/footer-bg.webp') center center / cover no-repeat;
    padding: 2rem 0 0;
    color: #fff7df;
}

.mcp-footer-main {
    position: relative;

    border-radius: 10px;
    padding: 3rem 2.5rem 2.75rem;
    overflow: hidden;
}

.mcp-footer h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    color: #fff7df;
    margin-bottom: .5rem;
}

.mcp-footer-logo {
    max-width: 220px;
    display: block;
    margin: 0 auto 1.5rem;
}

.mcp-footer-quote {
    font-size: 1.45rem;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 1rem;
}

.mcp-footer-hr {
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 0 auto 1.5rem;
}

.mcp-footer-brand,
.mcp-footer-links,
.mcp-footer-social {
    position: relative;
    z-index: 2;
}

/* .mcp-footer-brand,
.mcp-footer-links {
    border-right: 1px solid rgba(255, 247, 223, .35);
} */

.mcp-footer-links ul,
.mcp-footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mcp-footer-links li {
    position: relative;
    margin-bottom: .75rem;
}

.mcp-footer a {
    color: #fff7df;
    text-decoration: none;
}

.mcp-footer a:hover,
.mcp-footer a:focus {
    color: #f8dfaa;
    text-decoration: none;
}

.mcp-footer-house {
    position: relative;
    min-height: 330px;
}

.mcp-footer-house-bg {
    position: absolute;
    inset: -2rem -4rem -2rem -4rem;
    background: url('../images/footer-house.webp') center center / contain no-repeat;
    z-index: 1;
    pointer-events: none;
}

.mcp-footer-social li {
    margin-bottom: 1rem;
}

.mcp-footer-social a {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.mcp-footer-social span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-right: .85rem;
    border-radius: 50%;
    background: #fff7df;
    color: #3b260f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.mcp-footer-partners {
    position: absolute;
    right: 2.5rem;
    top: 3rem;
    width: 220px;
    text-align: center;
    z-index: 3;
    padding-left: 2rem;
    /* border-left: 1px solid rgba(255, 247, 223, .35); */
}

.mcp-footer-partners p {
    font-size: 1.05rem;
    line-height: 1.45;
}

.mcp-footer-btn {
    background: #fff7df;
    color: #3b260f !important;
    border: 1px solid #c79d5c;
    padding: .65rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 4px;
}

.mcp-footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1.25rem 0;
    color: #fff7df;
    border-top: 1px solid rgba(255, 247, 223, .25);
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .mcp-footer-main {
        padding: 3rem 2rem;
    }

    .mcp-footer-main>.row {
        align-items: flex-start;
    }

    .mcp-footer-brand,
    .mcp-footer-links {
        border-right: 0;
    }

    .mcp-footer-links,
    .mcp-footer-social {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mcp-footer-links {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mcp-footer-social {
        text-align: right;
    }

    .mcp-footer-social .mcp-footer-hr {
        margin-left: auto;
        margin-right: 0;
    }

    .mcp-footer-social a {
        justify-content: flex-end;
    }

    .mcp-footer-house {
        display: none;
    }

    .mcp-footer-partners {
        position: static;
        width: auto;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 247, 223, .25);
        padding-top: 2rem;
        margin-top: 2rem;
    }

    .mcp-footer-bottom {
        margin-top: 0;
        flex-direction: column;
        gap: .5rem;
    }
}

@media (max-width: 575px) {

    .mcp-footer-links,
    .mcp-footer-social {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .mcp-footer-links {
        border-bottom: 1px solid rgba(255, 247, 223, .25);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .mcp-footer-social .mcp-footer-hr {
        margin-left: auto;
        margin-right: auto;
    }

    .mcp-footer-social a {
        justify-content: center;
    }
}