body {
  background-color: #e8e6df;
}
.heroSection {
  padding-top: 25px;
}
.introSection {
  text-align: center;
  padding: 0 0 40px 0;
}
.intro {
  margin-top: 30px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.intro h3 {
  margin-top: .4em;
}
.staffPicksSection {
  background-color: #e8e6df;
}
.promotionSection {
  margin: 50px 0 0 0;
}
.promotionSection a:hover {
  text-decoration: none;
}
.topPromotionSection {
  margin: 5px 0 0 0;
  padding: 15px;
}
.topPromotionSection a:hover {
  text-decoration: none;
}
a.nohover {
  color: #181717;
}
a.nohover:hover,
a.nohover:active,
a.nohover:focus {
  text-decoration: none;
  color: #181717;
}
