#wrapper{
 width:960px;
 margin : 0px auto;
 position: relative;
 }
 
 header {
	width: 960px;
	height: 150px;
	position: relative;
	margin: 15px auto;
	background-color: #1b2481;
	}
	
nav {
	width: 960px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 232px;
	margin-top: 15px  ;
	background-color: #edf817;
	}
	
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #b71c1c;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #840705;
}

section {  
	width: 960px;
	height: 600px;
	position: absolute;
	top: 215px;
	left: 232px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #a8c6fa;
	font-family: 'Montserrat', sans-serif;
	}
	
h1{
	font-family: 'Russo One', sans-serif;
	font-size: 40px;
	}
	
footer {
	width: 960px;
	height: 100px;
	position: absolute;
	top: 820px;
	left: 232px;
	background-color: #3d94f6;
	}
	
	