body {
  background-color: #fff;
  color: #252525;
}

a {
  color: #252525;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Markazi Text', sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.25em;
}

h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }

section {
  margin-bottom: 1.25em;
}

.row {
  width: 67%;
  max-width: 780px;
  margin: 0 auto;
}

.main {
  margin-top: 125px;
}

.site-body a {
  color: #252525;
}

.site-body a:hover {
  color: #555;
}

.site-body p,
.site-body table,
.site-body li,
blockquote {
  font-family: 'Rasa', serif;
  font-size: 1.125em;
}

.site-body.row {
  padding-bottom: 50px;
}

.post-row h2 {
  font-size: 2em;
}

.post-author {
  font-family: 'Rasa', serif;
  font-size: 1em;
}

.post-date {
  font-family: sans-serif;
  font-size: 0.87em;
  color: #444;
  letter-spacing: 0.167em;
  padding-bottom: 0.33em;
}

.post-row a {
  text-decoration: none;
}

.post-row p {
  margin: 0.167em 0;
  text-align: justify;
}

.post-body p {
  margin-bottom: 1em;
}

.post-row {
  text-align: center;
  width: 96%;
}

.post-row > p {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.post-row > p:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-row > p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #eee;
}

.site-footer {
  border-top: 1px dotted #bbb;
  height: 200px;
  padding-top: 20px;
  text-align: center;
  font-family: 'Markazi Text', serif;
  font-size: 1.25em;
}

.post-body {
  text-align: left;
  padding-top: 1.5em;
}

.post-body a {
  text-decoration: underline;
}

.post-body a:hover {
  color: #555;
}

.divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -5em;
  margin-bottom: 1em;
  font-family: 'Rasa', serif;
}

.divider span {
  letter-spacing: 5em;  
}

@media (max-width: 771px) {
  .row {
    width: 100%;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.4em;
  }
  .site-body.row {
    padding: 0;
  }
  .site-footer {
    height: 100px;
  }
  .post-row {
    padding-bottom: 0;
  }
  .post-row h2 {
    font-size: 1.5em;
  }
  .divider {
    margin-right: -3.67em;
  }
  .divider span {
    letter-spacing: 3.67em;
  }
}
