.btn-gray {
	background: #666;
	color: #fff;
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 3px;
	border: solid 2px #666;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}
.btn-gray:hover,
.btn-gray:focus {
	background: #fff;
    color: #666;
}

.text-upper {
	text-transform: uppercase;
}