
#civicjournalism>p:first-of-type {
	font-size: 1.6rem;
	line-height: 1.33;
	margin-bottom: 0.2rem;
}


#tilde-launch ul {
	margin: 0;
	padding: 0;
}

#tilde-launch ul li:before {
	margin: 0;
	content: '';
}

#tilde-launch ul li {
	display: inline;
}

#tilde-launch ul li:after {
	content: ", ";
}

#tilde-launch section ul li:last-child {
	text-transform: lowercase;
}

#tilde-launch ul li:last-child:after {
	content: "";
}

#spring {
	background: url('/images/content/colour_of_spring') -20px -10px no-repeat, url('/images/content/colour_of_spring') 60px 20px no-repeat, url('/images/content/colour_of_spring') 10px 30px no-repeat;
	text-align: center;
	font-family: "futura-pt-1","futura-pt-2",futura, sans-serif;
}

#spring>p {
	font-size: 18rem;
	color: rgba(251,249,244,1);
	text-shadow: 1px 4px 6px rgba(221,229,224,1), 1px 4px 6px rgba(151,149,144,1);
}

#dante {
	text-align: center;
	font-family: futura, 'Century Gothic', sans-serif;
}

#dante>p {
	font-size: 18rem;
	color: rgba(254,42,0,0.5);
}

#dante>p:after {
	content: "?";
	margin-left: -8.5rem;
	vertical-align: -0.2rem;
	color: rgba(82,49,54,0.5);

}

#fiveyears>p:first-of-type {
	font: bold 5em "Avenir Next", Futura, sans-serif;
	color: rgba(215,75,65,0.4);
	word-spacing: -0.55em;
	text-align: center;
	white-space: pre;
	padding: 2.5ex 0;
	-webkit-transition: color 5s;
	transition: color 5s;
}

#fiveyears>p:first-of-type:hover {
	color: rgba(215,75,65,0.8);
}

#fiveyears>p+p {
	font-size: 0.5em;
}

#fiveyears>p:first-of-type b {
	background: transparent;
	color: rgba(210,75,64,0.7);
	-webkit-transition: color 5s;
	transition: color 5s;
}

#fiveyears>p:first-of-type:hover b {
	color: rgba(215,75,65,0.3);
}
