.hero {
  background-image: url('./images/winter-cleanup');
}


#sections.tabs li div,
#info-for,
#homepage #page-head-container {
  display: none !important;
}

.feed {
  background-color: #eee;
  overflow-y: scroll;
}

.bowen-research a,
.bowen-location a,
.bowen-tour a {
  background-size:cover;
  background-position:top right;
  background-repeat:no-repeat;
  width:100%;
  display:block;
  position:relative;
  text-decoration: none;
}

.bowen-research a {
  background-image: url("images/research-banner.jpg");
  background-color: #7CA6C0;
  border-bottom: 8px solid #7CA6C0;
}

.bowen-tour a {
  background-image: url("images/tour-banner.jpg");
  background-color: #C76C14;
  border-bottom: 8px solid #C76C14;
}

.bowen-location a {
  background-image: url("images/location-banner.jpg");
}
