/* 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: #841A18;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #FFFFFF;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 34px;
}

h2 {
  font-family: "Merriweather", serif;
  font-size: 24px;
}

h3 {
  font-family: "Merriweather", serif;
  font-size: 24px;
}

h4 {
  font-family: "Merriweather", serif;
  font-size: 22px;
}

p {
  font-family: "Merriweather", serif;
  font-size: 18px;
}

.responsive {
    width: 100%;
    max-width: 700px;
    height: auto;
}
