<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width:992px){
    nav{
        width: 100%;
    }
    .barsBTN,.closeBTN{
        display: none;
    }
    .wrap{
        display: flex;
        width: 80%;
        margin: 0 auto;
    }
    .linkbar{
        margin-left: auto;
        display: flex;
    }
    .linkbar a{
        display: flex;
        width: 100px;
        height: 100px;
        justify-content: center;
        align-items: center;
        color: #f1f1f1;
        box-sizing: border-box;
    }
    .linkbar a:hover{
        color: #ff653e;
        border-bottom: 10px solid #ff653e;
        padding-top: 10px;
    }
    .bannerWord p{
        width: 30%;
    }
    a.anchor {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }

}






@media (max-width:991px){
    nav{
        width: 100vw;
    }
    .logo{margin-left: 10px;}
    .wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .barsBTN,.closeBTN,.barsBTN:hover,.closeBTN:hover,.barsBTN:active,.closeBTN:active,.barsBTN:focus,.closeBTN:focus{
        display: flex;
        width: 45px;
        height: 45px;
        box-sizing: border-box;
        font-size: 36px;
        color: #fff;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: 10px;
        margin-top: 25px;
    }
    .closeBTN{display: none;}
    .linkbar{
        width: 100%;
        z-index: 9999;
        display: none;
    }
    .linkbar a{
        display: flex;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        background-color: #2c2c2c;
        color: #f1f1f1;
    }
    .linkbar a:nth-child(odd){
        background-color: #424242;
    }
    .linkbar a:hover,.linkbar a:active,.linkbar a:focus{
        background-color: #ff653e;
    }
    .bannerBG{
        width: 100vw;
    }
    .bannerWord p{
        width: 80%;
    }  
    #about h1{
        margin: 0.5em 0;
        padding-top: 0.5em;
    }

}






nav{
    background-color: #2f2f2f;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
body{
    padding-top: 100px;
}
.logo{
    display: flex;
    height: 100px;
    align-items: center;
}
.bannerBG{
    height: 450px;

    background-size: cover;
    background-position: center;
}
.bannerWord{
    width: 80%;
    height: 450px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bannerWord hr{
    width: 5%;
    border: 5px solid #fff;
}
.bannerWord h1{
    font-size: 48px;
    margin-bottom: 0.5em;
}
.bannerWord p{
    line-height: 2em;
}
#about h1{
    font-size: 50px;
    font-weight: 600;
    color: #003C54;
}
#menu1 h2,#menu2 h2,.newSALE h2,#menu3 h2{
    font-weight: 600;
}
#menu1 h3,#menu2 h3{
    font-size: 20px;
    border-left: 10px solid #ff653e;
    padding-left: 1em;
    margin-top: 1em;
    font-weight: 600;

}

.cardDATA .card-headerBG{
    background-color: #2c2c2c;
}
.cardDATA .card-header-BTN{
    color: #ff653e;
    width: 100%;
    text-align: left;
}
.cardDATA .card-body .card-body-ul li{
    margin-bottom: 1em;
    line-height: 2em;
}


#menu3 h3{
    font-size: 20px;
    font-weight: 600;
}
#menu3 .drink-item:nth-child(even){
    background-color: #f0f0f0;
}
.drink-item p{
    margin: 0;
    padding: 10px;
}

.fliter-gray{
    filter:grayscale(100%);
}


footer{
    background-color: #2c2c2c;
    font-size: 14px;
    color: #fff;
    padding: 30px 0;
    margin-top: 30px;
}


.iconDIV a{
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    background-color: #2c2c2c;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    margin-bottom: 0.5em;
}
.iconDIV a:hover,.iconDIV a:active,.iconDIV a:focus{
    background-color: #fff;
    color: #2c2c2c;
}
.iconDIV{
    position: fixed;
    right: 1%;
    bottom: 1%;
}

.food1-parallax{
    background-image: url(../images/parallax/1-parallax.jpg);
}
.food2-parallax{
    background-image: url(../images/parallax/food-2-parallax.jpg);
}
.food1-parallax,.food2-parallax{
    width: 100%;
    min-height: 45vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.carouselBTN li{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 6px;
    border: 1px solid #70676b;
}

.carouselBTN .active{
    background-color:#fabdd4;
}

.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.banner .imgSIZE{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
#menu1 p{
    color: #2f2f2f;
}
#menu1 p:hover{
    color: #80bcd3;
}




/* #menu1 a{
    text-decoration: none;
    color: #000000;
}
#menu1 a:hover{
    color: #ffa500;
} */


.img1{background: url(../images/banner1.jpg) no-repeat;}
.img2{background: url(../images/banner2.jpg) no-repeat;}
.img3{background: url(../images/banner3.jpg) no-repeat;}
.img4{background: url(../images/banner4.jpg) no-repeat;}</pre></body></html>