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

body {
	height: 100%;
	margin-top: 75px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bellefair', serif;
	text-transform:  uppercase;
}




.bg-burgundy { background: #7F1610; }

.bg-sombra {
	background: url(../../_img/bg-sombra.jpg) top center no-repeat;
	background-size: cover;
	height: 25px;
	max-height: 25px;
}

.featured {
	background: #010204  url(../../_img/mp-capa.jpg) center center no-repeat;
	background-size: cover;
	height: 80% !important;
}

.nav-item .nav-link {
	color: #fff !important;
	font-family: 'Bellefair', serif;
	text-transform:  uppercase;
}

.txt-burgundy { color: #7F1610; }

.text-shadow-white {
	text-shadow: 1px 1px 2px #010204;
}