.bluegray .logo_elixir {
    background: url(../images/Giorgos-Plaka-Restaurant-logo-300.png?v=2);
    background-repeat: no-repeat;
    margin-top: 0px;
    background-size: contain !important;
    height: 65px !important;
}

#header {
    background: rgb(220 220 220 / 55%);
}

#header .menu-item a {
    text-shadow: 0px 2px 7px rgb(9, 17, 25);
}

@media only screen and (max-width: 640px) {
    .bluegray .logo_elixir {
        background: url(../images/Giorgos-Plaka-Restaurant-logo-300.png?v=2) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: left center;
        height: 65px !important;
        margin-top: 0  !important;
    }
}