@import url(normalize.css);
body {
  width: 95vw;
  margin: 0 auto;
  font-family: benton-sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem/16px;
  line-height: 1.8rem; }

h1 {
  font-family: benton-sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.025rem; }

h2 {
  font-family: benton-sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 2.5rem;
  margin-top: 0; }

h3 {
  font-family: benton-sans, Arial, Helvetica, sans-serif;
  font-weight: 300; }

p a {
  text-decoration: none;
  color: black; }
  p a.underline {
    border-bottom: 1px solid black; }
    p a.underline:hover {
      color: #979797;
      border-bottom: 1px solid #979797; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header img {
    max-width: 32px; }

section.main {
  margin-top: 25vh;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(12, auto); }
  section.main div.overview {
    display: flex;
    align-items: center;
    grid-column: 4 / span 3;
    margin-bottom: 50px; }
  section.main div.project {
    grid-column: span 3;
    grid-row: 2 / span 3; }
    section.main div.project div.image img {
      width: 100%; }
    section.main div.project h2 a {
      text-decoration: none;
      color: black; }
    section.main div.project h2:hover a {
      color: gray; }
    section.main div.project.episource {
      grid-row-start: 2; }
    section.main div.project.ford {
      grid-column: 7 / span 3;
      grid-row-start: 3; }
    section.main div.project.craft-collective {
      grid-column: 2 / span 3;
      grid-row-start: 6; }
    section.main div.project.moon-cheese {
      grid-column: 6 / span 3;
      grid-row-start: 7; }

section.works {
  margin: 10vh auto;
  max-width: 1200px; }
  section.works h1 {
    margin: 0 auto; }
  section.works .project {
    display: flex;
    align-items: center;
    flex-direction: column; }
    section.works .project > * {
      margin-top: 80px; }
    section.works .project .overview {
      max-width: 600px;
      margin: 0 auto; }
    section.works .project .gallery {
      display: flex;
      justify-content: space-between; }
      section.works .project .gallery.span-2.tight {
        margin-top: 30px; }
      section.works .project .gallery.span-2 figure {
        margin: 0;
        padding: 0;
        width: 48%; }
      section.works .project .gallery.span-3 figure {
        margin: 0;
        padding: 0;
        width: 30%; }
    section.works .project figure {
      max-width: 100%;
      text-align: center;
      margin-left: 0;
      margin-right: 0; }
      section.works .project figure.tight {
        margin-top: 0; }
      section.works .project figure img {
        width: 100%; }
        section.works .project figure img.smaller {
          width: 75%; }
        section.works .project figure img.small {
          max-width: 500px; }
      section.works .project figure video {
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
        width: 100%;
        height: auto; }
      section.works .project figure figcaption {
        font-size: 80%;
        text-align: center; }
      section.works .project figure.video {
        max-width: 75%; }
    section.works .project + .project {
      border-top: 1px solid black;
      margin-top: 100px;
      padding-top: 100px; }

.techbc {
  margin: 10vh auto;
  max-width: 1200px; }
  .techbc p a {
    border-bottom: 1px solid black; }
    .techbc p a:hover {
      color: darkcyan;
      border-bottom: 1px solid darkcyan; }
  .techbc .overview {
    max-width: 600px;
    margin: 0 auto; }
  .techbc h2 {
    margin-top: 100px;
    text-align: center; }
  .techbc .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .techbc .gallery.beta figure {
      flex: 0 0 48%; }
    .techbc .gallery figure {
      flex: 0 0 30%;
      padding: 1%;
      margin: 0; }
      .techbc .gallery figure img {
        width: 100%; }
      .techbc .gallery figure figcaption {
        text-align: center;
        font-size: 0.9rem; }
    .techbc .gallery.people figure {
      flex: 0 0 13%; }

section.fyi {
  margin: 200px 0;
  text-align: center; }

footer {
  font-size: 80%;
  line-height: 150%;
  border-top: 1px solid #979797;
  padding-top: 25px;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  section.main div.overview {
    grid-column: span 4 !important; }
  section.main div.project {
    grid-row-start: inherit; }

  .techbc .overview {
    padding: 0 20px; }
  .techbc .gallery figure {
    flex: 0 0 48%; }
  .techbc .gallery.people figure {
    flex: 0 0 23%; }
  .techbc .gallery.people figcaption {
    font-size: 0.75rem; } }
@media screen and (max-width: 414px) {
  section.main div.overview {
    grid-column: span 8 !important; }
  section.main div.project {
    grid-column: 1 / -1 !important;
    grid-row-start: revert !important;
    margin-bottom: 200px; }

  section.works .project > * {
    margin-top: 40px; }
  section.works .project figure.video {
    max-width: 100%; }
  section.works .project figure img.smaller {
    width: 100%; } }
