/* Fix issue where anchor targets get hidden by fixed nav bar at top of screen */
h2:before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
}
