#show-nav-header {
  padding-right: 4px;
  padding-bottom: 4px;
}

#project-head {
  height: 33.1vw;
}

.project-page-wrapper {
  margin-bottom: calc(var(--spacer) * 1.5);
  position: relative;
}

.project-head > h1, .project-head > h2, .project-head > p {
  width: 46%;
}

.project-head .info-icon, .project-head .tooltip {
  font-size: 0.9rem;
}

.project-page-wrapper h2 {
  line-height: 130%;
}

.project-body p {
  font-size: 1rem;
  line-height: 130%;
}

.project-body h1, .project-body h2, .project-body h3, .project-body p {
  width: var(--text-width);
}

.project-body h1 {
  margin-top: calc(var(--spacer) * 3);
}

.project-body a {
  color: var(--purple-blue);
  text-decoration: none;
}

.project-body a:hover {
  text-decoration: underline;
}

.project-body ul {
  padding-left: 20px;
  line-height: 130%;
}

.project-body figure {
  margin: calc(var(--spacer) * 1.5) 0;
}

.pr-header-pic {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0px;
  max-width: var(--page-width);
  max-height: 35vw;
  display: flex;
  justify-content: center;
}

.pr-header-pic img {
  width: 100%;
  height: auto;
}

.narrow {
  height: 33.1vw;
  background-color: rgb(0, 0, 0);
}

.narrow img {
  height: 100%;
  object-fit: contain;
}

.pr-page-title {
  font-size: 3rem;
  font-weight: normal;
}

.pr-page-info {
  font-size: 1.2rem;
  opacity: 0.65;
}

.pr-page-size {
  font-size: 1rem;
  opacity: 0.65;
}

.pr-page-categories {
  font-size: 1.1rem;
}

.pr-page-categories {
  color: var(--purple-blue);
}

.pr-page-categories span:hover {
  text-decoration: underline;
  cursor: pointer;
}

figure .extra-large {
  width: var(--page-width);
}

figure .large, .large > figcaption {
  width: var(--text-width);
}

figure .medium, .medium > figcaption {
  width: 50%;
}

figure .small, .small > figcaption {
  width: 35%;
}

figcaption {
  font-size: 0.9rem;
  opacity: 0.6;
}

.vimeo {
  margin: calc(var(--spacer) * 1.5) 0;
}

@media (width <= 950px) {
  .project-page-wrapper {
    flex-direction: column;
  }
  .pr-header-pic {
    width: 100vw;
    max-width: 100vw;
    max-height: none;
    position: relative;
    top: 0;
  }
  #project-head {
    height: auto;
  }
  .project-head {
    margin-top: var(--spacer);
  }
  .project-head h1, .project-head p, .project-head h2 {
    width: 100%;
  }
  .narrow {
    height: auto;
  }
  .pr-page-title {
    font-size: 2.5rem;
  }
  figure .extra-large {
    width: 100vw;
    margin-left: -4vw;
  }
  figure .large {
    width: var(--text-width);
  }
  figure .medium, .medium > figcaption {
    width: 80%;
  }
  figure .small, .small > figcaption {
    width: 66%;
  }
}