/* === Club Colour Overrides — managed via Admin › Theme › Styles ===
   These variables are consumed by /css/site.css. */

:root {
    --club-primary:        #003366;
    --club-primary-text:   #ffffff;
    --club-secondary:      #ffd700;
    --club-secondary-text: #000000;
    --club-banner-bg:      #e8f0f8;
    --club-footer-bg:      #003366;
    --club-footer-text:    #f0f0f0;
}

/* Optional: banner background image (set img.banner in Media Library) */
@media (min-width: 768px) {
    .site-banner {
        background-image: url(/media/img/ff00eec5-ce33-4949-b5f1-2ca9f77d04d5.jpg);
        background-size: auto 100%;
        background-repeat: repeat-x
        background-position: bottom center;
    }
}

.site-tagline {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--club-primary);
    opacity: 0.95;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.6);
}

.site-logo {
    max-height: 120px;
}