:root{
    --primary:#00193a;
    --secondary:#1eb5b9;
    --dark:#333;
    --light:#f6f6f6;
    --grey:#888;
    --white:#fff
  }

  @media screen and (max-width: 767px) {
    .topHeader {
        background: var(--primary)!important;
    }
    .logo .w-auto{width:100%}
  }