@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #2c2e36;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

header,
footer,
#content {
	width: 100%;
	margin: auto;
}

nav {
	min-height: 200px;
	width: 1080px;
	margin: auto;
	text-align: right;
	padding: 40px 0;
}

#content {
	display: none;
	text-align: center;
}

#content img {
	display: block;
	margin: auto;
	padding-bottom: 50px;
}

footer {
	display: none;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #6f6f6f;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 10px;
}

@media screen and (max-width:1100px) {
	nav {
	  	margin: 0 -20px;
		width: 100%;
	}
}

@media screen and (min-width:300px) and (max-width:766px) {
	
	nav {
		min-height: 130px;
	}
	
	#content {
		margin-top: 3%;
	}
	
	#ep-logo {
		width: 160px;
	}
	
	#epg {
		width: 235px;
	}
}

@media screen and (min-width:300px) and (max-width:640px) and (orientation: landscape) {
	nav {
		min-height: 30px;
	}
	
}