#header {
  background-image: url(../img/pexels-pixabay-372462.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 210px;
  padding-top: 1em;
}

.site-title a, .site-subtitle, #topactions a {
  color: #000;
  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; }
}
