#header div.region {

    width: 100%;
}

#header{
    padding-top: 0;
   padding-bottom: 110px;
    height: auto;
}

body{
    background-color:#ffffff;
    background-image:none!important;
}
#page-wrapper{
    background-image:none;
}

body.front #page-wrapper{
    background-image:none;
}
.primary-nav{
    height:0px;
}
.primary-nav .content{
    position:static;
 
}
 @media only screen and (max-width: 768px) {
  #header{   padding-bottom: 30px;
  }
}
