#references {
  font-size: 16px;
}

#references h2 {
  margin: 0;
  font-family: "source_sans_probold", "helvetica", "arial", sans-serif;
  font-size: 3rem;
}

#references h3 {
  font-family: "source_sans_probold", "helvetica", "arial", sans-serif;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#references p {
  margin-bottom: 0;
}

.references-category-title-container {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.references-category-gallery-img {
  width: 4rem;
  margin-right: 2rem;
}

.references-category-title-divider {
  margin: 2.5rem 0 2rem;
  border-bottom: 1px solid #000000;
}

.reference {
  margin-bottom: 4rem;
}

.reference-detail span {
  font-family: "source_sans_probold", "helvetica", "arial", sans-serif;
}

@media (min-width: 48em) {
  .references-category-title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 8rem;
    margin-bottom: 4rem;
  }

  .references-category-title-divider {
    order: 3;
    width: 100%;
    margin: 2rem 0 0;
  }

  .references {
    height: calc(100vh - 60px);
  }
}
