.top-nav .fa {display:none;
}
.header{
  background:White;
  box-shadow:none;
    width: 100%;
    height: auto;
}
.header > .container- > .row{
  background:#e94a4a;
}
.top-nav {
background-color: white;
}
.header > .container- > .row {
    background: #043b87
;
}

.h2 {
  color: white;
  background-color: Blue;
}
caption {
    caption-side: top;
    text-align: left;
}
.display-none{
  display:none !important;
}