@font-face {
    font-family: 'league';
    src: url('../fonts/LeagueGothic-Regular-webfont.eot');
    src: url('../fonts/LeagueGothic-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LeagueGothic-Regular-webfont.woff') format('woff'),
         url('../fonts/LeagueGothic-Regular-webfont.ttf') format('truetype'),
         url('../fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
	display: block;
	clear: left;
}

.tba {
	color: #ccc;
}

body {
	text-align: center;
	-webkit-text-size-adjust: none;
	font-size: 16px;
}

h1,
h2,
h3,
section div {
	font-family: league;
}

h1 {
	display: block;
	height:114px;
	width:590px;
	margin: 40px auto 30px;
	background: url('../images/logo.png') 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	font-size: 4.500em;
	color: #de542f;
	margin: 60px 0 30px;
}

aside h3 {
	font-size: 3em;
	margin: 0 0 10px;
}

a {
	color: #de542f;
	text-decoration: none;
	border-bottom: 5px solid #de542f;
}

a:hover {
	background-color: #ffe3dc;
}

header p,
aside p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.5em;
}

header p {
	font-size: 1.875em;
	line-height: 123.33333333333334%;
	width: 55.26315789473685%;
	text-align: center;
	margin: 0 auto;
}

section div {
	font-size: 2.5em;
	margin: 0 0 120px;
	width: 40%;
	padding: 0 5%;
}

section div > a {
	background: black;
	color: white;
	border: none;
	padding: 10px 10px;
	display: block;
	width: 45%;
	margin: 0 auto;
}

section div > a:hover {
	background: #de542f;
}

section div p {
	margin: 0 0 20px;
}

section div p + p {
	line-height: 1.5em;
	margin: 0 0 40px;
}

#manchester,
#nottingham {
	float: left;
}

#sheffield,
#leeds {
	float: right;
}


aside {
	background: black;
	color: white;
	margin: 100px 0 0 0;
}

aside div {
	padding: 20px 0 40px;
	margin: 0 auto;
	width: 55.26315789473685%;
}

aside h2 {
	color: white;
}

aside p {
	font-size: 1.5em;
	padding: 0 0 10px;
}

aside p a {
	border-bottom: 2px solid;
}

aside p a:hover {
	background-color: #2b2b2b;
}

#copyright p {
	font-size: 1.125em;
}

#sponsors p {
	clear: both;
}

#impression,
#resystems {
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 0;
}



#impression {
	height:104px;
	width:207px;
	background: url('../images/impression.png') 0 0 no-repeat;
	float: left;
	margin: 0 0 50px;
}
	
#resystems {
	height:34px;
	width:301px;
	background: url('../images/resystems.png') 0 0 no-repeat transparent;
	float: left;
	margin: 40px 0 0 50px;
}
	
	
@media all and (max-width: 1010px) {
	#resystems{
		margin: 40px auto;
		float: none;
	}

	#impression{
		margin: 40px auto;
		float: none;
	}
}
	
@media all and (max-width: 768px) {
		section div {
			width: 90%;
			padding: 0 5%;
		}



}

@media all and (max-width: 543px) {
	#resystems {
		width: 100%;
		background-size: 90%;
		background-position: center;
		height: 60px;
	}
}


@media all and (max-width: 640px) {
	
	body {
		font-size: 14px;
	}
	
	h1 {
		background-size: 100%;
		height: 110px;
		margin: 40px auto 0;
	}
	
	h1,
	header p,
	aside div {
		width: 90%;
	}
	
	section div > a {
		width: 90%;
		padding: 20px 20px;
	}
	
	header p {
		margin: 0 auto 30px;
	}

}