html {
    position: relative;
    min-height: 100%;
  }

body {
    /* ssite-footer height + top space */
    margin-bottom: 100px;
}

.page-content {
    margin-bottom: 1em;
}

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.font-size-1 {
    font-size: .9rem !important;
}