@charset "utf-8";
@import "/javax.faces.resource/css/styles.css.seam?ln=footyforall&nocache=1750841918760";

:root {
    --header-logo-bg-style: url('https://images.footyforall.ca/footyforall/home/lil-sambas-logo-white.png') no-repeat center;
    --header-logo-width: 168px;
    --header-logo-height: 84px;
    --header-bg-color: #0F1B46;
    --header-link-color: white;
    --header-link-hover-color: #fad417;
    --sidebar-bg-color: #0F1B46;
    --sidebar-font-color: white;
    --sidebar-link-color: white;
    --sidebar-link-hover-color: #fad417;
    --sidebar-menu-title-bg-color: #0F1B46;
    --sidebar-menu-title-font-color: #ffff00;
    --footer-bg-color: black;
    --footer-font-color: white;
    --footer-link-color: white;
    --footer-link-hover-color: #fad417;
    --page-title-bg-color: #0F1B46;
    --page-title-text-color: #ffff00;
    --submenu-mobile-bg-color: #0F1B46;
    --submenu-mobile-font-color: white;
}
@media only screen and (max-width:1299px) {
    :root {
        --header-logo-width: 100px;
        --header-logo-height: 50px;
    }
}