.page-container::before {
  content: '';
  background: url(/sites/philosophy/files/header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.toolbar-horizontal .page-container::before {
top: 39px;
}
#main, #highlighted {
  background: #fff;
  position: relative;
}

.region-header.stuck::before {
  display: none;
}

.site-branding {
	margin-bottom: 2rem;
}

#header {min-height: 250px; background:#fff7; box-shadow: inset 0 -51px #7f1c09;}
#header.stuck {min-height: 0; background: #fff; box-shadow: none;}
#header.stuck .site-branding {
	margin-bottom: 0;
}