
body.overview .desktop-cross, body.post .desktop-cross   {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

 body.overview .studioNotes-blog  {
  color: #fff !important;
}

body.overview hr  {
  border-top: 2px dashed #fff;
  opacity: 1;
}

body.overview .textElement   {
 background: #806844;
}

body.overview h2   {
 font-size: 4em !important;
 color: #fff !important;
 line-height: normal !important;
}
