/* Brand logo mark (barzenoni brand book). Requires static/logo.png (transparent bg).
   Use background-color (not the `background` shorthand) so the image is kept. */
.brand .logo.brandmark{
  background-color:transparent !important;
  box-shadow:none !important;
  color:transparent;
  background-image:url('/static/logo.png') !important;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
