/* BACKGROUND */
.header.topo, header {
	background: none;
}
header {
    height: 250px;
}
#top-bg {
    height: 330px;
}
body {
	background: #0b285e;
}

@media (min-width:577px)  {
    header {height: 280px;}
}

footer {color: white!important;}
footer a {color: var(--color-info)!important;}