/*	CSS Document - Personalized CSS for Project */

body {
	font-family: 'Muli', sans-serif;
	padding-top: 55px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Ubuntu', sans-serif;
}










#destaque {
	background: url(../../_img/capa.jpg) center center no-repeat;
	background-size: cover;
	min-height: 500px;
}










.bg-black { background: #000 !important; }
.bg-green { background: #5f964b; }
.bg-grey { background: #eee; !important}

.nav-link {
	color: #fff !important;
}

.text-muli { font-family: 'Muli', sans-serif; }
.text-ubuntu { font-family: 'Ubuntu', sans-serif; }