*{
	margin: 0;
	padding: 0;
}

body{
	background-image:url("CookandLogo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

}

header{
	background-color: rgba(190,30,45,0.82);
	font-family: "Athelas Rg";
	color: #8A8C8F;
	height: 50px;
}
nav{
	width: 100%;
	height: 150px;
	background-color:rgba(65,57,61,0.89) 
	
}
ul{
	padding-left: 700px;
	
	
}
	/*This is the text alignment*/
ul li {
	list-style: none;
	display: inline;
	line-height: 100px;
	
}

/*This is the text style*/
ul li a{
	text-decoration: none;
	color: #BE1E2D;
	font-size: 30px;
	font-family: "Majesti Banner Bold";
	padding: 0 20px;
	text-transform: uppercase;
	text-align: center;
}