img {
  height: 150px;
  border: 20px solid white;
  position: relative;
  top: 30px;
  padding: 20px;
}

body {
  background-color: #14243D;
}

header h1 {
  background-color: #14243D;
  border-top: 2px;
  border-bottom: 2px;
  width: 100%;
  color: white;
  margin:0;
  padding:20px;
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

nav {
  background-color: #567AA3;
  border-top: 2px;
  border-bottom: 2px;
  width: 100%
}

nav ul {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 700px;
  margin: auto;
}

nav ul li {
  display: block;
  float: left;
  padding-right: 70px
}

section {
  clear: both;
  background-color:white;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

footer {
  clear:both;
  background-color: #14243D;
  position:relative;
  bottom:0px;
  width: 100%;
  color: white;
  padding:20px;
}

p {
  color: #56A371;
}

h2 {
  color:#56A371;
  font-size: 35px;
  position: relative;
  bottom: 270px;
}

a:visited {
  color: white;
}