/*General style*/
body,html{height:100vh;}
body{
    background: url(images/background.jpg); 
    background-size: cover;
}
#home_header{
    background: url(images/food1.jpg); 
    background-size: cover; 
    background-position: center;
}

h1,h2,h3,h4,h5,li,label{
    font-family: 'Yusei Magic', sans-serif;
}
p,a,input,select,textarea,button{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

/*Menu Page*/
#menu1{
    background: url(images/collage1.jpg); 
    background-size: contain; 
    background-position:bottom center;
    background-repeat:no-repeat;
}
@media only screen and (max-width:768px){
    #menu1{background:none;}
    
}
@media only screen and (min-width:768px) and (max-width:992px){
    #menu1{
        background: url(images/collage2.jpg);
        background-size: contain; 
        background-position:bottom center;
        background-repeat:no-repeat; 
    }
}

#menu1, #menu2{text-align: justify;}
/*Images Page*/
#page1,#page2,#page3,#page4,#contact_section{
    max-width: 500px;
    margin: auto;
}

#login_section{
    max-width: 500px;
    margin: auto;
    background-color: rgba(212, 211, 211,0.9);
}

.panelHeight{
    max-height: 100px;
}
.table_style{
    background-color: rgba(212, 211, 211, 1);
}