h1 {
  font-size: 1.75em;
}

a:hover,
.nav ul li a:hover,
.archive .work.grid .project h2 a:hover {
  color: #990000;
  text-decoration: none;
}

@media (min-width: 1000px) {
  .archive .work.grid .project {
    min-height: 230px;
  }
}

em, i {
  font-family: 'FFSeriaWebItalic', sans-serif;
  font-style: normal;
}

.grid .project a,
.archive .work.grid .description a,
.main .hentry a,
.main a {
  border-bottom: none;
  color: #800000;
}

.single-project .hentry h1,
.page .hentry h1 {
  font-family: 'FFSeriaWebItalic' !important;
  font-size: 28px !important;
  margin-bottom: 20px !important;
}
.single-project .hentry h2,
.page .hentry h2 {
  font-family: 'FFSeriaWebRegular';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  margin-bottom: 20px;
}
.single-project .hentry h3,
.page .hentry h3 {
  font-family: 'FFSeriaWebItalic';
  font-size: 20px !important;
  margin-bottom: 20px;
}
.single-project .hentry h4,
.page .hentry h4 {
  font-family: 'FFSeriaSansWebItalic';
  margin-bottom: 20px;
  font-size: 20px !important;
  color: #000 !important;
}
.single-project .hentry h5,
.page .hentry h5 {
  font-family: 'FFSeriaSansWeb';
  font-size: 15px; 
  color: #000 !important;
}