/* Small SEO helpers. Visually hidden heading when a visible H1 would disrupt layout. */
.seo-sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.music-page-title{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  font-size:42px;
  color:#3e3328;
  text-align:center;
  margin:10px 0 24px;
  letter-spacing:.5px;
}
