/*	CSS Document - Personalized CSS for Project */

html, body { height: 100%; }

body {
	font-family: 'Cabin', sans-serif;
	padding-top: 40px;
}

h1, h2, h3 {
	font-family: 'Cookie', cursive;
}

h1 {
	font-size: 76px;
}

h2 {
	font-size: 58px;
}

nav {
	border-bottom: 1px solid #eee;
}





#featured {
	background: #792E7C;
	background-size: cover;
	min-height: 100%;
}

#featured h1 {
	color: #fff;
	text-shadow: 2px 2px #000;
}





.bg-purple { background: #792E7C; }

.border-bottom-natan {
	border-bottom: 4px solid #792E7C;
}

.btn {
	border-radius: 0 !important;
}

.dropdown-item {
	text-align: center;
}

.nav-item {
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
}

.sombra-topo {
	background: url(../../_img/sombra-topo.png) bottom center repeat-x;
}

.text-purple { color: #792E7C; }