/* Make the "Logo" text behave like a logo image */
.loo-clas-head {
  background-image: url("/TradesboundLogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;

  display: inline-block;
  width: 150px;      /* tweak width/height until it looks good */
  height: 100px;
  text-indent: -9999px; /* hides the word "Logo" */
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
