/* YOUR CUSTOM STYLES */

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