/* YOUR CUSTOM STYLES */

.header-top {
    background: #004e94; /*el color es el que definio Nicolas*/
}
header .container{
    background-color:#004e94;
}
footer#main-footer{
    background-color: #004e94;
} 
.gradientBackground {
    background: #004e94;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 100%);
}