/* YOUR CUSTOM STYLES */

.header-top {
    background: #8b6c49; /*el color es el que definicio Nicolas*/
}
header .container{
    background-color:#8b6c49;
}
footer#main-footer{
    background-color: #8b6c49;
} 

footer#main-footer .text-color{
    color: #ceb598 !important;
} 

footer#main-footer * > small, small {
    color: #ceb598 !important;
} 

footer#main-footer .btn-primary {
  background-color: #ceb598;
  border-color: #ceb598;
}
footer#main-footer .btn-primary:hover {
  background-color: #ceb598;
  border-color: #ceb598;
}
.gradientBackground {
    background: #8b6c49;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 100%);
}