.second-nav {
    min-height: 7vh;
}
.athlete {
    /* background-color: brown; */
    background-image: url(https://images.unsplash.com/photo-1522778119026-d647f0596c20?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section {
    min-height: 60vh;
}
.sports-team {
    background-color: green;
    background-image: url(https://images.unsplash.com/photo-1480099225005-2513c8947aec?q=80&w=1303&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-size: cover;
}
.q-staff {
    min-height: 50vh;
}
.staff {
    min-height: 30vh;
}
.img-square {
    width: 100%;
    aspect-ratio: 1/1.5;
    object-fit: cover;
    object-position: top;
}