#logo img.header-logo-dark{
  transition: transform 0.15s ease-in-out;
}

#logo:hover img.header-logo-dark{
  transform: scale(1.03);
}
