html
{
	font-size: 62.5%; -webkit-font-smoothing: antialiased;
}

body
{
	background: url(../img/trevithick-background.jpg) no-repeat;
	background-attachment: fixed;
	background-color: #22365b;
	background-size: cover;
	color: #fff;
	font-family: Georgia, serif;
}

html, body
{
	height:100%;
	line-height: 1.5;
}

a { color: #60cae2; }
a:hover { color: #8ceefb; }

#main-wrapper
{
	height: 100%;
	/*padding-top: 7vh;*/
	position: relative;
}

#first-half, #second-half
{
	display: block;
	width: 100%;
}

#first-half img
{
	display: block;
	max-width: 100%;
}

#first-half
{
	/*background: url(../img/trevithick-poster.jpg) no-repeat;
	background-size: contain;*/
	min-height: 100%;
}

#second-half
{
	box-sizing: border-box;
	font-size: 1.8rem;
	padding: 11%;
}

#second-half article
{
	max-width: 960px;
}

#second-half p
{
	color: #fff;
	margin-bottom: 11%;
}

#second-half h4
{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 5%;
}

#second-half .month
{
	font-size: larger;
	font-weight: bold;
}

#second-half .dates
{
	margin-bottom: 7%;
}

#second-half .dates li
{
	margin-bottom: 5%;
}

#sponsors
{
	padding-top: 22%;
}

#sponsors img
{
	max-width: 100%;
}

#sponsors a
{
	display: block;
	float: left;
	margin-bottom: 6%;
	margin-right: 11%;
	max-height: 200px;
	max-width: 39%;
	min-height: 170px;
}


@media (min-width: 550px)
{

	#second-half
	{
		padding: 7%;
	}

	#second-half p
	{
		margin-bottom: 5%; 
	}

	#second-half .dates
	{
		margin-bottom: 5%;
	}

	#second-half .dates li
	{
		margin-bottom: 3%;
	}

	#sponsors img
	{

	}

	#sponsors a
	{
		display: block;
		float: left;
		margin-bottom: 3%;
		margin-right: 3%;
		max-width: 17%;
	}

	#sponsors .bigger
	{
		max-width: 300px;
		width: 47%;
	}

}

@media (min-width: 1000px)
{

	#first-half
	{
		box-sizing: border-box;
		padding: 2%;
		position: fixed;
		width: 42%;
	}

	#first-half img
	{
		height: auto;
		width: 100%;
	}

	#second-half
	{
		background-attachment: fixed;
		padding: 5%;
		position: absolute;
		right: 0;
		top: 0;
		width: 58%;
	}

	#second-half h4
	{
		font-size: 2.4rem;
	}

	#sponsors
	{
		padding-top: 11%;
	}

}

.past-event
{
	text-decoration: line-through;
}

nav
{
	background-color: #fe8f71;
	display: block;
	height: 7vh;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}

nav a
{
	color: #22365b;
	display: inline-block;
	font-size: large;
	font-weight: bold;
	line-height: 7vh;
	text-decoration: none;
	width: 49%;
}