/* Sticky footer styles
-------------------------------------------------- */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  bottom: 0;
}
.theme--dark .footer {
  background-color: #2c3e50;
}
.theme--light .footer {
  background-color: #eeeeee;
}
.footer a.active {
  font-weight: bold;
}
.theme--dark .footer a.active {
  color: #cccccc;
}
.theme--light .footer a.active {
  color: #333333;
}

.footer-stepper {
  position: sticky;
  bottom: 0;
  z-index: 3;
}
.theme--dark .footer-stepper {
  background-color: #17212b;
}
.theme--light .footer-stepper {
  background-color: #eeeeee;
}

/*# sourceMappingURL=footer.css.map */
