/* CSS Document */


	.img{
		float:left;
	}
	h1{

	}
	h2{
		font-size: 25px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		margin-top:0;
		margin-bottom:0;
	}
	h3{
		
		padding-left: 15px;
		padding: 5px;
	
	}
	.header{
		display: inline-block;
		vertical-align: middle;
		float:left;
		margin-top: 0 0 0 10px;
		flex-flow: wrap;

	}
	/*.header2{
		align:right;
		float:left;
		
		flex-flow: wrap;
		
		
	}*/
	#mainMenuContainer{
	margin: 20px;
	padding: 20px;
	border: 30px;
	display:flex;
	border-bottom-style: solid;
  	border-color:orange;
	clear: both;
}
	dt{
		font-weight:bold;
		color:#D27442;
	}
	
	dd{
		margin: 0;
		padding: 0,0,0.5em,0;
	}
	th.a{
		font-weight: bold;
		color:#D27442;
	}
	
	
	th.b{
		font-weight: bold;
		color:blue;
	}
	
	tr.c{
		font-weight: bold;
		color:#982740;
	}
	th.d{
		font-weight: bold;
		color:#126048;
	}
	th.e{
		font-weight: bold;
		color:#4E205D;
	}
	th.f{
		font-weight: bold;
		color:#D27442;
	}
.section1{
	width:400px;
	
	flex:1;
	margin-bottom:2%;
	
}

.section2{
	width:320px;
	height: 618px;
	flex: 1;
		
}
	.breakfast{
	width:auto;
	height:auto;
	margin-left: 40px;	
	}
	
	.beverages{
	width:auto;
	height:auto;
	margin-left: 40px;	
	}
	
	.sides{
	width:auto;
	height:auto;
	margin-left: 40px;	
	}
	.sides{
	width:auto;
	height:auto;
	margin-left: 40px;	
	}
	.alacarte{
	width:auto;
	height:auto;
	margin-left: 40px;	
	}
	.sandwiches{
	width:auto;
	height:auto;
	margin-left: 40px;	
	}
	
	.paninis{
	width:auto;
	height:auto;
	
	margin-left: 40px;		
	}
	
	
.menuItem1{
	background-color: #D27442;
	width:auto;
	height:auto;
	align:left;
	color: white;
	font-family: 'Handlee', cursive;
}
	/*#D27442= orange*/
.menuItem2{
	background-color:#0035A0;
	width:auto;
	height:auto;
	align:left;
	color: white;
	font-family: 'Handlee', cursive;
}
/* #0035A0 = Blue*/
.menuItem3{
	background-color:#982740;
	width:auto;
	height:auto;
	align:left;
	color: white;
	font-family: 'Handlee', cursive;
}
/*#982740 = pink*/
.menuItem4{
	background-color: #126048;
	width:auto;
	height:auto;
	align:left;
	color: white;
	font-family: 'Handlee', cursive;
}
	/*#126048=green*/
.menuItem5{
	background-color: #4E205D;
	width:auto;
	height:auto;
	align:left;
	color: white;
	font-family: 'Handlee', cursive;
}
	/*#4E205D= purple*/
.menuItem6{
	background-color: #D27442;
	width:auto;
	height:auto;
	align:left;
	color: white;
	font-family: 'Handlee', cursive;
}
/*#D27442= orange*/
	.times{
		margin-top: 5px;
		margin-left: 70px;
		border: 30px;
		clear:both;
	}
	
   .header-font{
	   font-family: 'Lobster Two', cursive;
	   color:#3D444B;
	   font-weight: 600;
   }
