#banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

#banner img {
    width: 100%;
    object-fit: contain;
}

#content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #EAF1FB; */
    background-color: #eaf1fb;
    z-index: -1;
}

#about {
    display: grid;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: center;
    padding: 2rem;
    gap: 8rem;
    width: 80%;
    z-index: 1;
}

#balls-background {
    position: absolute;
    width: 90%;
    justify-self: center;
    z-index: 1;
    top: 50px;
}

#mission {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-self: flex-end;
    height: min-content;
    z-index: 1;
}

#mission p,
#vision p {
    font-size: 2rem;
}

#vision {
    margin-bottom: 4rem;
    z-index: 1;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-self: flex-start;
    height: min-content;
}

#vision a {
    font-size: 1.3rem;
    margin-top: 0.7rem;
}

#board {
    background-color: #e5d6bd;
    /* background-color: #59a2e5; */
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#directors {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.member {
    width: 20%;
}

#executive {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.member img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 0.5rem;
}

.member h2 {
    font-size: 2.2em;
}

.member h3 {
    font-size: 1.8em;
}

.member p {
    font-size: 1.3em;
}

.member img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

#non-board-officers {
    background-color: #59a2e5;
    /* background-color: #59a2e5; */
    width: 100%;
    padding: 2rem 0;
    text-align: center;
}

#officers {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

/* #jackie {
			width: 100%;
		}
		#jackie img {
			width: 20%;
			height: auto;
			margin: 0;
			margin-bottom:.5rem;
		} */
#join {
    padding: 2rem 0;
    width: 100%;
}

#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #E5D6BD; */
    width: 100%;
    padding: 2rem 0;
}

/* @media screen and (max-width: 1500px) {
    .member h2 {
        font-size: 2.3vw;
    }

    .member h3 {
        font-size: 1.8vw;
    }
} */
