
/* logo-override.css: force the Ikonity logo to show big and clear */
.brand-logo, header .brand img, .navbar .brand img, .navbar-brand img, header img[alt*="logo" i], header img[alt*="ikonity" i]{
  height:80px !important;
  width:auto !important;
}
/* If the layout uses a DIV span.logo with background image, force our logo there */
header .logo, .brand .logo, .site-logo, .navbar-brand .logo, .logo-wrap{
  background-image: url('images/logo.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: inline-block;
  height:80px !important;
  width: 220px !important; /* adjust if needed */
}
