/* Sticky footer: push footer to bottom of viewport on short pages */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.c-layout-page {
  flex: 1 0 auto;
}
.c-layout-footer {
  flex-shrink: 0;
}
