.skip-link {
    position: absolute;
    top: -5rem;
    left: 0.75rem;
    z-index: 100000; /* above admin bar */
    display: block;
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3d9fc1;
    background-color: white;
    text-decoration: none;
    box-shadow:0 0 0.25rem rgba(0, 0, 0, 0.75);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.skip-link:focus {
  top: 0.75rem;
  outline: 0;
}
