/* Text brand name instead of logo images */
.demo-brand-name {
  display: inline-block;
  font-family: inherit;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: #0f6e6a;
  text-decoration: none !important;
  white-space: nowrap;
}

.demo-brand-name:hover,
.demo-brand-name:focus {
  color: #0c5854;
  text-decoration: none !important;
}

.demo-brand-name--light {
  color: #f6f1e8;
}

.demo-brand-name--light:hover,
.demo-brand-name--light:focus {
  color: #fff;
}

.demo-brand-name--nav {
  color: #fff !important;
  font-size: 1.35rem;
  padding: 0.35rem 0;
}

.main-header-one__bottom-left .logo-box a.demo-brand-name {
  color: #fff;
  padding: 18px 0;
  font-size: 1.75rem;
}

.main-header-one__bottom-left .logo-box a.demo-brand-name:hover {
  color: #fff;
}

.mobile-nav__content .logo-box .demo-brand-name {
  color: #0f6e6a;
  font-size: 1.5rem;
}

.footer-one__about-logo .demo-brand-name {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
