/*	CSS Document - Personalized CSS for Project */
body, html {
	height: 100%;
}

body {
	font-family: 'Merriweather', serif;
	padding-top: 75px;
}


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

footer {
	background: url("../../_img/detalhe-base.jpg") bottom left no-repeat;
}





.box-shadow {
	box-shadow: 5px 5px 8px #666;
}

.bg-transparente {
	background: rgba(0,0,0,0.7);
}

.capa {
	background: url("../../_img/capa-foco.jpg") top center;
	background-size: cover;
	height: 80%;
}

.nav-item a {
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
}

.nav-item a:hover {
	color: #ccc !important;
}

.text-shadow {
	text-shadow: 2px 2px 2px #000;
}