.breadcrumb-item::after{
    content: ">";
}

.breadcrumb-item:last-child::after{
    content: "";
}
/* ---------------------- */
/* Lightbox Modal Styling */
/* ---------------------- */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top of everything */
  padding-top: 60px; /* Location of the box (from the top) */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
}

/* Modal Content (The Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90% !important;
  max-height: 90vh; /* To leave space for padding/caption */
  border-radius: 5px;
}

/* The Close Button */
.close-button {
  position: absolute;
  top: 2px;
  right: 18px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Add a class to make images clickable */
.lightbox-trigger {
    cursor: zoom-in;
    transition: transform 0.2s;
}
