
.container .main-text span {
  font-weight: 700;
  padding-left: 1em;
}

/* hero */

.hero-section {
  background-image: url(../img/tributes-book/banner.jpg);
}

/* smaller media */

@media only screen and (max-width: 812px), screen and (max-width: 1024px) and (orientation: portrait) {

  .hero-section {
    background-image: url(../img/tributes-book/banner-mobile.jpg);
  }
