body {
/*    background-color: #ef4e22;*/
	background-color: black;
	/*I enlarged the font to make it easier to read on the website.  I also changed the font to creat a more modern feel.
	*/
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: maroon;
    margin-left: 40px;
}
/* I create this background color to match the color scheme of the client.
*/

.logo-area {
    background-color: #41393d;
}
.nav-menu {
    background-color: #d4a18d;
}
.nav-menu-item {
	list-style-type: none;
	background: white;
	display: inline-block;
}
a {
	color: black;
	text-decoration: none;
}
.text-area {
    background-color: #d4a18d;
}
/* I added royalty pictures of chinese food to create images 
*/
.food-img {
	display: inline;
  	max-width:400px;
	max-height:400px;
  	width: auto;
  	height: auto
	
}


/* I created this footer to go at the bottome of the webpage.
*/

.footer {
    background-color: #41393d;
    color: #fff;
}