header,
.primary-background,
.button-primary,
.parallax-image {
    background-color: #2b4948;
}

.text-color-primary,
a:hover {
    color: #2b4948;
}
.main-hero-section {
	box-shadow: none;
}
body.home header, body.product header {
	background: none;
}
.product-hero-section {
    box-shadow: inset 1px -91px 88px 18px #2b4948;
    -webkit-box-shadow: inset 1px -91px 88px 18px #2b4948;
    -moz-box-shadow: inset 1px -91px 88px 18px #2b4948;
}