<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 730px)
{
    section {
        margin-top: 11em;
    }
     header {
        position: fixed;
        top: 0;
        background-color: white;
        z-index: 44;
        width: 100%;
    }
    header .eyelashIcon {
        display: none;
    }
    .phoneImg {
        display: block !important;
    }
    .logoMobile {
        display: block !important;
        margin-top: 23px;
        width: 80%;
    }
       .logo a img
    {
        display: none;
    }
}

@media only screen and (max-width:700px)
{
    .aboutBlock
    {
        padding: 24px 76px;
    }
        .aboutBlock img
        {
            position: static;
            width: 100%;
            max-width: 270px;
            margin-top: 20px;
        }

}

@media only screen and (max-width:600px)
{
    h1
    {
        line-height: .8em;
        margin-top: 24px;
        font-size: 4.5em;
    }

    /*Header*/

   
 

        .logo a img.phoneImg, .logoMobile
        {
            display: block;
        }


    /*General*/
    header, nav, section, footer
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*Contact Form*/
    .contactEnvoWrp .envoTop h2.bigH2
    {
        font-size: 4em;
        line-height: 3em;
    }
    .contactEnvoWrp .envoTop,
    .contactEnvoWrp .envoBottom
    {
        background:none;
        padding:0px;
    }
        .contactEnvoWrp .envoTop hr
        {
              margin: 10px 0 20px 0;
        }
    /*Home Page*/
    .aboutBlock
    {
        padding: 24px 20px;
    }

        .aboutBlock h2
        {
            font-size: 4em;
            width: 138px;
        }


    /*Menu Page*/
    .stag,
    .stag.stagAlt
    {
        padding: 20px
    }

    .stag img,  .stag &gt; .col
    {
        position:static;
        width: 100%;
    }

    .stag img
    {
        position:static;
        width: 100%;
    }
}


@media only screen and (max-width:500px)
{
    section {
        margin-top: 9em;
    }
    .lightbox{
        padding:1em;
    }

    .lightbox:before{
        top:2em;
        right:.5em;
        bottom:1em;
        left:.5em;
    }

    .lightbox h2{
        font-size:3em;
        line-height:.8;
    }

    .lightbox h3{
        font-size:1.2em;
        margin-bottom:1rem;
    }
}

@media only screen and (max-width:350px) 
{
}</pre></body></html>