html body {
position:static !important;
} /*fixes many(!) issues caused by fixed header*/
.anchor::before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
pointer-events: none;
} /*offsets anchor position so that anchor isn't hidden by fixed header*/






