/* Keep footer at bottom on short client pages */
html, body {
  height: 100%;
}

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

#main-body {
  flex: 1 0 auto;
}

#footer.footer {
  margin-top: auto;
}
