/* Custom styles for The Refactored Road blog */

html {
  overflow-y: scroll;
}

/* Make the site name smaller on the main page */
.page-heading h1 {
  font-size: 4rem !important;
}

.page-subheading {
  font-size: 1rem !important;
}

.post-heading h1 {
  font-size: 2rem !important;
 }

/* Dutch translations via CSS */
.post-read-more-link:after {
  content: "Lees verder" !important;
  visibility: visible !important;
  display: inline-block !important;
}

.post-read-more-link span {
  visibility: hidden !important;
  display: none !important;
}

.post-preview .post-title {
  font-size: 1.5rem !important;
}

.post-preview .post-subtitle {
  font-size: 1.25rem !important;
}

.big-img.intro-header {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
