:root {
  --evo-brand-secondary: #1B9473;
  --evo-brand-accent: #da3d34;
  --evo-header-background: #fff;
}

.header-full .logo img {
/* Change this for desktop */
   max-width: 150px !important;
   height: auto !important;
   max-height: none !important;
}

/* Change logout button color */
div.customertools .nav .sidebar-logout a {
    color: #000000;
    font-weight: 500;
}