/*
 * Boise school crossing skin
 */

.intro {
  display: grid;
  align-items: start;
  justify-items: center;
  height: 600vh;
}

.intro > * {
  max-width: var(--story-width);
  padding: var(--page-padding);
  margin: 0;
  background-color: rgba(0,0,0,0.8);
  color: white;
  --tc: white;
}

.intro > p {
  font: bold 20px var(--sans);
}

.intro .share-list .share-icon .link-icon {
  color: white;
}

.intro .h1 {
  font-size: 40px;
}

.story-body {
  padding-top: 20px;
}

.story-body > figure {
  max-width: 920px;
}

.zone.grid.combo,
#zone-el-102, 
#zone-el-104 {
  display: none;
}
