.SchoondijkeFuneral {
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.bigtext { /*overall wrapper and background for all text*/
	margin-top: 20px;
	background-color: rgba(255,255,255,0.95);
	font-family: Arial;
	font-size: 12pt;
	padding: 8px 16px;
}

#Mayor {
	float: right;
	width: 30%;
	margin: 10px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
	border-radius: 25px;
}

#Funeral1948 {
	float: left;
	width: 25%;
	margin: 10px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
	border-radius: 25px;
}

#GeorgeRoney {
	float: right;
	max-width: 25%;
	margin: 10px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
	border-radius: 25px;
}

#RobTrishWreath {
	float: left;
	max-width: 25%;
	margin: 10px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
	border-radius: 25px;	
}

#DaveReading {
	max-width: 24%;
	margin: 10px 5px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
}

#RichieWrightWreath {
	max-width: 24%;
	margin: 10px 5px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
}

#ChrisPerkins {
	max-width: 24%;
	margin: 10px 5px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
}

#RoneyWreath {
	max-width: 24%;
	margin: 10px 5px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
}

#credit { /* credits formatting */
	font-family: Arial;
	font-size: 11pt;
	padding: 8px 16px;
}