h1#main_heading{
font-family: 'Bebas Neue';
font-size:250%;
font-weight:bold;
margin-top:0;
margin-bottom:0.5em;
text-align:center;
color:#e90c41;
}

p.sessions_para{
text-align:center;
margin-top:3.5em;
margin-bottom:1em;
}

p.sessions_para a{
color:white;
background:#017282;
padding:10px;
text-decoration:none
}

p.sessions_para a:hover{
background:green;
}

h2{
font-size:175%;
width:100%;
padding:0;
margin:0;
text-align:center;
color:#017282;
}

.information_row h2{
width:100%;
text-align:center;
}

@media (min-width: 800px)
{	
	h1#main_heading{
	   	font-size:325%;
	}
	
	h2{
		font-size:200%;
	}
	
	p.trophies_para{
		float:left;
		margin-top:1em;
		width:65%;
		line-height:1.75;
	}
	
	div#trophies{
		float:right;
		width:25%;
		margin-top:2.5em;
	}
	
	.information_row h2{
		margin-top:0;
		margin-bottom:2em;
	}
}
