body,
.pure-g [class*=pure-u] {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.pure-g {
  margin: 0 auto;
  width: 80%;
}

.main-grid {
  margin-top: 150px;
}

h1 {
  font-family: 'Vollkorn', serif;
  font-size: 6em;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: .9em;
}

h1, h2, h4, h5 {
  text-transform: uppercase;
}

p {
  line-height: 1.8em;
}

.pure-g.gutters > [class *=pure-u]{
  box-sizing: border-box;
  padding: 0em 0.5em;
}

.portrait {
  margin-top: 20px;
  width: 100%;
}

.contact-button {
  background-color: cornflowerblue;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
}

.period {
  font-style: italic;
  font-weight: normal;
}

.hide {
  display: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
  .main-grid {
    margin-top: 0;
  }
}
