.navigation {
  max-width: 800px;
  padding: 0;
}
.navigation .item {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 500;
  color: #222222;
}

.forward-arrow {
  color: #b07a3a;
  margin-right: 1em;
}

@media (max-width: 1200px) {
  .navigation {
    margin-top: 4em;
  }
  .navigation .item {
    text-align: left;
    margin-bottom: 1em;
  }
  .forward-arrow {
    margin-right: 0.5em;
  }
}
.concert-main--east7 {
  height: 240px;
  background: linear-gradient(135deg, #1a0608 0%, #5f0709 40%, #921e23 75%, #1a0608 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.concert-main--east7 > .row {
  width: 100%;
}
.concert-main--east7 p.orchestra-name {
  position: static;
  top: auto;
}
.concert-main--east7 p.concert-name {
  position: static;
  top: auto;
}
.concert-main--east7 .concert-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-top: 12px;
  text-align: center;
}

.program-notes .program-note .program-note-credit {
  text-align: right;
  font-size: 13px;
  color: #555;
  margin-top: 1em;
}
