/* 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: #edbdbd;
  font-family: "Italic", sans-serif;
  font-size: 18px;
  color: #872121;
  margin: 0;
}

header{
  background-image:url(istock-182499238.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  width: 100vw;
}

.gfx{ width: 100%; }

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 2px;
}

h2{
  font-family: "Merriweather", serif;
  font-size: 32px;
  text-align: right; 
}


p {   
  font-family: verdana, arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 100px;
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left:  auto;
  
}
#intro{ margin-top: 50px; }

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