@media only screen and (min-width: 600px) {
  .front-left {
    position:relative;
    float:left;
    width:65%;
    margin-right:4%;
  }
  .front-right {
    position:relative;
    float:left;
    min-width:25%;
    max-width:30%;
    margin-right:4%;
  }
.issueDetails  .preview-block{
   width:auto;
  }
.issueDetails   .item-showcase, .issueDetails   .preview-block {
   clear: none; 
  }
}
header{
/*background:#101111;*/
background: rgb(5,5,5);
background: linear-gradient(180deg, rgba(5,5,5,1) 0%, rgba(17,17,17,1) 20%, rgba(62,62,62,1) 83%);
}
header .site-title a,  header .site-title a,  header nav ul.navigation>li>ul{ color:#fff !important;}
body {
    background: #fff9ea url(https://omeka-wou.s3.amazonaws.com/asset/8d01968fc5bd7da4e935e48e784b9040cb4b80e8.png) repeat-x left top;
   background-position-y: 85px;
}
.breadcrumbs {
background: white;
}
dl.item-sets {
   display:none;
}
.blocks,.resource-list,.search-filters,.browse-controls{
background: #fff;
padding:.5em;
}
.footer {
position:relative;
float:left;
width:30%;
margin-right:3%;
}