header h1.site-title {
  display: none;}

/* Remove the yellow top border */
header {
  border-top: none;
}

/* White background for the vertical nav / off-canvas area */
body.vertical-menu header {
  background-color: #ffffff;
}

body.vertical-menu .off-canvas-content {
  background-color: #ffffff;
}

/* Remove top padding if present */
body.vertical-menu {
  padding-top: 0;
}

.banner.fullbleed {
  background-position: 30% center;
}
