body .head-link {
    display: block;
    top: 80px !important;
    left: 48% !important;
    margin-left: -230px !important;
}

header#head h1 a {
    width: 207px;
    height: 94px;
    background: url(../../img/logo-comics.png);
}


@media (min-width: 990px)  {
    body {  
        background: #ebe1d7 url(../../img/background/bg-grill2019.jpg) fixed no-repeat center top;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #ebe1d7 url(../../img/background/bg-grill2019-max989.jpg) fixed no-repeat center top;   
    }
    body .head-link {
        display: none !important;
    }
}

@media (max-width: 659px) {
    body {  
        background: #ebe1d7 url(../../img/background/bg-grill2019-max659.jpg) fixed no-repeat center top; 
    }
    body .head-link {
        display: none !important;
    }
}


