.intro-background {
  background-image: url("../resources/img/bg/17B.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.intro-background h1 {
  text-transform: unset;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .intro-background h1 {
    font-size: 2.5rem;
  }
  .portfolio-content h2 {
    font-size: 1.5rem;
  }
  .portfolio-content p {
    font-size: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 577px) {
  .portfolio-content {
    height: 75vh;
  }
}
#portfolio .portfolio-title {
  height: 25vh;
}

.portfolio-content .section-image {
  z-index: -999;
}
.portfolio-content .img-cubes {
  filter: sepia(1) hue-rotate(180deg) saturate(1.1) opacity(0.3);
}
.portfolio-content .img-lock {
  background-position: left;
  transform: scaleX(-1) !important;
  filter: sepia(0.5) hue-rotate(180deg) opacity(0.6) !important;
}
.portfolio-content .img-stairs {
  filter: sepia(0.5) hue-rotate(180deg) opacity(0.6) !important;
}
.portfolio-content h2, .portfolio-content p {
  text-align: center !important;
}
.portfolio-content p {
  font-size: 1.2rem !important;
}

.review-slideshow p {
  font-size: 1rem !important;
}

a.btn-more {
  position: relative;
}

a.btn-more:not(.collapsed) span.if-collapsed {
  display: none !important;
}

a.btn-more.collapsed:not([aria-expanded=true]) span.if-not-collapsed {
  display: none !important;
}

a.btn-more.collapsed:not([aria-expanded=true])::after {
  position: absolute;
  content: " ";
  top: -200px;
  left: -50vw;
  width: 100vw;
  height: 200px;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

/*# sourceMappingURL=homepage.css.map */
