.site-footer {
  background: color('gray', 90);
  color: $white;
  height: 50px;
}

.footer-wrapper {
  @include vertical-center(50%, false);

  margin: 0 auto;
  padding: 0 1em;
}
