nav {
    background: rgb(65, 57, 61);
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 15px; 
    position: fixed;
    width: 100vw;
	border-bottom: solid;
	border-bottom-width: thick;
	border-bottom-color: rgb(0, 0, 0);
}

nav .logo {
    font-size: 18pt;
    padding: 5px;
}

nav .links {
    font-size: 18pt;
    display: flex;
    width: 50%;
    justify-content: space-around;
    margin-left: 44%;
	margin-right: 30%;
    list-style: none;
    margin-bottom: 0;
	margin-top: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Athelas";
    color: rgb(138, 140, 143);
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    background-image: url("../img/wood.jpg");
	height: 100vh;
	position: relative;
}
.layer {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.container {
    margin-left: 450px;
    margin-right: 50px;
    padding-top: 160px;
	text-align: right;
}
.logo-img {
    width: 200px;
}
a:link {
    text-decoration: none;
    color: rgb(138, 140, 143);
    font-weight: bold;
}
a:visited {
    text-decoration: none;
    color: rgb(138, 140, 143);
    font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: rgb(213, 162, 141);
    font-weight: bold;
}
.left-main {
    position: fixed;
    width: 400px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    
}
.img-main {
    height: 100%;
    left: -400px;
    position: absolute;
}
.img-table {
    height: 100%;
    left: -400px;
	bottom: -60px;
    position: absolute;
}
.img-rangoons {
    height: 100%;
    left: -200px;
	bottom: -80px;
    position: absolute;
}
.menu {
	text-align: center;
	margin-top: 100px;
	font-size: 18pt;
}
footer {
	position: fixed;
	text-align: center;
	background: rgb(65, 57, 61);
	width: 100vw;
	bottom: 0;
	border-top: solid;
	border-top-width: thick;
	border-top-color: rgb(0, 0, 0);
}
.contact {
	text-align: center;
}
.img-facebook {
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.img-twitter {
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.img-instagram {
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.order {
	text-align: center;
	background-color: rgb(190, 30, 45);
	padding: 10px;
	width: 100px;
	color: rgb(255,255,255);
}
.reservations {
	text-align: center;
	background-color: rgb(190, 30, 45);
	padding: 10px;
	width: 200px;
	color: rgb(255, 255, 255);
}
.ordering {
	font-size: 16pt;
    display: flex;
    width: 50%;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 10px;
	margin-top: 0;
	margin-left: 20%;
}