body{
  font-family: 'Volkhov', serif;
  font-weight:400;
  font-size:20px;
}
a {
    color: #553119;
}
a:hover {
    color: #553119;
    text-decoration: underline;
}
.h1, h1 {
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFB819;
  margin-bottom: 40px;
}
.h2, h2 {
  font-size: 3.5rem;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  color: #FFB819;
  text-transform: uppercase;
  margin: 0;
  padding: 0 !important;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
.h3, h3 {
  font-size: 2rem;
  font-family: 'Volkhov', serif;
  font-weight: 400;
  line-height: 1.4em;
  padding: 0 12.5%;
}

.h4, h4 {
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFB819;
  text-transform: uppercase;
}