body {
  margin:0;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 196px;
  line-height: 28px;
  color: #555;
  -webkit-font-smoothing: antialiased;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

.header {
  height: 245px;
  background-color: #3498db;
  border-color: #3498db;
  background-image: url(https://www.hypn.za.net/images/2020/bg-header.jpg);
  background-position: center;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
}
.header-contents {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
.header-title {
  padding-top: 75px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.header-description {
  color: #bbb;
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}
.header a:link, .header a:visited, .header a:hover, .header a:active {
  color: #fff;
}

.row {
  padding-top: 40px;
  padding-bottom: 60px;
  padding: 10px;
}
.row:nth-of-type(odd) {
  background-color: #ffffff;
}

.row:nth-of-type(even) {
  background-color: #f2f2f2;
}

.content {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.content-date {
  color: #d2d2d2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.content-title {
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
}
.content a:link, .content a:visited, .content a:hover, .content a:active {
  color: #3498db;
}
.content-title a:link, .content-title a:visited, .content-title a:hover, .content-title a:active {
  color: #000;
}
.pagination {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pagination-prev {
  margin: 0;
  float: left;
}
.pagination-next {
  margin: 0;
  text-align: right;
}

.content-body pre {
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  height: auto;
  line-height: 133%;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  overflow: auto;
  max-height: 750px;
}

.content-body code {
  padding: 0px 4px;
  background-color: #f1f1f1;
}

.content-body pre code {
  padding: 0px;
}

.content-body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

.content-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.content-body hr {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1140px) {
  .header-contents {
    width: auto;
  }
  .row {
    width: auto;
  }
  .content {
    width: auto;
  }
}

.bib__image {
  background-image: url('https://www.hypn.za.net/images/bib-background.jpg');
}

.bib__link--1 .bib__image { background-color: rgb(52, 152, 219); }
.bib__link--2 .bib__image { background-color: rgb(52, 152, 219); }
.bib__link--3 .bib__image { background-color: rgb(52, 152, 219); }
.bib__link--4 .bib__image { background-color: rgb(52, 152, 219); }
.bib__link--5 .bib__image { background-color: rgb(52, 152, 219); }
.bib__link--6 .bib__image { background-color: rgb(52, 152, 219); }

.related-posts-heading {
  font-weight: 700;
}
