div
.logo {
height: 200px;
width: 100%;
background-color: #5e1211
}
.catering {
	position: relative;
	height: 500px;
	margin: 40px 0px 0px 0px;
	padding: 10px;
	max-width: 600px;
	background: url(../Images/4560596148_c8c25a2ff5_b.jpg);
	background-size: cover;
	border-radius: 12px;
}
.special {
	position: relative;
	height: 500px;
	margin: 40px 0px 0px 0px;
	padding: 10px;
	max-width: 600px;
	background: url(../Images/202734887_a3a630dea7_o.jpg);
	background-size: cover;
	border-radius: 12px;
	}
.footer {
	position:absolute;
	margin: 0;
	width: 100%;
	background-color: #5e1211
}
body {
	background-color: #d7c5b7;
}
h1 {
color: #CF1C44; 
margin-left: 20px;
text-align: center;
font-family: Goudy Old Style;
font-style: oblique;
font-size: 50px
}
h5 {
	color: #d8c6b8;
	text-align: right;
	margin-right: 20px;
}
p {
color: #d8c6b8;
background-color:black;
  background: linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
margin: 0;
position: absolute;
bottom: 0;
padding: 10px;
text-align: justify;
line-height: 28px;
font-family: Goudy Old Style;
font-style: normal;
font-size: 15px;

}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
	float: left;
}

li a {
    display: inline;
    color: white;
    padding: 0px 150px 0px 100px;
    text-decoration: none;
}
a:link {
	color: #0B9446 }
a:visited {
    color: red }
a:hover {
    color: blue }
a:active {
    color: yellow }