/* --------------------------------------
   Layout
   -------------------------------------- */

body {
	padding-top: 50px;
}
.main {
	margin-bottom: 50px;
}
img {
	max-width: 100%;
}
img.logoheader {
	margin: 10px 30px 0 0;
}
a.navbar-brand {
	max-width: 500px;
}
#header {
	background: #222 url('../../imagens/sao-francisco.jpg') center center no-repeat;
	background-size: cover;
	color: white;
	min-height: 300px;
	border-radius: 0;
}
#features {
	text-align: center;
}
#features img {
	margin: 0 0 20px;
}
#participacao {
	background: #222 url('../../imagens/participacao.jpg') center center no-repeat;
	background-size: cover;
	color: white;
	min-height: 330px;
}
footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}

/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimize: ;
	legibility;
}
h3 {
	margin: 30px 0 15px;
}
h4 {
	margin: 30px 0 10px;
}
.well .page-header {
	margin-top: 0;
}
.well .page-header h1 {
	margin-top: 0;
}
ul.unstyled {
	list-style: none;
	padding: 0;
}
.tab-content {
	margin-top: 25px;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */


/* --------------------------------------
   Global Styles
   -------------------------------------- */


/* --------------------------------------
   Media Queries
   -------------------------------------- */


/* Portrait & landscape phone */

@media (max-width: 480px) {}

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {}

/* Large desktop */

@media (min-width: 1200px) {}
