@media all and (max-width: 575px){
    footer{
        text-align: center;
    }
    #logo img{
        height: 58px;
    }
    header a.open_close{
        top:14px;
    }
}