/*	CSS Document - Personalized CSS for Project */


body {
	font-family: 'Nunito', sans-serif;
	margin-top: 60px;
}

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





.destaque {
	background: url(../../_img/bg.jpg) center center fixed;
	background-size: cover;
	border-bottom: 3px solid #ccdb38;
}

.navbar {
	border-bottom: 2px solid #efefef;
}

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

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

.notification-badge {
	background: #f00;
	border-radius: 5px;
	display: block;
	height: 8px !important;
	margin-left: 15px;
	margin-top: -22px;
	width: 8px !important;
	z-index: 1;
}