body {
	font-family: Raleway;
	font-style: 300;
	padding-top: 100px;
}

.navbar, footer {
	box-shadow: 0 0 20px #ccc;
}

.nav-link {
	text-transform: uppercase;
	font-style: 600 !important;
	font-weight: bold;
}

footer {
	padding: 30px 0 20px;
	background-color: #f9f9f9;
	text-align: center;
	border-top:  1px solid #ccc;

}

.top {
	font-size: 2em;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.5;
	transition: all .5s;
}

.top:hover {
	opacity: 1;
}

section {
	padding: 100px 0;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#coordenacao, #contato, #sobre, #resultados {
	background: #f1f1f1;
}

.img {
	width: 50%;
	border: 10px solid #0096E7;
	border-radius: 100%;
	margin-bottom: 30px;
}