body { 
	font-family: meriwhether, "times new roman", serif; 
	margin:5%;
	background-color: #d1d1d1;

}
img{
	width: 100%;
}
div { 
	background-image: url(forest.png);
	background-size: cover;
	background-position: center center;
}

 nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  font-family: "futura pt", sans-serif;
}

li {
  float: left;
}

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

li a:hover:not(.active) {
  background-color: #951519;
}

.active {
  background-color: #d1d1d1;
}

h1 {
	font-family: "futura pt", sans-serif;
}
.right {
	margin-right: 5%;
	position: absolute;
	right: 0px;
}
.left{
	margin-left: 5%;
	position: absolute;
	left: 0px;

}
