a, h1, h2 {
  color: #823701;
}

.button {
  background: #823701;
}

.button.button-outline:hover {
  background: #333;
  color: #fff;
}

.button.button-outline {
  background: #823701;
  color: white;
  border: 1px solid white;
  
}

body {
  background: #ffa500;
 
}

.container.wrap {
 background: #fff8d3;
}

footer.container, a#footer.container, a.footer.container {
  color: white; 
}

.logo {
  text-align: center;
}

footer a {
  color: white;
}