/* Restoration fixes.
   The theme draws its header absolutely over the home slider. Inner pages had
   a banner underneath it that the archive did not keep, so without this the
   header floats on top of the first section's text. */
body:not(.home) .main-header {
  position: relative;
  background: #1c1c1c;
}

body:not(.home) .main-header + * {
  margin-top: 0;
}
