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;
}

ul#list{
color:black;
list-style-type:none;
text-align:left;
line-height:1.5;
}

@media (min-width: 800px)
{
	h1#main_heading{
	   	font-size:325%;
	}
	
	h2{
		font-size:200%;
	}
	
	ul#list{
	 	width:50%;
		margin-left:25%;
		line-height:1.75;
	}
}