html.page-scrolling.scroll-up .single #dt-header {
  background: rgba(255, 255, 255, 0.9);
}

.post-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .125rem;
  font-size: 1.5rem;
}

.project-info {
  margin: 0 0 1.5rem 0;
}

.project-info__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-info__label {
  min-width: 6rem;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-item:not(:first-child) {
  margin-left: 4%;
}

.gallery img {
  border: none !important;
}

.project-nav {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .935rem;
}

.entry-content > *:not(:last-child) {
  margin-bottom: 1rem;
}

.entry-content p {
  font-size: .9rem;
}

.post-title {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1023px) {
  html.page-scrolling.scroll-up.panel-enabled .single #dt-header {
    background: transparent;
  }
}
/*# sourceMappingURL=post.css.map */