.button {
	padding:.5em 2em;
	vertical-align: bottom;
	display: inline-block;
	background:#DD221F;
	text-decoration: none;
	color:#fff;
}
.button:hover {
	background:#BF9F61;
	color:#fff;
}