/* ---------- PAGE LINKS ---------- */
.mechanic-link,
.cv-link,
.rallies-link {
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 20px;
    transition: all 0.3s;
}

.mechanic-link:hover,
.cv-link:hover,
.rallies-link:hover {
    color: #ffffff;
    background-color: #111111;
    padding: 16px 24px;
}

.mechanic-box {
    background-image: url('Other/2CV-Garage-Front.jpg');
}

.cv-box {
    background-image: url('Other/2CV-Line-Up.jpg');
}

.rallies-box {
    background-image: url('Other/Transit-Support-Van.JPG');
}

/* ---------- SECTION PRESETS ---------- */
.rally-support,
.rally-games {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
}

.amazon-cars,
.support-vans,
.classic-cars,
.marine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.amazon-cars .break,
.support-vans .break,
.classic-cars .break,
.marine .break {
    flex-basis: 100%;
    height: 0;
}

/* ---------- IMAGE EDITS ---------- */
.rally-support-image,
.rally-games-image,
.amazon-cars-image,
.support-vans-image,
.classic.cars-image,
.marine-image {
    height: 500px;
    width: auto;
    border-radius: 25px;
}