.breadcrumb a {
  color: rgba(255,255,255,0.5);
}

.breadcrumb a:hover {
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "»" !important;
}

.figure-caption {
  font-size: small;
  color: #000;
  line-height: normal;
}

a {
  font-weight: 600;
}

.figure-img {
  border: solid 1px rgba(148,148,148,0.50 );
}

.navbar a {
  font-weight: 500;
}

.breadcrumb a {
  font-weight: 500;
}

.blockquote {
  margin-left: 1em;
  border-left-color: rgba(148,148,148,0.5);
  border-left-width: thick;
  border-left-style: solid;
  padding-left: 1rem;
  font-size: medium;
}

