.option {
	position: relative;
	padding: 10px 25px 10px 10px;
	background-color: gainsboro;
	cursor: pointer;
	margin: 10px 0px;
}

.option:hover {
	background-color: #b8b8b8;
	box-shadow: 1px 1px 10px #e2e2e2;
}

.cont-arrow {
	position: absolute;
	right: 10px;
	top: 40%;
}

.display-image {
	width: 50%;
	left: 25%;
	position: relative;
	padding-bottom: 20px;
}

.title {
	text-align: center;
	color: black;
	font-family: 'Work Sans', sans-serif;
}

.author {
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	padding-top: 35px;
}

.header {
	height: 8vh;
	background-color: black;
}

.logo {
	max-height: 100%;
	max-width: 100%;
	left: 35%;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.logo {
		left: 0;
	}
}

.state-text {
	font-weight: bold;
}

.sub-title {
	text-align: center;
	color: gray;
	font-family: 'Work Sans', sans-serif;
}

.blurb {
	padding: 10px 0;
}

/*font-family: 'Libre Baskerville', serif;*/
/*font-family: 'Work Sans', sans-serif;*/