/* 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: ;
  font-family: Helvetica;
  padding: 20px 15px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "futura", serif;
  font-size: 32px;
}

h2 { 

  font-family: "futura",serif;
}




section {
  background-color: lightseagreen;
    width:100%;
    max-width:810px;
  margin: 0 auto;
  
}

#wrapper {
  width:100%;
  max-width:800px;
  margin: 0 auto;
  
  
  
}