header{
  /*z-index: 9998;
  position: fixed;
  left: 0;
  top:0;*/
  position: relative;
  width: 96%;
  min-height: 230px;
  padding: 10px 2%;
  background: url(../images/backgrounds/header.jpg) bottom center no-repeat #ff9008;
  background-size: cover;
}
.logo{
  position: relative;
  width: 20%;
}
.tagline{
  width: 45%;
}
.admin{
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
}
.admin,
.admin form{
  display: inline-block;
}
.admin a,
.admin button{
  font-size: 10px;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 768px) {
  header{
    background-size: cover;
  }
  .logo{
    width: 50%;
  }
  .logo,
  .tagline{
    display: block;
    margin: 10px auto;
    text-align: center;
  }
}