/* blue- #091f40 gray-#a4aaad */



/* jumbotron image */
.jumbotron-2025-team-picture {
background: rgb(0,0,0);
background: -moz-radial-gradient(circle, rgba(0,0,0,0.39539565826330536) 0%, rgba(0,0,0,0.6502976190476191) 50%, rgba(0,0,0,1) 100%);
background: -webkit-radial-gradient(circle, rgba(0,0,0,0.39539565826330536) 0%, rgba(0,0,0,0.6502976190476191) 50%, rgba(0,0,0,1) 100%);
background: radial-gradient(circle, rgba(0,0,0,0.39539565826330536) 0%, rgba(0,0,0,0.6502976190476191) 50%, rgba(0,0,0,1) 100%), url("../2025/media/2025-team-jumbo.webp") center no-repeat;
 background-size: cover;
 height: 500px;
}

/* jumbotron image mobile */
.jumbotron-2025-team-picture-mobile {
 background-image: linear-gradient(00deg, rgba(0,0,0,0.6026785714285714) 0%, rgba(0,0,0,0.5970763305322129) 100%), url("../2025/media/2025-team-mobile.webp");
 height: 550px;
 background-size: cover;
 background-position: center;
 padding-top: 100px;
}
