/* 
 * Bike Camp Theme - Extends _variables.css
 * Uses same colors as Jeunes (FFVélo red)
 */

/* Bikecamp hero */
.bikecamp-home-top {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("/assets/landing_page/img/bikecamp/Bike_Camp_02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 20vh 0;
    transition: 0.2s;
}
