
.top-title, .next-sequence, .next-title {
  font-family: john-doe, monospace, sans-serif;
}

.top-title {
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 2px solid black;
  clear: both;
  display: inline-block;
  width: auto;
}

.read-next {
  padding: 2em 1em 1em;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 10px rgba(0,0,0,.09);
  line-height: 27px;
  display: inline-block;
  margin: 2em 10px;
}

.read-next img {
  max-width: 100%;
  border-radius: 5px;
  margin-top: 15px;
}

.read-next a.link, a.main-page {
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  color: #d60000;
  font-family: "Roboto","Helvetica",Helvetica,Arial,sans-serif;
  margin: 15px 0 0;
}

a.main-page  {
    margin-bottom: 0px;
}

.next-sequence {
    font-size: 1.5rem;
}

.next-title {
    font-size: 2.6em;
    font-weight: normal;
    margin: 10px 0;
    line-height: 43px;
}

.next-publish {
    text-transform: uppercase;
    font-size: 1em;
    color: #ababab;
    letter-spacing: 0.6px;
    font-family: "Roboto","Helvetica",Helvetica,Arial,sans-serif;
}



/*----------------------*/


@media (max-width: 768px) {
  .next-title {
    font-size: 1.6em !important;
    line-height: 1.2em;
    font-weight: bold;
  }
  .next-sequence {
    font-size: 1.2em;
  }
}
