body {
  background-color: #000000;
}
#main {
  padding: 1rem;
  background-color: #fff !important;
}
@media (max-width: 719px) {
  #main {
    padding: 10px;
  }
}
/*---------------------------------*/
.color1 { background-color: #222222 !important; }
.color2 { background-color: #eeeeee !important; }
.color3 { background-color: #3c3c3c !important; }

.single-post .article .entry-title,
.afbtn {
  background-color: #555555;
}
#footer {
  background-color: #222222 !important;
}
.related-entry-heading {
  background-color: #eeeeee;
  border-bottom: 3px solid #3c3c3c;
  }


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

.entry-content h1, body#tinymce h1 {
  border-left: 5px solid #555555 !important;
}

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

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

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

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