body {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #84312f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #84312f;
}
#header {
  padding: 20px 0 10px 0;
}
button,
.button {
  background-color: #cea052;
  color: #84312f;
}
button:hover,
.button:hover {
  background-color: #84312f;
  color: #cea052;
}
#hero {
  display: inline-block;
  margin: 20px 0 0;
}
.contact {
  text-align: right;
}
.bio h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
.bio p {
  font-size: 12px;
  text-align: center;
}
