.img-responsive {
    max-width: 100%;
    height: auto;
}

.nested-list {
    margin-left: 2em;
}

.expo-welcome-main {
    position: relative;
    /* background-image: url(../images/DSC_1913.JPG); */
}

.expo-welcome {
    position: relative;
    background-color: #f5f5f5;
    padding: 30px 150px 20px 150px;
}

@media only screen and (min-width: 1000px) {
    .expo-welcome {
        position: absolute;
        bottom: 0px;
        opacity: 0.85;
    }
}

@media (max-width: 768px) {
    .expo-welcome {
        /* position: absolute;
        bottom: 0px; */
        opacity: 0.85;
        padding: 30px 60px 20px 60px;
    }
}

.free-membership {
    background-color: rgb(119, 197, 147);
}

.membership-list {
    list-style-type: none;
    padding-left: 0;
}

.expo-center-facilities {
    background-color: rgb(207, 236, 253);
}

.ahmanson-senior-center, .roy-anderson, .teen-enrichment, .special-events {
    background: url(./../images/background-img.png) no-repeat center center fixed;
    background-size: cover;
    padding: 50px;
}

.parsons-preschool {
    background-color: rgb(252, 249, 236);
    padding: 50px;
}

.roy-anderson {
    background: url(./../images/background-img.png) no-repeat center center fixed;
    background-size: cover;
}

.roy-anderson-banner {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.roy-anderson-text {
    margin: 0 50px;
}

.argue-swim-stadium {
    padding: 50px;
    background-color: rgb(240, 253, 255)
}

.afterschool-camp {
    padding: 50px;
    background-color: rgb(238, 244, 218)
}

/* FOOTER */
.footer-info {
    background-color: rgb(49, 60, 76);
    margin-top: 50px;
    padding: 50px;
    color: white;
}

.footer-info a {
    color: #ec6e45;
}

.teen-enrichment .img-row {
    display: flex;
    flex-wrap: wrap;
}

.teen-enrichment .img-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teen-enrichment .img-col img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}