// Overrides bootstraps breadcrumb styles

.breadcrumb {
  background-color: transparent;
  padding: 0px;

  a {
    color: @footer-link-color !important;
    &:hover {
      text-decoration: none;
      color: @footer-link-hover-color !important;
    }
  }

}