//
// Footer
//
.footer {
  @extend .navbar-light;

  background-color: $uba-gray-light;
  font-family: "MetaCompPro-Bold", sans-serif;
  font-size: 0.5rem;
  padding: 1rem;
  border-top: 1px solid rgba($uba-gray, .25);

  img {
    height: 40px;
    margin-top: -4px;
  }

  a {
    color: $uba-gray;
    &:hover,
    &.hover,
    &:focus,
    &.focus,
    &:active,
    &.active {
      color: $uba-blue;
    }
  }

}
