header .logo-container {
	width: 100%;
}
header h1, .projetos .col {
	text-align:center;
}
main {
	padding-top:20px;
}
.projetos a.col {
	color:#212529;
	text-decoration:none;
	margin-bottom:1%;
}
.logo-container {
	background:#fafafa;
	width: 60%;
	margin: 10px auto;
	position: relative;
}
.logo-container > img {
	width:100%;
	padding:10%;
}
.inativo * {
	cursor: no-drop;
}
.inativo .logo-container > img {
	filter: grayscale(100%);
}
/* Service Status */
.service {
	width: 9%;
	height: 9%;
	position: absolute;
	right: 11%;
	top: 11%;
	background: #f00;
}
.service.active {
	background: #0f0;
}
.service.inactive {
	background: #f00;
}