@charset "utf-8";
/* CSS Document */
 
body {
	background-image: url(images/backgroundMain.jpg);
	background-repeat: repeat-x;
}	
.appPlate_jpg {
  background-image: url("images/appPlate.jpg");
  position: absolute;
  left: 667px;
  top: 339px;
  width: 312px;
  height: 210px;
  z-index: 8;
}

 
.logoMustard {
  background: none;
  position: relative;
  align-content: center;
  text-align:center;
  top: 18px;
  width: 100%;
  height: 200px;
  z-index: 9;
}

 .comingSoon {
  background-image:  url(images/hoursNumberLoc.png);
  position: absolute;
  left: 232px;
  top: 302px;
  width: 333px;
  height: 319px;
  z-index: 10;
}

.findUs {
  background-image:  url(images/hoursNumberLoc.png);
  position: absolute;
  left: 232px;
  top: 302px;
  width: 333px;
  height: 319px;
  z-index: 10;
}
.menus {
 /*display:none;*/
  background-color: none; 
  position: absolute;
  text-align: center;
  top: 675px;
  width: 100%; 
  z-index: 9;  
}

.socialmedia {
 /*display:none;*/
  background-color: none; 
  position: absolute;
  text-align: center;
  top: 710px;
  width: 100%; 
  z-index: 9;  
}

ul, ul a {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;

}
ul li, ul li a{
	color:black;
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  position: relative;
  padding: 5px 15px;
  background: #624F17;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius:19px;
 
}
ul li:hover, ul li a:hover {
  background: #9E780B;
  color: #fff;
}
.footer {
 /*display:none;*/
  font: bold 12px/18px sans-serif;
  color: #913607;
 
  position: relative;
  text-align: right;
   top:525px;
  width: 600px;
  float: right; 
  z-index: 9;
  margin-right:150px;  
}