/*---------------------------------*/
.color1 { background-color: #6e265a !important; }
.color2 { background-color: #fbf5fa !important; }
.color3 { background-color: #be459c !important; }

.single-post .article .entry-title,
.afbtn {
  background-color: #db97c8;
}
#footer {
  background-color: #6e265a !important;
}
.related-entry-heading {
  background-color: #fbf5fa;
  border-bottom: 3px solid #be459c;
  }


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

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

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

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

.entry-content h5, body#tinymce h5 {
  border-top: 2px solid #edcbe4;
  border-bottom: 2px solid #edcbe4;
}
.entry-content h5:after, body#tinymce h5:after {
  background: #edcbe4;
}
.entry-content h6:before, body#tinymce h6:before {
  color: #db97c8;
}

