/*******************************************************************************
 * hero.layout.scss
 *
 * Styles for the Hero layout.
 ******************************************************************************/
h1, h2, h3, h4, h5, p {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, p a {
  text-decoration: none;
}

h1 {
  font-size: 35px;
  line-height: 35px;
  color: #b52b21;
  margin-bottom: 14px;
  font-weight: 400;
}
h1 a {
  color: #b52b21;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

h2 {
  font-size: 24px;
  line-height: 24px;
  color: #fe0000;
  margin-bottom: 10px;
  font-weight: 400;
}
h2 a {
  color: #fe0000;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 21px;
    line-height: 21px;
  }
}

p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

.field__items {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .field__items {
    font-size: 14px;
    line-height: 20px;
  }
}
