/**
 * Custom styles for College of Engineering
 *
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

#page-wrapper { 
	max-width: 1280px; 
	box-shadow: 6px 0 10px -7px #888, -6px 0 10px -7px #888;
	margin: 0 auto;
	background: white;
}

#nav-wrapper { 
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.65); 
}

.responsive-menu { display: none; }