body {
  margin: 0;
}

article {
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}

.main-post h1 {
  color: darkorange;
  font-size: 3rem;
}

.main-post h2 {
  color: darkorange;
  font-size: 2.7rem;
}

.main-post h3 {
  color: darkorange;
  font-size: 2.2rem;
}

.main-post h4 {
  color: darkorange;
  font-size: 1.9rem;
}

.main-post h5 {
  color: darkorange;
  font-size: 1.5rem;
}

.main-post h6 {
  color: darkorange;
  font-size: 1.4rem;
}

.main-post img {
  /* max-height: 600px; */
  width: 90%;
}

.content p,
.content ol li,
.content ul li {
  font-size: 1.5rem;
  padding: 0px 14px;
}

.info {
  display: none;
}

.recent-post-wrapper {
  max-height: 240px;
  padding-top: 10px;
  overflow: hidden;
}

.recent-post-wrapper > h3 {
  font-size: 2.3rem;
}

.recent-post-wrapper a {
  color: darkorange;
}

.recent-post-wrapper > ul {
  list-style: none;
  padding: 0;
}

.recent-post-wrapper li .excerpt {
  display: none;
}

.recent-post-wrapper li p {
  display: none;
}

.recent-post-wrapper li li {
  display: none;
}

.recent-post-wrapper img {
  display: none;
}

@media (max-width: 1000px) {
  article {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=blog-base.css.map */
