/* Offset anchor targets so they aren't obscured by the sticky header */
a[name]:not([href]) {
  display: block;
  position: relative;
  top: -300px; 
  visibility: hidden;
}