:root {
  --primary-color: #B07E50;
  --primary-color-rgb: 176, 126, 80;
  --secondary-color: #B07E50;
  --secondary-color-rgb: 176, 126, 80;
}

header{
    background-color:#fff!important;
}

div#logo img {
    max-height: 50px;
}

.big40{
    font-size: 40px;
}

footer.section-dark {
    background-color: #cb6843 !important;
}

.id-color{
    color: #ffffff;
}