
.responsive{
  background-color: 
  overflow:auto;
  padding: 6px;
  float:left;
  width:24.99999;
}
.gallery{
  border:1px solid #ccc;

}
.gallery img:hover{
  border:1px solid #777;
  filter: grayscale(0);
  transform:scale(1.1);
  }
.desc{
    padding:15px;
    text-align:center;
  }
  *{
    box-sizing: border-box;
  }
@media only screen and (max-width:600px){
  .responsive{}
  width:100%;
}
.gallery img{
  width:100%;
  height:auto;
  filter: grayscale(100%);
  transition:1s;
}
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 50px;
}
#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;

}
#header h2{
  color:blue;
}

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;

}
#nav{
  width:100%;
}
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 green;

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

}

.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;
}

.buttons:hover {
    background-color: yellow;
    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: #1E90FF;
   }
   
   .colors{
    color: red;
   }
