body{
	background:#ffd699;
	//background-image: url(./FrontFace.jpg);
	font-family: Arial;
}

#content{
	background-color:  green;
	padding:5px;
	margin:5px;
	color:white;

}
#feature, #footer{
	background-color: #954535;
	padding:5px;
	margin:5px;

}

h1 {
	font-family: Arial;
	text-align: center;
}

#menus{
	float: left;
	width:100%;
	height:40px;
	background-color:orange;
		opacity:1;
	position: relative;
	line-height:40px;
	text-align:center;
	font-size :20px;

}

figure {

    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

span #salads_list{
	position:absolute;
	height:0px;
	z-index: 1;
	display:none;


}
#sirlion_list{
  display: none;
}
#italy_list{
	display: none;
}
#appetizers_list{
	display:none;
}
 #salads_list{
	display:none;
}

 #veal_list{
	display:none;
}
#chicken_list{
	 display:none;
}
#pasta_list{
	display: none;
}
#seafood_list{
	display: none;
}
#kids_list{
	display: none;
}
#hot_list{
	display: none;
}
#bev_list{
	display: none;
}
#other_list{
	display: none;
}
.rTable {
  	display: table;
  	width: 100%;
}
.rTableRow {
  	display: table-row;


}
#desert_list {
	display: none;
}
#pizza_list{
	display: none;
}
#extra_list{
  display: none;
}
.rTableCell, .rTableHead {
  	display: table-cell;
  	border: 1px solid #FFFF00;
  	padding: 3px 10px;
  	text-align:left;
  	background-color: orange;
}
.pTableCell{
	display: table-cell;
  	border: 10px solid blue;

  	text-align:center;
  	background-color: orange;
}
.iTableCell, .iTableHead {
  	display: table-cell;
  	border: 2px solid #FFFF00;
  	padding: 3px 10px;
  	text-align:left;
    color: white;
  	background-color: brown;

}
#header h2{
  color:blue;
}
.rTableHeading {
  	display: table-header-group;
  	font-weight: bold;
   text-align: center;
   background-color: orange;
   width: :100%;
}
.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
  	background-color: #ddd;
}
.rTableBody {
  	display: table-row-group;
}


.buttons{
    box-sizing: border-box;
    color: white;
    
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

}

.logo{
  font:bold;
  text-align:  center;
  font-style: bold;
font-size: 22px;
}
#header h1:hover{
  color: white;
}
#header h1{
  font-family: 'Berkshire Swash', cursive;
     transition: 1s;
     color:red;
}
#header{
  width:100%;
  font-family: 'Berkshire Swash', cursive;
  background-color: orange;
 text-align: center;

}

.buttons:hover {
    background-color: #4da6ff;
    color: black;
    box-sizing: border-box;

}


#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.btn-group-justified{
width:100%;
}
.mTableCell{
    display: table-cell;
    border: 1px solid #FFFF00;
    padding: 3px 10px;
    text-align:left;
    width: 100%;
    background-color: black;
    color: white;
   }
   
   .colors{
    color: red;
  font-weight: bold;
   }
.nav{
  height:100px;
  width:100%;
  padding:0;
  margin:0;

}
.nav2{
height:250px;
width:100%;
padding:0;
  margin:0;
overflow: auto;
overflow-x :hidden;


}
.carousel-item {
  align-items: flex-start;
}
