body {
   width: 100%;
}
#logo {
   float: left;
   padding: 10px 0 0 10px;
   width: 90px;
   border: none;
}

h1 {
  display: none;
}

#searchbox {
   width: 90px;
}

#cart{
   width: 61px;
   border: none;
}

#splashphoto {
   background-image: url("../images/flyshop1400x132.png");
   background-repeat: no-repeat;
   height: 132px;
   max-width: 100%;
}

#menu ul li{
   display: inline; /*display in horizontal line*/
   display: inline-block; /*button text stays together when wrapping occurs*/
   margin: .3em 0px .3em 25px;
}

section p{
     padding-right: .75em;
     padding-left: .75em;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: lighter;
}