main {
	font-family: 'Open Sans', sans-serif;
	color: #303030;
	line-height: 1.3em;
	font-size: 13pt;
	font-weight: 400;
}

.header {
	display: flex;
	align-items: center;
	z-index: 100;
	position: fixed;
	background-color: white;
	background-image: url("../assets/griddle-1.jpg");
	background-size: cover;
	width: 100%;
	top: 0;
}

.header .cta {
	text-align: center;
	flex: 1 1 90%;
	padding: 1.5em;
	color: white;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: 'Source Serif Pro', serif;
}

.header .cta a {
	color: #F48020;
}

.header .cta a:hover {
	text-decoration: none;
}

.header .navigation {
	flex: 0 0 auto;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
}

.header .navigation .about {
	background-color: #F48020;
}

.header .navigation .menu {
	background-color: #D15421;
}

.header .navigation .specials {
	background-color: #fdd913;
}

.header .navigation a {
	color: #161616;
	font-size: 0.9em;
	padding: 0.65em 2em;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

.header .navigation .about:hover {
	background-color: #A61F23;
	color: white;
}

.header .navigation .specials:hover {
	background-color: #A61F23;
	color: white;
}

.header .navigation .menu:hover {
	background-color: #A61F23;
	color: white;
}

.logo-overlay {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.logo-overlay img {
	width: 500px !important;
	height: auto !important;
}

.photo-wall {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
	overflow-x: hidden;
	margin-top: 7em;
	width: 100%;
	line-height: 0.5em;
}

.photo-wall .photo {
	width: 25%;
	border: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo-wall .photo img {
	width: 100%;
	height: auto;
}

.menu-container {
	margin-top: 7em;
	margin-bottom: 4em;
}

.about-page {
	margin-top: 10em;
	text-align: center;
	font-family: 'Source Serif Pro', serif;
	margin-bottom: 8em;
}

.about-page .logo-image {
	margin: 1em;
}

.about-page p {
	margin: 0.7em 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.about-page .about-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
}

.about-page .button {
	background-color: #D15421;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 25px;
	border: 2px solid #D15421;
	margin-top: 1em;
	color: white;
	font-family: 'Open Sans', sans-serif;
}

.about-page .button:hover {
	background-color: white;
	border: 2px solid #D15421;
	color: #D15421;
}

.about-page .button:hover {
	background-color: white;
	border: 2px solid #D15421;
	color: #D15421;
}

.footer {
	display: flex;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 1em;
	text-align: center;
	color: white;
	color: rgba(255, 255, 255, 0.8);
	justify-content: center;
	background-image: url("../assets/griddle-1.jpg");
}

.footer a {
	color: #F48020;
}

.footer a:hover {
	color: #D15421;
	text-decoration: none;
}

#canvas_container {
	background: #333;
	text-align: center;
	border: solid 3px;
}

iframe {
	display: block;
	height: 100vh;
	width: 100vw;
}

@media screen and (max-width: 1085px) {
	.header .cta {
		text-align: center;
		flex: 1 1 90%;
		padding: 1.5em;
		color: white;
		color: rgba(255, 255, 255, 0.8);
		font-size: 1.2em;
		line-height: 1.3em;
		font-family: 'Source Serif Pro', serif;
	}
	
	.header .cta a {
		color: #F48020;
	}
	
	.header .cta a:hover {
		text-decoration: none;
	}
	
	.header .navigation {
		flex: 0 0 auto;
		align-items: center;
	}
	
	.photo-wall {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		margin: 0 auto;
		overflow-x: hidden;
		margin-top: 7.3em;
		width: 100%;
		line-height: 0.5em;
	}
	
	.photo-wall .photo {
		width: 25%;
		border: 1px solid white;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.photo-wall .photo img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1020px) {
	.header .navigation a {
		padding: 0.9em 2em;
	}
	
	.photo-wall {
		margin-top: 8.8em;
	}
}

@media screen and (max-width: 1009px) {
	.header {
		display: block;
		align-items: center;
		z-index: 100;
		position: fixed;
		background-color: white;
		background-image: url("../assets/griddle-1.jpg");
		background-size: cover;
		width: 100%;
		top: 0;
	}
	
	.header .cta {
		flex: 1 1 90%;
		padding: 1.5em;
		font-size: 1.3em;
		line-height: 1.3em;
	}
	
	.header .navigation {
		flex: 0 0 auto;
		align-items: stretch;
		display: flex;
	}
	
	.header .navigation .about {
		flex: 1 1 33%;
	}
	
	.header .navigation .specials {
		flex: 1 1 33%;
	}
	
	.header .navigation .menu {
		flex: 1 1 33%;
	}
	
	.header .navigation a {
		color: #161616;
		padding: 0.7em;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1px;
		font-weight: 600;
		text-align: center;
	}
	
	.photo-wall {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		margin: 0 auto;
		overflow-x: hidden;
		margin-top: 9.7em;
		width: 100%;
		line-height: 0.5em;
	}
	
	.about-page {
		margin-top: 12em;
	}
	
	.menu-container {
		margin-top: 9em;
	}
}

@media screen and (max-width: 950px) {
	.photo-wall {
		margin-top: 8.9em;
	}
	
	.photo-wall .photo {
		width: 33.33%;
	}
	
	.header .cta {
		text-align: center;
		flex: 1 1 90%;
		padding: 1em;
		font-size: 1.1em;
		line-height: 1.3em;
	}
	
	.menu-container {
		margin-top: 7em;
	}
}

@media screen and (max-width: 850px) {
	.photo-wall {
		margin-top: 8.9em;
	}
	
	.photo-wall .photo {
		width: 33.33%;
	}
	
	.header .cta {
		text-align: center;
		flex: 1 1 90%;
		padding: 1em 1em;
		font-size: 1.1em;
		line-height: 1.3em;
	}
	
	.header .cta p {
		margin: 0.5em;
	}
	
	.menu-container {
		margin-top: 8em;
	}
}

@media screen and (max-width: 811px) {
	.photo-wall {
		margin-top: 10.8em;
	}
	
	.photo-wall .photo {
		width: 33.33%;
	}
	
	.about-page {
		margin-top: 14em;
	}
	
	.menu-container {
		margin-top: 9em;
		margin-bottom: 4em;
	}
}

@media screen and (max-width: 785px) {
	.photo-wall {
		margin-top: 12em;
	}
	
	.photo-wall .photo {
		width: 50%;
	}
	
	.logo-overlay {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
	}
	
	.logo-overlay img {
		width: 400px !important;
		height: auto !important;
	}
	
	.about-page {
		margin-top: 14em;
	}
	
	.about-page .logo-image {
		margin: 1em auto;
	}
	
	.about-page .logo-image img {
		width: 60%;
		height: auto;
	}
	
	.menu-container {
		margin-top: 11em;
	}
}

@media screen and (max-width: 515px) {
	main {
		font-size: 11pt;
	}
	
	.photo-wall {
		margin-top: 17em;
	}
	
	.photo-wall .photo {
		width: 50%;
	}
	
	.logo-overlay {
		position: fixed;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
	}
	
	.logo-overlay img {
		width: 100% !important;
		height: auto !important;
	}
	
	.header .navigation {
		flex: 0 0 auto;
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}
	
	.header .navigation a {
		color: #161616;
		padding: 0.7em;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1px;
		font-weight: 600;
		text-align: center;
	}
	
	.header .cta {
		text-align: center;
		flex: 1 1 90%;
		padding: 1em;
		font-size: 1.1em;
		line-height: 1.25em;
	}
	
	.about-page {
		margin-top: 18em;
	}
	
	.about-page .logo-image {
		margin: 1em auto;
	}
	
	.about-page .logo-image img {
		width: 50%;
		height: auto;
	}
	
	.menu-container {
		margin-top: 15em;
	}
}

@media screen and (max-width: 405px) {
	.about-page {
		margin-top: 18.5em;
	}
	
	.about-page .logo-image {
		margin: 1em auto;
	}
	
	.about-page .logo-image img {
		width: 50%;
		height: auto;
	}
}

@page {
size: 8.5in 11in;
margin: .25in;
}

@media print {
	.header {
		display: none;
	}
	
	.footer {
		display: flex;
		z-index: 100;
		position: relative;
		bottom: 0px;
		width: 100%;
		padding: 1em;
		text-align: center;
		color: white;
		color: rgba(255, 255, 255, 0.8);
		justify-content: center;
		background-image: url("../assets/griddle-1.jpg");
	}
	
	.footer a {
		color: #F48020;
	}
	
	.footer a:hover {
		color: #D15421;
		text-decoration: none;
	}
	
	.menu-container {
		margin-top: 0em;
	}
}
