/*
https://stackoverflow.com/questions/643879/css-to-make-html-page-footer-stay-at-bottom-of-the-page-with-a-minimum-height-b
This will fill the viewport and keep the footer at the bottom
*/
.expand-up-to-footer {
    min-height: calc(100vh - 72px);
}