/* Mobile Styles */

header {

	background-color: #1e1e1e;
	min-width: 100%;
	height: 80px;

}

header h1 {

	width: 50%;
	background: url(../images/logo-mobile.png) 50% no-repeat;
	height: 60px;
	margin: 0 auto;
	background-size: contain;
	padding: 0;
	text-indent: -9999px;
	position: relative;
	top: 15px;
	
}

header a#mobile-nav {

	float: right;
	display: block;
	background: url(../images/more.png) no-repeat;
	background-size: contain;
	height: 60px;
	width: 35px;
	position: absolute;
	top: 0;
}