.missionStatementSection {
    padding: 11% 1rem;
    text-align: center;
    color: white;
    overflow: hidden;
    position: relative;
}

.missionStatementSection::after {
    content: "";
    background-image: url('/TempPictures/DogRunningOnBeachCropped.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.85;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.missionStatementTitle {
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 3rem;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1), 4px 4px 6px rgba(0, 0, 0, 0.8), 4px 4px 6px rgba(0, 0, 0, 0.8);
}

/* Tablet View - Image on bottom rearrages */
@media screen and (max-width: 825px) {
    .missionStatementSection {
        margin-bottom: 1.5rem;
    }
}

/* Mobile View */
@media screen and (max-width: 480px) {
    .booking-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .missionStatementTitle {
        font-size: 2rem;
    }
}

.remodelNotice {
    background-color: #2db7e3;
    padding: 2.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.remodelNoticeTitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 2rem; /* half of 4rem banner */
    font-weight: bold;
    color: #ffffff;
    max-width: 900px;

    /* Text visibility & contrast */
    text-shadow:
        1px 1px 2px rgba(0, 0, 0, 0.9),
        2px 2px 4px rgba(0, 0, 0, 0.7);
}
