.header{
  background:White;
  box-shadow:none;
    width: 100%;
    height: auto;
}
.header > .container- > .row{
  background:#e94a4a;
}
.top-nav {
background-color: white;
}
.header > .container- > .row {
    background: DarkGreen;
}

.h2 {
  color: white;
  background-color: Green;
}