/* Sticky footer
-------------------------------------------------- */
body {
  min-height: 100%;
}

main {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

footer {
  height: 60px;
}
