/* Hacks and Mixins */
/* Variables */
/* Styles */
html {
  font-family: "helvetica-neue", helvetica, arial, sans-serif;
  font-size: 21px;
  line-height: 2em;
  color: #fff;
  background: #211D1B;
}
@media only screen and (max-width : 700px) {
  html {
    font-size: 18px;
  }
}
#intro img {
  display: block;
}

#eulogy {
  border-top: 8px solid #603C26;
}

.wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}
.wrap h1 {
  font-size: 32px;
  font-weight: 600;
}
.wrap h2 {
  margin-bottom: 1.5em;
  font-weight: 400;
  color: #C19A76;
}
.wrap p {
  font-weight: 300;
  color: #DFD2B4;
  margin-bottom: 1.5em;
}
.wrap p a {
  color: #FFA151;
  text-decoration: underline;
}

/*# sourceMappingURL=stylesheet-eulogy.css.map */
