/**
 * Style hero in taxonomy pages
 */
body.page-view-taxonomy-term #hero_bg_wrapper {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-view-taxonomy-term #hero_bg_wrapper h1 {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 8rem;
}
