@charset "utf-8";
/* CSS Document */





#services .services-wrapper {
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 40px;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#services .services-wrapper:hover {
	background-color: rgba(255,255,255,0.7);
}

#services h3 {
	font-family: "Museo Sans 100", "Museo Sans 300", "Museo Sans 500", "Museo Sans 700", "Museo Sans 900";
	font-size: 14px;
	font-weight: 200;
	text-align: justify;

}

#services .services-wrapper i {
margin: 5px;
color: rgb(40, 141, 203);
font-size: 60px;
}
