/* The image has a hard code in the main.css file to point to the university logo. All the logo stuff has to be marked important to override things. */

header .logo {  
	/* Added the logo url from the media library */
	/* background:url('/nursing/media/nursing/layout-assets/CWRU-FPB-white-rev-logo-304x77.png') left center no-repeat;	*/
    background:url('/nursing/media/nursing/layout-assets/cwru-formal-logo.png') left center no-repeat;
	width: 304px;
	height: 57px;
} 

/* Uncomment if you want to just have the header. This will remove the +20px shift for the cwru links menu.
@media screen and (max-width: 480px)
{
    header .logo
    {
        margin-top: 20px;
    }   
}
*/

/* Because of the placement of this CSS I can put in any customization relative to SON only stuff. But shhh. 
@media only screen and (min-width: 768px) and (max-width: 1092px) {
	ul.navbar-nav > li > a {
		font-size: 14px;
	}
}
*/