@charset "utf-8";
/* CSS Document */

body	{background:#573C78 /*url(../images/stations_body_bg.png)*/;

}

.img-center {
	margin-left:auto;
	margin-right:auto;
}


.station-header {
	width:100%;
	height:auto;
	margin-bottom:50px;
	margin-top:20px;
	}

.stations {
	line-height:28px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	
}

.stations i {
	font-family: 'IM Fell French Canon', serif;
	font-size:22px;
}

.stations p	{
	font-size:18px;
	color:#ffd667;
	text-align:justify;
	padding-left:15px;
}

.stations p	span {
	color:#D35B26;
}

.stations h4	{
	font-size:30px;
	color:#D35B26;
	margin-bottom:30px;
	margin-top:30px;
	font-family: 'IM Fell French Canon', serif;
}

.stations h5	{
	font-size:24px;
	color:#D35B26;
	font-weight:700;
	padding-left:15px;
	font-family: 'IM Fell French Canon', serif;
}

.stations_footer	{
	
	background-color: #9c27b0;
	color:white;
}

.resurrection_footer	{
	
	background-color: #FFE97F;
	color:white;
}


.resurrection .wrapper {
	background:#ECE5DD url(./stations_images/resurrection_bg.jpg) no-repeat;
	
}

.resurrection p	{
	font-size:18px;
	color:#CC2222;
	text-align:justify;
	padding-left:15px;
}

.resurrection h4	{
	font-size:30px;
	color:#A42222;
	margin-bottom:30px;
	margin-top:30px;
	font-family: 'IM Fell French Canon', serif;
}

.resurrection h5	{
	font-size:24px;
	color:#A42222;
	font-weight:700;
	padding-left:15px;
	font-family: 'IM Fell French Canon', serif;
}

