/* RealtyForecaster Header Logo Rescue
   Upload to: /public_html/assets/css/header-logo-fix.css
*/

.rf-site-brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none !important;
  line-height:1;
}

.rf-site-logo{
  display:block;
  height:auto;
  width:auto;
  max-width:440px;
  max-height:120px;
  object-fit:contain;
  background:transparent !important;
  image-rendering:auto;
}

.rf-site-brand-text{
  padding:8px 0;
}

.rf-brand-wordmark{
  display:inline-block;
  font-size:clamp(24px,2.1vw,40px);
  font-weight:900;
  letter-spacing:-.03em;
  color:#071527;
  white-space:nowrap;
}

header .rf-site-logo,
.site-header .rf-site-logo,
.header .rf-site-logo,
.navbar .rf-site-logo{
  max-width:440px;
  max-height:120px;
}

@media (max-width: 900px){
  .rf-site-logo{
    max-width:320px;
    max-height:92px;
  }
  .rf-brand-wordmark{
    font-size:clamp(22px,5vw,30px);
  }
}
