@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.breadcrumb,
.subnav-container {
  background-color: #fff;
}

.subnav a {
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #dee2e6;
  transition: all 0.3s linear;
}
.subnav a:hover, .subnav a.active {
  font-weight: bold;
  border-bottom: 1px solid #eb5a2d;
  transition: all 0.3s linear;
}

.gallery-section {
  width: 100%;
}

.gallery-image {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}