/*
	menu.css
	04/19/2017

	McFatter 2017 Programming Team
*/

#content{
	width: 100%;
}

.content{
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 3%;
}

.content h2{
	text-align: center;
	font-size: 36px;

}

.info{
	padding-bottom: 25px;
	font-size: 18px;
	text-align: center;
}

.info a, .info a:active, .info a:visited{
	color: rgba(20,142,145,1);
}

#entree{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
}

.entree {
}

#b2{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#b3{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#b4{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#b5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#side{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

.side{
}

#s2{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#s3{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#s4{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

#s5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(20,142,145,1);
	width: 75%;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
	padding-left: 3%;
	margin-left: 1%;
	color: white;
	font-size: 18px;
	margin-top: 25px;
}

h3{
	font-size: 42px;
}

.food{
	height: 100px;
	width: auto;
	margin-top: 25px;
}

.submit{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#sides{
	padding-top: 40px;
}

.hoverinfo {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
}

.hoverinfo p {
  display: none;
  color: #000000;
}

.hoverinfo:hover p {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 5px 10px;
}
