.breadcrumb {
  list-style: none;
  /*background-color:#ede6d8;*/
  padding: 10px 16px;
  font-size: 1rem;
}
.breadcrumb span {
  display: inline;
}
.breadcrumb span+span:before {
  content: " /";
  font-size: 1em;
  line-height: 1;
}
.breadcrumb a {
  text-decoration: none;
  padding: 3px;
  font-weight: 700;
  color: #323232;

}
.breadcrumb a:hover {
  color: indianred;
  text-decoration: underline;
}