#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 3rem;    /* Footer height */
}

#footer {
  position: static;
  bottom: 0;
  width: 100%;
  height: 3rem;            /* Footer height */
}