/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

/* Fix for sticky header covering anchor links */
section[id] {
  scroll-margin-top: 6rem;
}

/* Fix for mobile menu overlay to cover full screen */
#overlay {
  position: fixed !important;
  height: 100vh !important;
}
