
/* Brand text styles for header logo */
.brand{
  font-weight:700;
  font-size:20px;
  letter-spacing:0.5px;
  text-decoration:none!important;
  color:#FFFFFF;
  display:inline-block;
  line-height:1;
}
.brand .accent-any{ color:#C56D5D; } /* sampled from reference */
.brand .accent-i{ color:#7AA1CC; }   /* lighter blue for the "i" */
.panel.top .left a.brand:hover{ opacity:0.95; }
