/* Use text logo instead of image */
#skosmos-logo-top {
  background-image: none;
  width: auto;
  height: auto;
  display: inline-block;
}

#skosmos-logo-top h2,
#skosmos-logo h1 {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap;
  border: 0;
}

#skosmos-logo-top h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
}

#skosmos-logo {
  background-image: none;
  width: auto;
  height: auto;
}

#skosmos-logo h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  padding: 0.5rem 0;
}
