section.special, article.special {
  text-align: center;
}

section.content-row {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(25%);
}

section.content-row.in-view {
  opacity: 1;
  transform: translateY(0);
}

header p {
  position: relative;
  margin: 0 0 1.5em 0;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
}

header p {
  color: #bfbfbf;
}
