/* Adjusts bookmark/anchors so that they aren't hidden behind the header... */

.text-block [id]::before {
  content: '';
  display: block;
  height:      85px;
  margin-top: -85px;
  visibility: hidden;
}
