/* =====================================================
   Touchette Motorsport - Site styles (recreated)
   ===================================================== */

html, body {
    font-family: "Roboto", sans-serif;
    color: #012942;
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto", sans-serif;
    color: #012942;
}

/* ---------- Top menu / header ---------- */
.menu {
    z-index: 999;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: background 0.3s ease;
    padding: 20px 0;
}

.menu .logo {
    max-height: 60px;
}

.menu .menu-items a {
    color: #052e4e;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 25px;
    text-decoration: none;
}

.menu .menu-items a:hover {
    color: #1a5a8a;
}

/* ---------- Hero ---------- */
.hero {
    background: url('../img/hero.jpeg');
    background-size: cover;
    background-position: center;
}

.hero .overlay {
    background: rgba(0, 0, 0, 0.70);
    padding: 15vh 0;
}

.hero h1 {
    color: white;
    font-size: 44px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.41);
    transform: scale(1);
    animation: zoomInText 5s ease-out forwards;
}

.hero h1 strong {
    font-weight: 800;
}

@keyframes zoomInText {
    from { transform: scale(1); }
    to   { transform: scale(1.03); }
}

/* ---------- Sections ---------- */
h2 {
    font-size: 44px;
    font-weight: 900;
}

#home-sec-1 {
    font-size: 24px;
}

.sec-header {
    background: #012942;
    padding: 30px;
    text-align: center;
}

.sec-header h2 {
    color: white;
    margin: 0;
}

/* ---------- Footer ---------- */
.footer-banner {
    background: url('../img/footer-banner.png');
    background-size: cover;
    background-position: center;
}

.footer-banner .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 150px;
}

.footer-bottom {
    background: #000;
    color: white;
    padding: 15px 0;
}

.footer-bottom a {
    color: white;
}

/* ---------- Brand / partner image grids ---------- */
.body-brands .page-content img,
.body-marques .page-content img {
    width: 30%;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin: 1% !important;
    display: inline-block;
    box-sizing: border-box;
}

/* ---------- Off-canvas menu ---------- */
.uk-offcanvas-bar {
    background: white;
}

.uk-offcanvas-bar a {
    color: black !important;
    font-size: 24px;
    margin-top: 25px;
    display: block;
    font-weight: 700;
    text-decoration: none;
}

/* ---------- Mobile ---------- */
@media only screen and (max-width: 600px) {
    .menu .logo { max-height: 40px; }
    .hero h1 { font-size: 34px; }
    h2 { font-size: 24px; font-weight: 900; }
    #home-sec-1 { font-size: 18px; }
}
