/*	CSS Document - Personalized CSS for Project */

body {
	font-family: 'Lato', sans-serif;
}





#featured {
	background: #a091ce url(../../_img/destaque-fundo.jpg) center center no-repeat;
	background-size: cover;
}





.bg-purple { background: #a091ce; }
.bg-green { background: #b6d6bc; }

.linha-destaque {
	background: url(../../_img/dest-line.png) center center no-repeat;
}

.text-purple { color: #a091ce; }
.text-green { color: #b6d6bc; }

.img-thumbnail {
	border: 0 !important;
}