
body{
    font-family: Georgia;
    margin: 0;
}

.wrapper{
    width: 100%;
    max-width: 1500px;
    padding: 0 0px;
    margin: 0 auto;
}

h1.logo{
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    width: 100px;
    text-indent: -10000px;
    float: left;
}

header nav{
    float: right;
}

header nav h2{
    text-indent: -10000px;
    height: 0;
    margin: 0;
}

header nav li{
    float: left;
    list-style-type: none;
    margin: 10px 20px;
}

header nav li a{
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

#main-banner, #main-banner img{
    width: 100%;
}

#main-banner img{
    border-bottom: 6px solid #f34949;
}

#home-menu h2{
    background-image: url(images/menu-head.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 74px;
    text-indent: -10000px;
    margin: 0 auto;
    position: relative;
    top: -4px;
}
#home-menu2 h2{
    background-image: url(images/menu-head-tuxedosushi.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 74px;
    text-indent: -10000px;
    margin: 0 auto;
    position: relative;
    top: -4px;
}

#home-menu ul{
    padding: 5%;
    list-style-type: none;
}

#home-menu ul:after{
    content: "";
    clear: both;
    display: block;
}

#home-menu li{
    float: left;
    width: 42%;
    padding: 0;
    margin: 20px 0 20px 8%;
}

#home-menu li:nth-child(odd){
    margin: 10px 8% 10px 0;
}

.dishheader{
    float: left;
    color: #CC0000;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 15px;
	
	
	
}

.dish{
    float: left;
    color: #555;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 15px;
}

.price{
    float: right;
    color: #555;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-left: 15px;
}

.description{
    clear: both;
    display: block;
    color: #999;
    font-style: italic;
    font-size: 13px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    position: relative;
    top: -8px;
}

#featured{
    margin-top: 100px;
}

#featured ul{
    padding: 0;
}

#featured li{
    float: left;
    width: 23%;
    margin: 1%;
    list-style-type: none; 
}

#featured li img{
    width: 100%;
    margin-bottom: 10px;
}

#featured li a{
    color: #333;
    text-decoration: none;
    float: left;
}

#featured li span{
    float: right;
    color: #333;
}

#featured ul:after{
    content: "";
    display: block;
    clear: both;
}

footer{
    background: #3b3b3b;
    margin-top: 100px;
    padding: 30px 0;
}

footer:after{
    content: "";
    display: block;
    clear: both;
}

footer ul{
    float: left;
    padding: 0;
    list-style-type: none;
    color: #eee;
    width: 23%;
    margin-right: 2%;
}

footer li{
    margin: 10px 0;
}

footer a{
    color: #eee;
    text-decoration: none;
}



/*Tabletes*/

@media screen and (max-width: 1180px){

.burger-nav{
    display:block;
    height:60px;
    width:100%;
    background:url(images/burger-logo.png ) no-repeat 50% center;
    background-color:#404040;
    cursor:pointer;
    
}
  
  .burger-nav2{
    display:block;
    height:60px;
    width:100%;
    background:url(images/menu-head.png ) no-repeat 50% center;
    background-color:#404040;
    cursor:pointer;
    
}
  
header .wrapper{
    width:100%;
    padding:0;   
}
header nav ul{
    overflow: hidden;
    background-color:#505050;
    height: 0;
}
header nav{
    float:none;
    clear:left;
    width:100%;
}

header nav ul{
    margin:0;
    padding:0;

}
header nav ul.open{
    height:auto;

}
header nav ul li{
    float:none;
    text-align:left;
    width:100%;
    margin:0;

}

header nav ul li a{
    color:#fff;
    padding:10px;
    border-bottom:1px solid #404040;
    display:block;
    margin:0;
}

#featured li{
    width: 90%;
    margin:20px 5%;
   
}

h1.logo{
    margin:10px auto 0;
    float:none ;

}

header nav li{
    margin: 10px 0;
    width:20%;
    padding:0;
    text-align:center;

}


#featured li{
   width: 40%;
 
}

footer ul{
    width: 48%;
    text-align:center;

}




}

@media screen and (max-width:766px){

/*#home-menu li{
    float: left;
    width: 40%;
    padding: 0;
    margin: 20px 0 20px 8%;
}
}
*/

#home-menu li{
    float:none;
    width:96%;
    margin:30px 2% !important;
}


@media screen and (max-width:480px){

.burger-nav{
    display:block;
    height:60px;
    width:100%;
    background:url(images/burger-logo.png ) no-repeat 50% center;
    background-color:#404040;
    cursor:pointer;
    
}

header .wrapper{
    width:100%;
    padding:0;
    
}

header nav ul{
    overflow: hidden;
    background-color:#505050;
    height: 0;
}

header nav ul.open{
    height:auto;

}
header nav ul li{
    float:none;
    text-align:left;
    width:100%;
    margin:0;

}

header nav ul li a{
    color:#fff;
    padding:10px;
    border-bottom:1px solid #404040;
    display:block;
    margin:0;
}

#featured li{
    width: 90%;
    margin:20px 5%;
   
}

footer ul{
    width: 98%;
    text-align:center;
    
}


#home-menu li{
    float:none;
    width:96%;
    margin:30px 2% !important;
}



}
