footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.9);
}

.footer-fade {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: -6rem;
  height: 6rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$background-light+0,aaaaaa+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.footer-content {
  padding: 1.66667rem;
}

#content-wrap {
  padding-bottom: 16rem;
}
/*# sourceMappingURL=footer.css.map */