.card {
    font-family: 'Ebrima', sans-serif;
    margin-top: 2em;
    padding: 1.5em 0.5em 0.5em;
    border-radius: 0.5em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

.card img {
    width: 40%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 150px;
}

.card img:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* transform: translateY(-5px); */
    transform: scale(1.5);
    transition: transform 0.7s ease-in-out, box-shadow 0.7s ease-in-out;

}

/* Gosa soccer coachs image class cards
-------------------------------------*/

.card-img-top {
    border-radius: 0.5em;
}

.card-title h3 {
    font-family: 'Ebrima', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 1em 0 0 0;
    text-align: end;
}

.card-text p {
    font-family: 'Ebrima', sans-serif;
    font-size: 1em;
    margin-right: 0.5em;
    text-align: end;
}

[data-bs-theme="dark"] .card-text p {
    color: #ffffff;
}

[data-bs-theme="light"] .card-text p {
    color: #000000;
}

.card-coaches {
    font-family: 'Ebrima', sans-serif;
    margin-top: 2rem;
    padding: 0.1rem 0.1rem 0.1rem;
    text-align: center;

}

.card-coaches h3 {
    font-size: clamp(1rem, calc(1vw + .5rem), 2rem);
    font-weight: bold;
    padding: 0 0 0 0;
    text-align: center;
}

.card-coaches p {
    font-size: clamp(0.5rem, calc(1vw + .5rem), 1rem);
    text-align: justify;
}

/* Gosa soccer programs image class  
U7, U14, U17, U19 cards
-------------------------------------*/

.program-img {
    /* margin-top: 4em;  */
    padding: 2em 1.5em 1.5em 1.5em;
}

.program-title h3 {
    font-family: 'Ebrima', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 1em 0 0 0;
    text-align: end;
}

.program-text p {
    font-family: 'Ebrima', sans-serif;
    font-size: 1em;
    margin-right: 0.5em;
    text-align: end;
}

[data-bs-theme="dark"] .program-text p {
    color: #ffffff;
}

[data-bs-theme="light"] .program-text p {
    color: #000000;
}

/* .card-uniform {
    font-family: 'Ebrima', sans-serif;
    margin-top: 2em;
    padding: 1.5em 0.5em 0.5em;
    border-radius: 0.5em;
    text-align: center;

}

.card-uniform img {
    width: 40%;
    border-radius: 5%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 150px;
}

.card-uniform img:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.5);
    transition: transform 0.7s ease-in-out, box-shadow 0.7s ease-in-out;

} */