/* cat3rows
------------------------- */

.cat3row-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
  border: 1px solid white;
}

/* Thin out the 3colcat headings */
.cat3row-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .cat3row-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .cat3row-heading {
    margin-top: 7rem;
  }
}
