/* CSS Document */

#exhibitions {
	clear: both;
	width: 750px;
	margin-left: 50px;
	margin-right: 50px;
}

#label {
	text-align: center;
	font-family: Syncopate, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: lightgray;
}

#exhibition {
	clear: both;
	width: 750px;
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 00px;
}

#name {
	text-align: center;
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: lightgray;
}

#venue {
	margin-top: 25px;
	text-align: center;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: lightgray;
}

#address {
	text-align: center;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: lightgray;
}

#dates {
	margin-top: 25px;
	text-align: center;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: lightgray;
}

#reception {
	text-align: center;
	font-family: Quicksand, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: lightgray;
}