  .container-header {
  background-color: black;
  background-image: none;
}
.mod-menu {
  background-color: #b18a5e;
}
.mod-menu a {
  color: #000000;
  }
.mod-menu a:hover {
  color: #dab994;
}
.footer {
  background-color: #eab676;
  background-image: none;
}
footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
 a {
    color: #d5945c;
}