.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
  z-index: 9999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reveal,
html.js .reveal,
html.js .reveal.in-view {
  opacity: 1;
  transform: none;
  transition: none;
}
