/* 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: 10px 25px 5px 25px;
  font-size: 1.1em;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Courier New," "Merriweather", serif;
  font-size: 32px;
}


.content{ margin-bottom: 20px; }

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

.gfx{
  width:100%;
  
}

#principles{
  text-align: center;
  background-color: #000000;
  color: white;
}