/* Principal */
body {
	padding-top: 50px;
}

#menu {
	background: #0e152f;
	border: none;
}

#menu a, #menu .icon-bar {
	color: #FFFFFF;
}

#menu .active a {
	background-color: #bd0926;
}

#contato {
	padding: 20px 0;
	background-color: #ecf0f1;
}

footer {
	padding: 20px 0;
	background-color: #1b2b61;
	color: #FFFFFF;
}

footer a, footer a:hover {
	color: #FFFFFF;
}

.btn_topo {
	padding: 10px;
	background-color: #bd0926;
}

.btn_topo:hover {
	background-color: #80061a;
}

@media screen and (min-width: 768px) {
	#menu {
		background: url(../imagens/fundo_menu.jpg) center top no-repeat #0e152f;
		border: none;
	}
}