/* Below code is to fix the footer to the bottom of the page */
/* #g-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
} */
/* Breadcrumbs font size on all pages */
@media (max-width: 700px) {
  .breadcrumb-item a {
    font-size: 0.9rem;
  }
  .breadcrumb-item {
    font-size: 0.9rem;
  }
}
