h1{
  text-align: center;
}

#byline{
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}

.caption{
  text-align: center;
  font-style: italic;
}

.hero-container{
  position: relative;
  text-align: center;
  color: white;
}

.hero-image{
  width: 100%;
}

.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  opacity:.74;
}

.hero-hed{
  padding-top: 50px;
  margin-top: 100px;
  font-size: 100px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}

.story{
  background-color: #0C1615;
  color: #D9D7D2;
  font-family: 'Libre Baskerville', serif;
  width: 100;
}

#trigger{
  font-style: italic;
  color: #D9483B;
  font-family: 'Anton', san-serif;
}

.chapter-headline{
  color: #D9483B;
  font-family: 'Anton', sans-serif;
}

.quote{
  color: #D9483B;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 28px;
  text-align: center;
}

.speaker{
  color: #D9483B;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 20;
}

.center{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.infographic{
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-small{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 800px;
}

.nav-logo{
  color: white;
  margin: 0 auto;
  font-weight: 700;
  text-transform: uppercase;
}
