.header-image {
  width: 208px;
}

.padd10 {
margin-top:10px;

}


.masthead {
  color: white;
  background: no-repeat center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  -webkit-transition: min-height 1s;
  transition: min-height 1s;
}
@media (min-width: 1000px) {
  .masthead {
    min-height: 400px;
  }
}

.masthead > header {
  height: 400px;
  margin: 0 auto;
  margin-left: 10px;
  max-width: 960px;
  position: relative;
}
@media (min-width: 950px) {
  .masthead > header {
    margin-left: auto;
  }
}

.masthead h1 {
  bottom: 3px;
  left: 0;
  overflow: hidden;
  position: absolute;
}
@media (min-width: 1000px) {
  .masthead h1 {
    font-size: 44px;
    line-height: 56px;
    max-width: 80%;
  }
}

.masthead h1 a {
  text-shadow: 1px 1px 1px black;
  color: white;
}
