#title {
  background-color: #00000073;
  background-blend-mode: overlay;
}

#project-content {
  background-color: white;
  margin: 50px auto 0 auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#project-content h1, #project-content h2, #project-content h3, #project-content h4, #project-content h5 {
  color: black;
  font-family: "Work Sans", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
  color: black;
}
#project-content h1 {
  font-size: 32pt;
  margin-bottom: 30px;
}
#project-content h2 {
  font-size: 24pt;
}
#project-content h3 {
  font-size: 18pt;
}
#project-content .description-col {
  text-align: justify;
}
#project-content .description-col .images {
  max-height: 500px;
}
#project-content .description-col .images .swiper-container {
  width: 100%;
  height: 100%;
}
#project-content .description-col .images .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
#project-content .description-col p {
  font-size: 16px;
}
#project-content .details-col .table {
  width: 100%;
}
#project-content .details-col .table-row {
  margin-bottom: 6px;
}
#project-content .details-col .table-row span {
  display: inline-block;
  font-size: 12pt;
}
#project-content .details-col .table-row span.heading {
  font-weight: 400;
  width: 50%;
}
#project-content .details-col .table-row span.heading:after {
  content: ":";
  font-weight: 400;
}
#project-content .details-col .side-grid {
  display: grid;
  grid-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-columns: 50%;
  grid-template-areas: "a a";
}
#project-content .details-col .side-grid-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#project-content .details-col .side-grid.fullwidth {
  grid-auto-columns: 100%;
  grid-template-areas: "a";
}
#project-content .details-col .details__wrapper, #project-content .details-col .gallery__wrapper, #project-content .details-col .similar-projects__wrapper {
  margin-top: 50px;
}
#project-content .details-col .gallery div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100px;
  border: 1px solid #dcdcdc70;
}
#project-content .details-col .similar-projects .side-grid-item {
  height: 150px;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
#project-content .details-col .similar-projects .project-image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#project-content .details-col .similar-projects .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
#project-content .details-col .similar-projects .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  text-align: center;
}
#project-content .details-col .similar-projects .text-wrapper span {
  display: block;
  letter-spacing: 1.5px;
}
#project-content .details-col .similar-projects .text-wrapper span.name {
  font-size: 16pt;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .gallery__wrapper {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 40px;
  }

  #project-content {
    margin-top: 0;
  }
}

/*# sourceMappingURL=project-page.css.map */
