/* Site layout helpers (sticky footer) */
html, body {
  height: 100%;
}

body.site-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main.site-main {
  flex: 1 0 auto;
}

footer.site-footer {
  flex: 0 0 auto;
}

