footer{
    background-color: rgba(var(--global-rgbValue-04), 0.2);
}

footer > .width-content .side-by-side{
    margin-bottom:0;
}

footer > .width-content > .width-item{
    width: 90%;
}

footer .site-navigation{
    width: 50%;
}
footer .site-navigation .hamburger-menu{
    display: none;
}
footer .site-navigation .menu{
    top: 110px;
    font-size :1rem;
    font-weight: 700;
    
}
footer img.logo{
    /*width: 260px !important;*/
}

footer .red-band{
    height: 1rem;
}

@media screen and (max-width: 900px){
    footer .site-navigation{
        display: none;
    }
    footer .side-by-side{
        justify-content: center !important;
    }
}

@media screen and (max-width: 600px){
    footer img.logo{
        width: 90% !important;
        height:auto;
        margin:auto;
    }
}
