.uh-header:not(.uh-header-primary) .site-name,
.uh-header-secondary .site-nav { background-color: #54585A; }

/* site header subtitle */
.uh-header-secondary .site-name h1 a::after {
  content: "Home of the Texas Institute for Coastal Prairie Research and Education";
  margin-left: 0.3em;
}

/* On small screens (≤768px): remove pipe and stack text below */
@media (max-width: 768px) {
  .uh-header-secondary .site-name h1 a::after {
    content: "\A Home of the Texas Institute for Coastal Prairie Research and Education"; /* \A adds a line break */
    white-space: pre; /* enables \A as newline */
    font-size: 0.7em;
    margin-left: 0; /* no horizontal gap */
    margin-top: 0.25em; /* spacing between lines */
  }
	
	.uh-header-secondary .site-name h1 a .pipe {
    display: none;
  }
}



