.hero-quote {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem 0.8rem;   /* EVEN SMALLER */
  background: #f7f7f7;      /* matches sidebar */
  border-bottom: 1px solid #d8ccb0;
}

.hero-quote-inner {
  max-width: 560px;         /* slightly narrower for elegance */
  margin: 0 auto;
}

.hero-quote-text {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(0.95rem, 1.6vw, 1.3rem);  /* smaller, refined */
  line-height: 1.32;
  color: #2f2a1e;
  margin-bottom: 0.25rem;
}

.hero-quote-author {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7a6b4a;
}
footer::after {
    content: "Some images of New Deal post office murals are used with the permission of the United States Postal Service®. All rights reserved.";
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
    text-align: center;
}
.artist-entry {
    display: inline-block;
    min-width: 60%;   /* adjust as needed */
}
.jymm-footer {
    clear: both;
}



