/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: calc(28px + 2em);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0px;
  background-color: #f5f5f5;
}