@charset "utf-8";
/* CSS Document */

/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

@font-face {
	font-family: 'Bebas';
	src: url('../fonts/bebas.eot');
	src: local('☺'), url('../fonts/bebas.woff') format('woff'), url('../fonts/bebas.ttf') format('truetype'), url('../fonts/bebas.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* HEADINGS */

h1 {
	font-family: 'Bebas', serif;
	font-size: 85px;
	text-shadow: 3px 3px 5px black;
	margin: 0px;
	padding-top: 220px;
	line-height: 150%
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: italic;
	margin-top: -373px;
	margin-right: 3%;
	text-shadow: 3px 3px 6px black;
	position: relative;
	z-index: 1;
}
h1, h2 {
	display: block;
	font-weight: normal;
	text-align: right;
	padding-right: 30px;
	color: #FFFF66;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
strong {
	display: block;
	font-weight: normal;
	color: white;
}

/* MENU HEADING */

.category {
	width: 800px;
	height: 353px;
	background-color: #ED1B24;
	border-radius: 5px;
	border: 2px solid black;
	background-repeat: no-repeat;
	background-position: left;
}

/* MENU ITEMS */

#menu-items-header {
	background: #a21d20; /* Old browsers */
	background: -moz-linear-gradient(top,  #a21d20 0%, #540000 50%, #a21d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a21d20), color-stop(50%,#540000), color-stop(100%,#a21d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a21d20 0%,#540000 50%,#a21d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a21d20 0%,#540000 50%,#a21d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a21d20 0%,#540000 50%,#a21d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a21d20 0%,#540000 50%,#a21d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21d20', endColorstr='#a21d20',GradientType=0 ); /* IE6-9 */
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 24px 0px;
	color: white;
}
#menu-items-header > li:first-child {
	text-transform: uppercase;
}
.menu-items ul {
	width: 100%;
	background-color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 16px 0px;
	border-radius: 5px;
}
.menu-items {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
}
.menu-items ul > li:first-child {
	text-align: left;
	margin-left: 3%;
}
.menu-items ul li {
	display: inline-block; 
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: white;
	*float: left;
}
.menu-items ul b {
	display: block;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #FEF200;
}
.menu-items ul p {
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
}
.menu-items > ul:first-child {
	padding: 24px 0px;
}
.menu-items > ul:first-child li {
	text-transform: uppercase;
	vertical-align: middle;
}
.lunch-special {
	border-radius: 5px;
	border: 4px solid black;
}