.nominate-button {
	display: none;
}

body.front  .nominate-button {
	display: inline-block;
	border: 1px solid #e52401;
	border-radius: 6px;
	padding: .5em;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: bold;
}