/*
 * Responsive Smartphone Landscape
 */

#site-name {
  font-size:18px;
  line-height: 1.4;
}
.field-type-image .field-label {
  font-size:.8em;
}
.field-type-image img {
  height:auto;
  width: 450px;
}
/* hide mobile menu */
#secondary-menu-bar {
  display:block;
}
.region.region-header {
  display: block;
  float: right;
}
/*footer tweak*/
#footer .inner-wrapper {
  width: 100%;
  margin: 0 auto;
}