#header { 
  background-image: url('SanFran.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 210px;
  padding-top: 1em;
}
.site-title a, .site-subtitle, #topactions a { 
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.7), 0px -5px 35px rgba(255,255,255,0.8);        
  line-height: 1.5em;
}
.crumbtrail {
  display:none;
}
#topactions {
  display: none;
}
#content {
  padding-top: 1.5em;
}
@media screen and (min-width: 75em) {body {font-size:1em;}} 
@media screen and (min-width:55em) {
  #page { max-width: 1920px; }
  
}

