/* Scoped Artist Bio and footer refinement. */
#about.about {
  background: #ffffff;
}

footer {
  min-height: 130px;
  padding: 26px 4vw;
}

@media (max-width: 760px) {
  footer {
    min-height: 110px;
    padding: 20px 22px;
  }
}
