/* Enter Your Custom CSS Here */
.servicebuttons {
	border: 2px solid #FFFFFF;
	font-size: 20px;
	padding: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
	}
	
.servicebuttons:hover {
	background-color: #FFFFFF;
	color: #2e2e2e;
	text-decoration: none;
	}
.service {
  	background-color:rgba(0,0,0,0.75);
	}