/* YOUR CUSTOM STYLES */

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