header.transparent .logo img {
    filter: unset;
}
footer .logo img {
    height: unset;
    max-height: 80px;
    max-width: 70%;
}
.menu-title img {
    width:100%!important;
    border-radius: 20px 20px 0 0;
}

/** set margin to 0 when list of categories is too long */
.menu-page .menu-list ul li:not(:last-child) a {
    /* margin-bottom: 2px; */
}