* {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px;
}

html {
	width: 100%;	
}

body {
	background-image: url("pizzaa.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: cover; 
}

.navbar-default .navbar-nav > li > a {
    color: black;
	font-weight: bold;
	font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: red;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: black;
	text-decoration: none;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: red;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.homepage {
	width: 680px;
	margin: 0 auto;
	border: 2px solid red;
}

.slogan {
	width: 200px;
}

.special {
	border: 2px solid red;
	width: 300px;
	height: 300px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
}

.special, .itemThree h4 {
	font-weight: bold;
}

.slogan {
	padding: 25px;
}

.itemTwo {
	border: 2px solid red;
	padding: 25px;
	height: 300px;
	width: 320px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	margin-left: 2.5%;
}

.itemThree {
	border: 2px solid red;
	padding: 25px;
	width: 300px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #000000;
}

.itemFour {
	border: 2px solid red;
	padding: 20px;
	width: 300px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #000000;
	margin-top: 30px;
}

.fineprint {
	font-size: 12px;
}

.colMenu {
	border: 2px solid red;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
}

h1 {
	color: red;
	text-align: center;
	font-weight: bold;
	border: 1px solid red;
	width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
}

.colMenu h4 {
	font-weight: bold;
}

.colMenuTwo h4:first-of-type {
	font-size: 40px;
	color: red;
}

.items {
	border-left: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	padding: 15px 5px 52px 5px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
}

.menuCenter {
	text-align: center;
	border-top: 1px solid red;
}

.menuCenterTwo {
	text-align: center;
	border-bottom: 1px solid red;
	padding-top: 5px;
}

.wings {
	padding-left: 30px;
	text-align: center;
}

.wings h4 {
	text-align: center;
}

.sideOrders {
	text-align: center;
	padding-right: 30px;
}

.sideOrders h4 {
	text-align: center;
}

hr {
	width: 400px;
}

.navbar-default .navbar-collapse .nav {
	margin-top: 70px;
	margin-left: 50%;
	-webkit-margin-start: 49%;
	-moz-margin-start: 48%;
}

.One {
	text-align: right;
	margin-right: 80px;
}

.Two {
	text-align: left;
	margin-left: 80px;
}

h2 {
	margin-top: -10px;
	font-weight: bold;
	text-align: center;
}

h2:first-of-type {
	font-size: 24px;
}

.homeTwo, .homeThree, .homeFour {
	text-align: center;
}

.homeTwo {
	margin-top: 20px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.col-lg-6 {
	/*border: 2px solid red;*/
}

.first {
	height: 100px;
	background-color: #306805;
}

.second {
	background-color: white;
}

.third {
	margin-top: 20px;	
	height: 350px;
	background-color: #e74c3c;
}

.locationWrap {
	float: left;
	text-align: left;
	margin-top: -22px;
	margin-left: 20px;
}

.location {
	font-weight: bold;
	padding-top: 10px;
}

.fourth {
	background-color: rgba(0,0,0,.93);
	color: white;
	text-align: center;
	margin-bottom: -30px;
	margin-left: -1px;
	margin-right: -1px;
}

address {
	margin-top: 20px;
}

.container {
	margin-top: 50px;
}


img[src="gc.png"] {
	margin-left: 5%;
}

.menu {
	font-weight: bold;
	color: black;
	border: 2px solid red;
	width: 100%;
	box-shadow: 2px 2px 5px #000000;
}

.menuMobile {
	display: none;
}

th {
	text-align: center;
	height: 50px;
}

.menu th {
	padding: 5px;
	text-align: left;
    border-bottom: 1px solid red;
}

.menu th:first-of-type {
	font-size: 40px;
	color: red;
}

.menu td {
	padding: 5px;
	text-align: left;
    border-bottom: 1px solid red;
}

.borderNone td:last-of-type {
	border-bottom: none;
}

.open {
	float: right;
	margin-right: 20px;
}

.open td {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

.open:after {
	content: "";
	background-color: black;
	position: absolute;
	width: 1px;
	height: 250px;
	top: 64px;
	left: 100%;
	display: block;
}

.call {
	display: none;
}

.designer {
	color: white;
}

.designer:hover {
	color: red;
	text-decoration: none;
}

img[src="fchicken.png"] {
	float: right;
	margin-top: -210px;
}

@media (max-width: 1200px) {
	* {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 14px;
	}
	.menu {
		float: none;
		width: 100%;
	}
	.menu th {
		padding-top: 5px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.items {
		padding-bottom: 32px;
	}
	.menuMobile {
		display: none;
	}
	img[src="gc.png"] {
		margin-left: 5%;
	}
	.navbar-default .navbar-collapse .nav {
		margin-left: 39%;
		-webkit-margin-start: 38%;
		-moz-margin-start: 37%;
	}
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}
	.second {
		background-color: white;
	}
	.colMenu {
		border: 2px solid red;
		font-weight: bold;
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.colMenu h4 {
		font-weight: bold;
	}
	.colMenuTwo h4:first-of-type {
		font-size: 40px;
		color: red;
	}
	.menuCenter {
		text-align: center;
		border-top: 1px solid red;
	}

	.menuCenterTwo {
		text-align: center;
		border-bottom: 1px solid red;
		padding-top: 5px;
	}

	.wings {
		padding-left: 30px;
		text-align: center;
	}

	.wings h4 {
		text-align: center;
	}

	.sideOrders {
		text-align: center;
		padding-right: 30px;
	}

	.sideOrders h4 {
		text-align: center;
	}
	img[src="fchicken.png"] {
		float: right;
		margin-top: -180px;
		width: 220px;
		height: 150px;
	}
	.itemTwo {
		margin-left: -8%;
	}
}

@media (max-width: 1024px) {
	* {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 13px;
	}
	.colMenu {
		border: 2px solid red;
		font-weight: bold;
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.colMenu h4 {
		font-weight: bold;
	}
	.colMenuTwo h4:first-of-type {
		font-size: 40px;
		color: red;
	}
	.menuCenter {
		text-align: center;
		border-top: 1px solid red;
	}

	.menuCenterTwo {
		text-align: center;
		border-bottom: 1px solid red;
		padding-top: 5px;
	}

	.wings {
		padding-left: 30px;
		text-align: center;
	}

	.wings h4 {
		text-align: center;
	}

	.sideOrders {
		text-align: center;
		padding-right: 30px;
	}

	.sideOrders h4 {
		text-align: center;
	}
}

@media (max-width: 992px) {
	* {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 16px;
	}
	.menuMobile {
		float: none;
		display: table;
		padding: 0;
		font-weight: bold;
		color: black;
		border: 2px solid red;
		width: 100%;
	}
	.homepage {
		float: none;
		width: 100%;
	}
	.special {
		float: none;
		width: 100%;
	}
	.itemTwo {
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-left: -3%;
	}
	.itemThree {
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.itemFour {
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.th {
		display: none;
	}
	.pizza {	
		border-bottom: 1px solid red;
		padding: 5px;	
	}
	.main {
		font-size: 40px;
		color: red;
		text-align: center;
	}
	.menuMobile td {
		border-bottom: 1px solid red;
		display: block;
		text-align: center;
		padding: 5px;
	}
	.menu {
		display: none;
	}
	head {
		float: none;
	}
	img[src="gc.png"] {
		margin-left: 5%;
	}
	.navbar-default .navbar-collapse .nav {
		margin-left: 20%;
		-webkit-margin-start: 18%;
		-moz-margin-start: 17%;		
	}
	.open {
		float: none;
		margin: 0 auto;
	}
	.open:after {
		display: none;
	}
	.locationWrap {
		float: none;
		text-align: center;
		margin: 0 0 25px 0;
	}
	.location {
		text-align: center;
	}
	.third {
		height: auto;
	}
	.One {
		width: 100%;
		text-align: center;
		margin: 20px 0 15px 0;
	}
	.Two {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.fourth footer address {
		font-size: 13px;
	}
	.designer {
		font-size: 13px;
	}
	.floatRight {
		float: none;
	}
	.floatLeft {
		float: none;
	}
	.colMenu {
		text-align: center;
		margin-top: 15px;
	}
	.borderNone td:last-of-type {
		border-bottom: none;
	}
	.sideOrders {
		text-align: center;
		padding: 0;
	}
	.sideOrders h4 {
		padding: 0;
	}
	.wings {
		text-align: center;
		padding: 0;
	}
	.wings h4 {
		padding: 0;
	}
	img[src="fchicken.png"] {
		display: none;
	}
}

@media (max-width: 767px) {
	.menuMobile {
		float: none;
		display: table;
		padding: 0;
		font-weight: bold;
		color: black;
		border: 2px solid red;
		width: 100%;
		box-shadow: 2px 2px 5px #000000;
	}
	.th {
		display: none;
	}
	.pizza {	
		border-bottom: 1px solid red;
		padding: 5px;
	}
	.main {
		font-size: 40px;
		color: red;
		text-align: center;
	}
	.menuMobile td {
		border-bottom: 1px solid red;
		display: block;
		text-align: center;
		padding: 5px;
	}
	.menu {
		display: none;
	}
	.head {
		float: none;
	}
	img[src="gc.png"] {
		margin-left: 2%;
		margin-bottom: 25px;
		width: 170px;
		height: 100px;
		float: none;
	}
	.navbar-default .navbar-collapse .nav {
		text-align: center;
		margin-top: 0px;
		margin-left: 0;
		-webkit-margin-start: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 30px;
	}
	.open {
		float: none;
		margin: 0 auto;
	}
	.open:after {
		display: none;
	}
	.locationWrap {
		float: none;
		text-align: center;
		margin: 0 0 25px 0;
	}
	.location {
		text-align: center;
	}
	.third {
		height: auto;
	}
	.One {
		width: 100%;
		text-align: center;
		margin: 20px 0 15px 0;
	}
	.Two {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.fourth footer address {
		font-size: 13px;
	}
	.floatRight {
		float: none;
	}
	.floatLeft {
		float: none;
	}
	.colMenu {
		text-align: center;
		margin-top: 15px;
	}
	.borderNone td:last-of-type {
		border-bottom: none;
	}
	.sideOrders {
		text-align: center;
		padding: 0;
	}
	.sideOrders h4 {
		padding: 0;
	}
	.wings {
		text-align: center;
		padding: 0;
	}
	.wings h4 {
		padding: 0;
	}
	h1 {
		width: 250px;
	}
	.call {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	strong {
		color: black;
		padding-left: 5px;
	}
	.call a {
		text-decoration: none;
	}
	.itemTwo {
		margin: 0;
	}
}



			