body{
	font-family: 'Playfair Display', serif;
}
.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: 100%;
}

.title{
	font-family: 'Creepster', cursive;
	text-align: center;
	color: #ff5f5f;
}

.author{
	text-align: center;
	font-family: 'Creepster', cursive;
}

.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;
}

.image{
	width: 100%;
}

.name{
	text-align: center;
}

.endorse{
    border: solid 3px #60b575;
}

.circle{
	border-radius: 50%;
    width: 30%;
    position: relative;
    left: 35%;
}


.text{
	margin-bottom: 50px;
    font-family: "Times New Roman", Georgia, Serif;
    padding: 20px 50px;
}