/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal
 *  and widescreen CSS files as appropriate. */

 /*Responsive elements*/
.rwd-line {
	display: block;
}

/*Hide admin menu on all but wide layout*/
#admin-menu {
	display: none;
}

#region-user-fourth .rwd-line a {
	line-height: 25px;
}

/* Display mobile menu */
#region-branding-second {
    display: none;
}

/*Center logo when menu dissappears*/
.logo-img {
  text-align: center;
  width: 100%;
}

/*Change font sizes*/
#zone-preface-wrapper p.preface {
    font-size: 125%;
}