@require '../pages_old/Layout.styl';

.Footer {
  font-family "Proxima Nova";
  font-weight: 600;
  width: 100%;
  font-size: 10px;
  text-align: center;
  background: #242425;

  &Fixed {
    position: fixed;
    bottom: 0;
    z-index: 5;
  }
}

.FooterCaption {
  padding: 24px 0;
  color: #fff;
}
