body {
  background: #fff !important;
}

#iLogo {
  margin: auto;
}

#iHeader {
  height: 50px;
  background: #000046;
}

#iHeader .topHeadCtr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

#iFooter {
  background: #ffffff;
}

#iFooter .innerContainer,
#iFooter .innerContainer a {
  color: #000046;
}

@media (min-width: 320px) {
  #iHeader {
    height: 60px;
  }
}

@media (min-width: 480px) {
  #iHeader {
    height: 115px;
  }

  #iLogo img {
    max-width: 50% !important;
  }
}
