/* ============================================================
   hero-alignment.css

   Reserves scrollbar space so horizontal position stays constant
   across pages regardless of content height. Without this, short
   pages render without a scrollbar and longer pages render with
   one, causing the header to shift 15-17px when clicking through
   the menu.
   ============================================================ */

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}
