/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css?family=Leckerli+One');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');


a:link { color: #5b0202; text-decoration:none; }
a:visited { color: #5b0202; }
a:hover { color: #fbac18; }
a:active { color: #5b0202; }


h1
{
  font-family: 'Leckerli One', cursive;
   color: #5b0202;
	font-size: 2.5em;
	text-align: center;
}

.menu
{
  font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing:1px;
	margin-left:10px;
	margin-right:10px;
}

.food
{
  font-family: 'Raleway', sans-serif;
   color: #e67d21;
	font-size: 1.8em;
	font-weight: 900;
}


.price
{
  font-family: 'Raleway', sans-serif;
   color: #5b0202;
	font-size: 1.5em;
	font-weight: 700;
}

	
.desc
{
  font-family: 'Raleway', sans-serif;
   color: #e67d21;
	font-size: 1.5em;
	font-weight: 300;
	line-height:1.5em;
}

h5
{
  font-family: 'Raleway', sans-serif;
    color: #5b0202;
	font-size: 1em;
	font-weight: 300;
	text-align:center;
	  }


@media screen and (max-width: 55em) {


}

@media screen and (max-width: 30.5em) {




	}


