body {
	font-family: Georgia, Serif;
	padding: 0px;
	margin: 0px;
	color: #FCEBB6;
	background: url("gallery/wood-background.jpg");
}

ul {
	list-style: none;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	padding: 0px;
}
ul li{
	background-color: #FCEBB6;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin-left: 5px;
}

 i {
	font-size: 0.8em;
 }
 
a {
	font-size: 1.5em;
	color: #FCEBB6;
	text-decoration: none;
	padding: 20px;
}

a:hover {
	background: radial-gradient(ellipse closest-side, rgba(240,120,24, 1), rgba(113, 125, 140, 0));
}

h2 {
	font-size: 1.4em;
	margin: 5px 0px 0px 0px;
}

span {
	width: 120px;
	text-align: right;
	float: right;
}

img {
	width: 10px;
	height: 20px;
	vertical-align: middle;
}

.outerContainer {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding-top: 10px;
	background: rgba(21,16,1, 0.4);
}

.contentContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 900px;
	height: 900px;
	margin: auto;
}

.header {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	width: 900px;
	height: 150px;
	padding: 0px;
}

.logo {
	align:self: flex-start;
	width: 20%;
	height: 100%;
	background: url("images/logo.png") no-repeat center;
	background-size: 120px auto;
}

.name {
	width: 20%;
	height: 100%;
	font-size: 2.1em;
	padding-top: 22px;
}

.navigation {
	width: 60%;
	height: 100%;
}

/* The hours and vacation divs are meant to replace each other.
 * Put "display: none;" in each to hide it from the page when required. */
.hours {
	width: 100%;
	height: 50%;
	text-align: right;
	line-height: 1.1em;
	font-size: 1.1em;
	/*display: none;*/
}

.vacation {
	width: 100%;
	height: 50%;
	text-align: right;
	font-size: 1.9em;
	color: red;
	display: none;
}

.navLinks {
	width: 100%;
	height: 50%;
	text-align: right;
	padding-top: 30px;
}

.main {
	position: relative;
	width: 900px;
	height: 600px;
}

.image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

.description {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 1.3em;
	color: #151001;
}

.imageNavigation {
	width: 900px;
	height: 30px;
}

.footer {
	position: relative;
	width: 900px;
	height: 120px;
	text-align: center;
	font-size: 1.2em;
	padding-top: 5px;
	background: url("images/interac_visa_mc_logo.png") no-repeat top right;
}

.menuContainer {
	display: flex;
	flex-flow: column wrap;
	width: 900px;
	height: 580px;
	color: #151001;
	background: #FCEBB6;
}

.menuCategories {
	width: 300px;
	height: 550px;
	background: #FCEBB6 url("images/divider2.png") no-repeat top right;
	background-size: 20px 550px;
}

.menuDisclaimer {
	width: 100%;
	height: 50px;
	font-size: 1em;
	line-height: 22px;
	padding: 0px 10px;
	color: #151001;
	background: #FCEBB6;
}

.menuCategoryTitle {
	font-size: 30px;
	line-height: 50px;
	width: 265px;
	height: 50px;
	margin: 0px 10px 10px 10px;
	text-align: center;
	border-bottom: 4px dotted #151001;
}

.menuCategory {
	font-size: 1.2em;
	line-height: 1.3em;
	width: 265px;
	cursor: pointer;
	margin: 0px 10px;
}

.menuCategory:hover {
	background: #F0A830;
}

.menuSlide {
	width: 600px;
	height: 550px;
	font-size: 1.2em;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 300px auto;
}

.menuPageTitle {
	font-size: 30px;
	line-height: 50px;
	width: 580px;
	height: 50px;
	text-align: center;
}

.menuPageBody {
	width: 580px;
	height: 470px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.menuDesc {
	width: 460px;
	padding: 0px 120px 5px 10px;
	font-size: 0.8em;
	font-style: italic;
}

.takeout {
	padding: 150px 20px 0px 0px;
}