/* CSS Document */
.container {
	margin: auto;
	width: auto;
}
body {
	background-color: #8a8c8f;
	height: 100%;
	background-image: url("paper2.jpg");
	border-style: solid;
	border-color: #8a8c8f;
	border-width: 8px;
}
* {
	box-sizing: border-box;
}
.footer {
	vertical-align: bottom;
	display: inline-block;
	width: 100%;
	margin-left: 0;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	float: right;
}
#logo {
	width: 200px;
	height: auto;
	float: left;
	padding: 5px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #8a8c8f;
	vertical-align: top
}
li {
	float: left;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: Athelas;
	font-size: 20px;
}
a:hover:not(.active) {
	background-color: #be1e2d;
}
.active {
	background-color: rgb(190,30,45);
}
.column {
	width: 40%;
	margin-right: 2%;
	float: left;
	min-height: 600px;
	padding: 20px;
	position: absolute;
}
.content {
	width: 57%;
	float: right;
	top: 0px;
	right: 0px;
}
.main {
	margin-top: 20px;
	width: 95%;
	display: inline-block;
}
.menu {
	border-width: thick;
	border-color: black;
	border-style: ridge;
	font-size: 20px
}
@font-face {
	font-family: Athelas;
	src: url(font1.ttf);
}
div body {
	font-family: Athelas;
}
@font-face {
	font-family: ScriptBL;
	src: url(scriptbl.ttf);
}
div h2 {
	font-family: ScriptBL;
	border: 5px double #8a8c8f;
	padding: 10px;
	width: 200px;
	font-size: 25px;
	margin: auto;
}
.text {
	font-family: Athelas;
	text-align: center;
}
body, html {
	height: 100%;
}
/* The hero image used for food menu*/
.hero-image {
	/* The image used */
	background-image: url("menuphoto.jpg");
	/* Set a specific height */
	height: 50%;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
/* Place text in the middle of the image */
.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.hero-text button {
	border: none;
	border-radius: 10px;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}
.hero-text button:hover {
	background-color: #555;
	color: white;
	border-radius: 10px;
}
div h1 {
	font-family: ScriptBL;
}
.background {
	/* The image used */
	background-image: url("restaurant2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.p {
	font-size: 18px;
	font-family: Athelas;
}
.lanterns {;
	width: 200px;
	padding-left: 450px;
	padding-top: 20px;
	float: left;
}
.characters {
	display: block;
	width: 200px;
	padding-left: 450px;
	padding-top: 20px;
	float: left;
}
.restaurant {
	width: 200px;
	padding-left: 450px;
	padding-top: 20px;
	float: left;
}
.symbol {
	position: fixed;
	bottom: 0;
	left: 0;
}
