.preheader,
.site-title,
.site-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  z-index: 10000;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: normal;
  transition: top 0.2s ease;
}

a.skip-link,
a:visited.skip-link,
a:hover.skip-link {
  color: #fff;
  text-decoration: none;
}

/* Bring the link into view when it receives keyboard focus */
.skip-link:focus {
  top: 0;
  outline: 0 !important;
  border: 0 !important;
}
/* Offset for Fixed Header */
#main:before {
  content: "";
  display: block;
  height: 40px;
  margin-top: -40px;
  visibility: hidden;
}