body, html {

	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	background: url("images/fundo-trigo.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1 {
	font-weight: bolder;
}

.container {
	min-height: 80%;
}
  
.sticky-navigation {
	background: #000;
}

header {
	background: #FFF;
	height: 40px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFF;
}

#rodape {
	clear: both;
	background: #000;
	width: 100%;
	padding: 1% 0;
	float: left;
	margin-top: 5%;
}

footer #rodape .copyright {
	margin: 0;
}

#rodape ul li {
	display: inline-block;
}

#rodape ul li img {
	max-height: 53px;
}

@media (max-width: 600px) {
	#rodape ul li img {
		max-height: 40px;
	}	
}

@media (max-width: 400px) {
	#rodape ul li img {
		max-height: 30px;
	}	
}

@media (max-width: 350px) {
	#rodape ul li img {
		max-height: 25px;
	}	
}