.subheader{
  display: none;
}
.header{
    position: static;
    width: 100%;
    height: 110px;
}
.header a img{
    height: 110px;
    margin-top: 0;
}
.navigation{
    position: static;
    width: 100%;
    height: 57px;
  display: none;
}
main{
    padding-top: 0;
}