html {
  background-color: #000000 !important;
  color: inherit;
}

.thumb-img {
  border-color: #000000 !important;
}

#loupeContainer div.background {
  background-color: #000000 !important;
  color: inherit;
}

header div.background {
  background-color: #000000 !important;
  color: inherit;
}

.custom-colorable {
  fill: #A0A0A0 !important;
}

body {
  background-color: #000000 !important;
  color: #828282 !important;
}

body header{
  background: #222222 url(../../images/header.png) no-repeat center;    
}

header p.title{
  visibility:hidden;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
 
header p.author{
  visibility:hidden;
}

header .background{
  display:none;
}

.row-spacing-lg div.thumbnail {
    margin-bottom: 50px;    
}


@media screen and (max-width: 800px) {

    body header {
        background: #222222 url(../../images/header.png) no-repeat right; 
    }



}