section {
    background-color: #FAEDE3;
}

.hero {
    /* background-image: linear-gradient(-10deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("../images/our-story/stock-blur.jpeg"); */
    /* background-position-y: 100%; */
    min-height: 50vh;
}

.hero-background {
    background-image: linear-gradient(-10deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("../images/our-story/stock-blur.jpeg");
    background-position-y: -30vh;
    min-height: 50vh;
}

.main-content {
    background-color: #FAEDE3;
    font-family: 'Mundial', sans-serif;
    font-size: 2.2rem;
}

p {
    margin: 0;
}

.inner-content {
    overflow: auto;
    padding: 2% 22.5% 2% 22.5%;
    color: #18483D;
    line-height: 1.65;
}

.image-caption {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #8DB7AB;
    font-style: italic;
    font-weight: normal;
    font-size: 1.75rem;
}

.right-float-image-container {
    padding: 12px 8px 20px 5%;
    float: right;
    width: 45%;
}

.left-float-image-container {
    padding: 12px 5% 20px 8px;
    float: left;
    width: 45%;
}

.float-image {
    width: 100%;
}

.full-width-image {
    display: block;

    background-color: #18483D;

    margin: auto;

    width: 100vw;
    height: 88vh;
    object-fit: cover;
    object-position: center;

}

.inner-full-image {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.jerry-and-kathleen-photo {
    height: min(50vw, 527px);
    object-fit: cover;
    object-position: 50% 20%;
}

@media screen and (max-width: 1600px) {
    .main-content {
        font-size: 2rem;
    }

    .image-caption {
        font-size: 1.6rem;
    }

    .inner-content {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 1200px) {
    .main-content {
        font-size: 1.8rem;
    }

    .image-caption {
        font-size: 1.44rem;
    }

    .inner-content {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }
}

@media screen and (max-width: 1000px) {
    .main-content {
        font-size: 1.6rem;
    }

    .image-caption {
        font-size: 1.28rem;
    }

    .inner-content {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (max-width: 800px) {
    .main-content {
        font-size: 1.4rem;
    }

    .image-caption {
        font-size: 1.12rem;
    }
}

@media screen and (max-width: 650px) {
    .main-content {
        font-size: 1.2rem;
    }

    .image-caption {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 500px) {
    .main-content {
        font-size: 1.1rem;
    }

    .image-caption {
        font-size: 0.88rem;
    }
}

@media screen and (max-width:425px) {
    .main-content {
        font-size: 1rem;
    }

    .image-caption {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:350px) {}