/* 
 * London Met Unison Website
 * CSS adjustments for small phones
 * Should be linked with: media="only screen and (max-width: 480px)"
 */

/*
 * Remove gradients for faster performance
 */
.container-green,
.header-container {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*
 * Collapse subpage menu to a single column
 */
.lmu-subpages li {
	width: 100%;
	padding: 0;
}