.facebookfoto { 
	margin-bottom: 40px;
}
.facebookfoto h1{
	padding-right: 50px;
}
.facebookfoto a {
	color: black;
	display: block;
	padding-right: 50px;
	position: relative;
	transition: color 0.1s ease-in;
}
.facebookfoto a:hover,
.facebookfoto a:focus {
	color: #c92134;
	text-decoration: none;
	transition: color 0.1s ease-in;
}
.facebookfoto a span {
	position: absolute;
	color: #c92134;
	right:0;
	top:11px;
	font-size: 30px;
}

article.event h3+h2{
	margin-top:0;
}
article.event h3{
	color: #c92134;
}