/*
GLOBAL STYLESHEET
This stylesheet is common to all features (although each has a separate copy -- fixing that would be great)
you shouldn't have to change anything, but if you need to feel free but be careful
*/

html {
  line-height: 1;
}


body {
  font-family: serif !important;
  background: #fff;
}

.header {
  position: fixed;
  background: black;
  z-index: 5;
  top: 0;
  width: 100%;
}

.header img {
  display: block;
  margin: 0.2em auto;
  width: 30%;
}

@media (max-width: 600px) {
  .header img {
    width: 60%;
  }
}

.header a {
  color: white;
}

.innerwrap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 1.4em;
  line-height: 1.6;
}
.innerwrap p {
  margin-bottom: 2em;
  font-size: 18px;
}

i {
  font-style: italic;
}
