#id_Header1 {
    background-color: #17324D;
}
/* 1. SMALL MOBILE PHONES (Portrait) */
@media screen and (max-width: 479px) {
  .header-logo img {
    max-width: 100px !important;
    height: auto !important;
  }
}

/* 2. LARGE PHONES & PHABLETS (Landscape Mobile) */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .header-logo img {
    max-width: 120px !important;
    height: auto !important;
  }
}

/* 3. IPADS & TABLETS (Portrait) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo img {
    max-width: 160px !important;
    height: auto !important;
  }
}