.site-main {
  margin-top: -66px;
}
.dv-blog-header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dv-blog-header h1 {
  font-size: 3rem;
  font-weight: 600;
  padding-top: 10vw;
  padding-bottom: 10vw;
  text-align: center;
}
.dv-blog-header h2 {
  font-size: 1.5rem;
}
.dv-blog-body {
  line-height: 25px;
  max-width: 900px;
  margin: 30px auto;
  padding: 0 50px;
}
.dv-blog-body ul li {
  list-style: disc;
  list-style-position: inside;
}
.dv-blog-body ol li {
  list-style: decimal;
  list-style-position: inside;
}
.dv-post-actions {
  display: flex;
  max-width: 900px;
  margin: 50px auto;
  padding: 0 50px;
}
.dv-post-author {
  display: flex;
  -webkit-flex: 1.5 0 0;
  flex: 1.5 0 0;
  text-decoration: none;
}
.dv-post-author img.avatar {
  display: block;
  border-radius: 100%;
  object-fit: cover;
  max-height: 32px;
  max-width: 32px;
  margin-right: 0.5rem;
}
.dv-post-author > img {
  display: block;
  background: #e3e9ed;
  border-radius: 100%;
  object-fit: cover;
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
.dv-post-author a:last-of-type {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  color: #738a94;
}
.dv-post-readtime {
  display: flex;
  align-items: center;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  justify-content: flex-end;
  color: #738a94;
  font-size: 0.8rem;
  font-weight: 600;
}
.nav-links {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 0 50px;
  flex-flow: wrap;
}
.nav-previous {
  margin-bottom: 20px;
}
.nav-previous > a,
.nav-next > a {
  display: flex;
  flex-flow: column;
}
.nav-next > a > span:first-of-type {
  display: flex;
  justify-content: flex-end;
}
.nav-next > a > span:first-of-type,
.nav-previous > a > span:first-of-type {
  color: #738a94;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.post-title {
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
}
#progress-cont {
  height: 5px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
a {
  text-decoration: none;
}
#progress-bar {
  height: 100%;
  background-color: #374884;
}
.screen-reader-text {
  display: none;
}
blockquote p {
  margin-left: 50px;
  font-size: 1.2rem;
  margin-top: 10px;
  padding-bottom: 10px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.back-to-parent {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  color: #738a94;
  font-size: 0.85rem;
  font-weight: 600;
}
.back-to-parent i {
  margin-right: 6px;
  margin-left: -9px;
  font-size: 0.7rem;
  margin-top: 1.3px;
}
.dv-post-social {
  text-align: center;
  margin-top: 40px;
}
.dv-post-social > a {
  margin: 0 10px;
  font-size: 3rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .dv-blog-header h1 {
    font-size: 1.8rem;
    padding-top: 15vw;
    padding-bottom: 15vw;
    line-height: 1.5;
  }
  .nav-links {
    display: block;
    text-align: center;
  }
  .nav-next > a > span:first-of-type {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .dv-post-actions {
    padding: 0 20px;
  }
  .nav-links {
    padding: 0 20px;
  }
  .dv-blog-body {
    padding: 0 20px;
  }
}
