footer .nav-item.active,
footer .nav-item:hover{
    background-color: var(--f-color-light_light_gray);
}
footer .nav-item.active a,
footer .nav-item:hover a{
    font-weight: bold;
    color: var(--f-color-dark)!important;
}