body {
  background-color: #e1d2a8;
}

.container-header {
  background-color: inherit;
  background-image: inherit;
}

.navbar-brand {
  position: inherit;
  flex: 1;
  text-align: center;
}

.container-header .mod-menu {
  color: inherit;
}

a, .container-header .mod-menu > li > a {
  color: #464237;
}

a:hover, .container-header .mod-menu > li > a:hover {
  color: #26241e;
}

.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
	background: #26241e;
}

.footer {
  background-color: inherit;
  background-image: inherit;
  color: inherit;
}

.footer a:not(.btn) {
  color: #aaa;
}

