/* Sticky footer: replaces the old footerFixed.js runtime layout shim. */
html,
body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

body > #footerFix {
  margin-top: auto;
}
