/*  
Theme Name: MeatKing
Version:    1.14.20
Author:     ThemeWagon


TABLE OF CONTENTS
    01 - General and Typography
    02 - Header
    03 - Navigation
    04 - Services
    05 - Parallax
    06 - Food menu
    07 - Special offers
    08 - Reservation
    09 - Chefs
    10 - Footer
    11 - Responsive styles
*/


/* ==========================================================================
    01. General and Typography 
========================================================================== */
body {
    font-family:'Kreon',serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}
img {
    max-height:100%;
    max-width:100%;
}



#menu {
    background:rgba(33,45,57,0.8);
    margin-bottom:0;
}



/* ==========================================================================
    06. Food menu 
========================================================================== */
.menu-items {
    text-align:left;
    margin:0 auto;
}
.menu-titles h1 {
    text-shadow:none;
    color:#0C4DA2;
    text-align:left;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
    font-size: 25px;
}
#food-menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu-images img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:5px solid #0C4DA2;
    display:block;
    margin:auto;
    margin-top: 40px;
}


