.page-hero {
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/sod.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42b32f;
}

.btn-default:active .filter-button:active {
  background-color: #42b32f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .container-fluid {
    text-align: left;
    padding: 0% 5%;
  }

  .navLinks .dropdown-menu {
    margin-left: -10px;
    max-width: 100%;
  }

  .dropdown-item {
    padding: 0.25rem 1rem;
  }

  .dropdown-menu.show {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: -1 !important;
}

.old-h3 {
  font-size: 1.75rem;
}
