
html{
	background-color:black;
	background-position: left top;
	font-size: 0.857rem;
}
ul {
  list-style-type: none;
  margin: 2;
  padding: 2;
  overflow: hidden;
  background-color: #black;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

li a:hover {
  background-color: #ed5157;
}

body{
	width: 1068px;
	margin: 20px auto;
	background-color: black;
	background position: center top;
	background-repeat: no-repeat;
	border: 10px solid #ed5157;
	font-family: futura, sans-serif;
	color: white;
	}

header{
	padding: 0 50px 0 50px;
}

h1{
	font-size: 3rem;
	color: #white;
	text-transform: lowercase;
}
section{
	padding: 140px 80px 40px 80px;
	width: 900px;
	margin: 0,0,50px,0;
}
img{
border-radius: 25px;
border: 2px solid white;
}
figure{
	float: right;
	width: 30%;
	text-align: left;
	border: 5px;
	margin: 0.5em;
	padding: 0.5em;
	clear: both;
	margin-right: 15px;
	margin-bottom: 30px;
}
.class content-image{
	margin-left: 30px;
	float: right;
	width: 300px;
	clear: both;
	border: 10px;


}
.content-image img{
	border: 5px solid #ed5157;
	border-radius: 10px;
}

footer{
	background-color: black;
	font-size: 0.8em;
	color: white;
	margin: 80px,0,0,0;
	border-top: 6px solid #ed5157;
	padding: 60px 80px 20px;
	clear: both;

}






























