#footer{
  margin-top: auto;

  .fc--top{
    background-color: $footer-top-bg;
  }

  .fc--middle{
    background-color: $footer-middle-bg;
  }

  .fc--bottom{
    background-color: $footer-bottom-bg;
  }

}