/* The archive is the final section. Give it a viewport of space so a hash link
   can align its heading below the sticky header instead of stopping at the
   document's scroll limit. */
.archive{min-height:calc(100vh - 82px);scroll-margin-top:98px}
.menu-title-anchor{scroll-margin-top:104px}
#today,#guides,#qa,#beans{scroll-margin-top:104px}
@media(max-width:700px){.archive{min-height:calc(100vh - 58px);scroll-margin-top:70px}}
@media(max-width:700px){.menu-title-anchor{scroll-margin-top:86px}#today,#guides,#qa,#beans{scroll-margin-top:86px}}
