/* YOUR CUSTOM STYLES */

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