.push-down-5 {
  margin-top:5px
}

.push-down-10 {
  margin-top:10px
}
.push-down-20 {
  margin-top:20px
}
.push-down-30 {
  margin-top:30px
}
.push-up-20 {
  margin-bottom:20px
}
.text-center {
  text-align:center;
}
.no-padding {
  padding:0;
}
.bold {
  font-weight:bold;
}
.light {
  color:#bbb;
}
.faded {
    opacity: 0.6;
}
.line-height {
    line-height: 1.3;
}
.footer-nav-item {
    padding-top:1rem;
    padding-bottom: 1rem;
}
@media (min-width: 768px) {
    .footer-nav-item {
        border-right: 1px solid #bb5dd6;
    }
    .footer-nav-item:last-of-type {
        border-right: none;
      }
}
