@media (max-width: 768px) {
  header {
    background-color: #3F4A3C !important; /* your olive green */
  }
}
html, body {
  overflow-x: hidden;
}

