body, h1#logo{
   background: #25304e;
}
header .cards .front{
   background: #c2b971;
   color: #25304e;
}
header .cards .back{
   background: #fff;
   color: #25304e;thumbnail
}
.thumb-slider ul li{
   border-bottom-color: #444;
}
.thumb-slider .synced li{
   border-bottom-color: #ddd;
}
.thumb-slider li a{
   background-color: #999;
}
#pageloader{
   background: rgba(220,220,220,0.98);
}
.thumbnail{
   background-color: #e3e3e3;
   border-color:  #ececec;
}
.img-thumbnail{
   background-color: #c5c5c5;
   border-color:  #ececec;
   margin-bottom:6px;
}
.features div.feature{
   border-top-color: #ececec;
   border-bottom-color: #ececec;
}
blockquote{
   border-top-color:#ececec;
   border-bottom-color:#ececec;
}
hr{
   border-top-color: #ececec; 
}
.thumb-slider li:before{
   color: rgba(255,255,255,0.5)
}
.table-striped>tbody>tr:nth-child(odd){
   background-color: #e0e0e0;
}

@media (max-width: 840px){
   header {
      background-color: #25304e;
   }
}