/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #444;
}
header{
  background:#00795f;
  width: 100%;
  padding:40px 0;
color:white;
  text-align:center;
}
nav ul{
  background-color:#43a286;
  overflow: hidden;
  color:white;
  padding: 0;
  text-align:center;
}
nav ul li{
  display: inline-block;
  padding: 20px;
}
section{
  line-height:1.5em;
  font-size:0.9em;
  padding:40px;
  width:75%;
  margin:0 auto;
}
@media screen and (max-width: 580px){
  nav ul li{
    box-sizing:border-box;
    width:100%;
    padding: 15px;
  }
}
h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
