.container-header {
  background-color: #001e20;
  background-image: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #dabc50;
}

.container-header .navbar-brand a {
    color: #dabc50;
}

.container-header .site-description {
    color: #dabc50;
    white-space: normal;
    font-size: 1rem;
}

.footer {
    color: #dabc50;
    background-color: #001e20;
    margin-top: 1em;
}