img:not(.nostyle){
	width: 100%!important;
	height: auto!important;
}

/* Cabeçalho */

#logo{
	width: 100%;
	margin: 0px;
}

#navbar{
	display: block;
	height: auto;
}
#navbar>div{
	position: static;
}
#navbar>div>a{
	display: block;
	font-weight: bold;
}
#navbar>div:hover>a{
	color: white;
	background-color: transparent;
}

.navbar-dropdown{
	position: static;
	display: block;
	width: auto;
	background-color: transparent;
	border: none;
	padding-left: 40px;
}
.navbar-dropdown a{
	color: white;
}