.footer-top {
  background-color: var(--bs-primary);
}

.footer-bottom {
  background-color: var(--brand-dark);
}

footer * {
  color: #fff;
}

footer h4 {
  letter-spacing: 0!important;
}
footer h5 {
  text-align: end;
  display: block;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  font-size: var(--font-size-md);
  margin: .5em 0;
}

footer ul .heading {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
}

footer .social {
  display: inline;
  width: fit-content;
  margin-right: 5px;
}

footer .social img {
  height: 30px;
}

footer .roeville {
  width: 60px;
  margin-left: 2px;
  position: relative;
  bottom: 2px;
}

#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 25px 0 25px;
}

#breadcrumbs a, #breadcrumbs span {
  text-transform: capitalize;
}

#breadcrumbs span:last-child {
  display: none;
}

footer a {
  text-decoration: inherit;
  color: inherit;
}