.sortingceremony {
	margin: 24px;
	font-family: 'CormorantGaramond';
}

.sortingceremony p {
	font-size: 18px;
}

.option-group {
	font-size: 18px;
}

button.button1 {
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
	color: #fefbf5;
	border-color: #654c22;
	border: 1px solid transparent;
	background-color: #654c22;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 3px;
	width: auto !important;
	line-height: 1.5;
}

button.button1:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.1) 100%);
}

#submit-button {
	display: none;
}

.quiz-controls {
	margin-top: 24px;
	text-align: center;
}

.header-image {
	width: 100%;
	margin: auto;
	display: block;
}