body {
  background-color: #cad6c7;
}
#main {
  padding: 1rem;
  background-color: #fff !important;
}
@media (max-width: 719px) {
  #main {
    padding: 10px;
  }
}
/*---------------------------------*/
.color1 { background-color: #3d6a26 !important; }
.color2 { background-color: #f6fbf4 !important; }
.color3 { background-color: #6bbb40 !important; }

.single-post .article .entry-title,
.afbtn {
  background-color: #a8d78f;
}
#footer {
  background-color: #3d6a26 !important;
}
.related-entry-heading {
  background-color: #f6fbf4;
  border-bottom: 3px solid #6bbb40;
  }


h1:not(.logo):not(.archive-title):not(.entry-title):before {
  background: #a8d78f;
}

.entry-content h2, body#tinymce h2 {
  background: #f6fbf4;
  border-left: 5px solid #a8d78f;
}

.entry-content h3, body#tinymce h3 {
  background: #f6fbf4;
  box-shadow: 0 0 0 5px #f6fbf4;
}

.entry-content h4, body#tinymce h4 {
  background: linear-gradient(transparent 70%,#d4ebc7 0)
}

.entry-content h5, body#tinymce h5 {
  border-top: 2px solid #d4ebc7;
  border-bottom: 2px solid #d4ebc7;
}
.entry-content h5:after, body#tinymce h5:after {
  background: #d4ebc7;
}
.entry-content h6:before, body#tinymce h6:before {
  color: #a8d78f;
}
.kt-inside-inner-col .is-style-midashi:before {
  border-color: #a8d78f;
}
