header {
  display: block;
}
header,
#header {
  margin-bottom: 0px;
  color: #000;
}
header {
  top: 0px !important;
  width: 100% !important;
  height: 65px;
  z-index: 1000;
}
.mobile header {
  height: 55px;
}
header h1,
#header h1 {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  border: none;
  line-height: 2em;
  font-size: 32px !important;
  text-shadow: 1px 1px 2px #111;
}
