::-webkit-scrollbar {
  background: #f9f7f1;
}

::-webkit-scrollbar-thumb {
  background: #cfccc3;
}

header {
  font-family: "Permanent Marker", cursive;
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 72px;
  margin-bottom: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
.head {
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}

.subhead {
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0 12px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.subhead a {
  color: #2f2f2f;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 14px;
}

.subhead b {
  color: #2f2f2f;
  padding-left: 7%;
  padding-right: 7%;
}

.quoteBox {
  position: relative;
  width: 12%;
  left: 10px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  display: inline-block;
  margin: 0 50px 20px -360px;
}

.centerImage {
  justify-content: center;
  width: 60%;
}

.media {
  -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
  filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
  mix-blend-mode: multiply;
  width: 100%;
}
/*________________________________________________________________________________________________________________________________*/
/*MEDIAQUERIES*/
@media only all and (max-width: 2000px) {
  .cards {
    column-count: 4;
  }

  .subhead b {
    display: none;
  }
}

@media only all and (max-width: 1100px) {
  .cards {
    column-count: 3;
  }
  .quoteBox {
    display: none;
  }

  .subhead a {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media only all and (max-width: 900px) {
  .cards {
    column-count: 2;
  }
}

@media only all and (max-width: 600px) {
  .cards {
    column-count: 1;
  }
  .card + .card {
    border-left: none;
    border-bottom: 1px solid #2f2f2f;
  }
  header {
    max-width: 320px;
    font-size: 60px;
    line-height: 54px;
    overflow: hidden;
  }
}
