@charset "UTF-8";
body {background-color:black;
}

#logo {
    background-image: url(town_logo1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 200px;
    position: absolute;
    margin: 0 auto;
    left: 50px;
    top: 25px;
    text-align: center;
}

#hours {
    width: 300px;
    position: absolute;
    margin: 0 auto;
    left: 975px;
    top: 25px;
    text-align: right;
    color: white;
    font-family: arial, sans-serif;
    font-size: 14px;
}
#phone {
	width: 300px;
    position: absolute;
    margin: 0 auto;
    left: 975px;
    top: 75px;
    text-align: right;
    color: #be1e2d;
    font-family: arial, sans-serif;
    font-size: 24px;
}

#navbar {
    background-color: #8a8c8f;
    width: 1275px;
    height: 60px;
    position: absolute;
    margin: 0 auto;
	top: 150px;
    color: white;
    font-family: "arial", sans-serif;
    font-size: 18px;
    }

ul#navmenu {
    margin: auto;
    font-family: "arial", sans-serif;
}

ul#navmenu li {
    display: inline-block;
    margin: auto;
    padding-top: 20px;
    padding-left: 57px;
    padding-right: 30px;
}

ul#navmenu li a {
    text-decoration: none;
    color: white;
}

ul#navmenu li a:hover {
    color: #be1e2d;
}

body {
    font-size:100%
}    
h1 {
    font-size: 2.53em;
    font-family: serif;
}    
p {
    color: #8a8c8f;
    font-family: arial, sans-serif;
    margin-left: 30px;
}
#img1 {
    position: absolute;
        margin: 0 auto;
    left: 50px;
    top: 250px;
    
}
#img2 {
    position: absolute;
    margin: 0 auto;
    left: 360px;
    top: 250px;
}
#img3 {
    position: absolute;
    margin: 0 auto;
    left: 670px;
    top: 250px;
}
#img4 {
    position: absolute;
    margin: 0 auto;
    left: 980px;
    top: 250px;
}
#bodytext {
    width: 645px;
    position: absolute;
    margin: 0 auto;
    left: 50px;
    top: 500px;
    text-align: left;
    color: #8a8c8f;
    font-family: 'arial';
    font-size: 15.8px;
}
#foodmenu {
    background-image: url(town_foodmenu.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 416px;
    height: 550px;
    position: absolute;
    margin: auto;
    left: 50px;
    top: 300px;
    text-align: center;
}
#drinksmenu {
    background-image: url(town_drinks.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 416px;
    height: 550px;
    position: absolute;
    margin: auto;
    left: 496px;
    top: 300px;
    text-align: center;
}
#footer {
    background-color: #8a8c8f;
    width: 1275px;
    height: 120px;
   	position: absolute;
	margin: 0 auto;
    top: 900px;
}
#footerlogo {
	background-image: url(town_logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 100px;
    position: absolute;
    margin: 0 auto;
    left: 50px;
    top: 940px;
    text-align: center;
}
#footerfb {
	background-image: url(facebook1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37.5px;
    height: 25px;
    position: absolute;
    margin: 0 auto;
    left: 1125px;
    top: 940px;
    text-align: center;
}
#footerinsta {
	background-image: url(instagram1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37.5px;
    height: 25px;
    position: absolute;
    margin: 0 auto;
    left: 1175px;
    top: 940px;
    text-align: center;
}
#footertwitter {
	background-image: url(twitter1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37.5px;
    height: 25px;
    position: absolute;
    margin: 0 auto;
    left: 1225px;
    top: 940px;
    text-align: center;
	
}
#chefbio {
	width: 400px;
    position: absolute;
    margin: 0 auto;
    left: 325px;
    top: 250px;
    text-align: left;
    color: #8a8c8f;
    font-family: 'arial';
    font-size: 15.8px;
}
#chefpic {
	background-image: url(chefpic1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px;
	height: 405px;
	position: absolute;
	margin: 0 auto;
	left: 50px;
	top: 250px;
}