#header {
  background-color: rgb(99, 152, 110);
}

.c-header.state--has-scrolled#header {
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}