@font-face {
  font-family: 'MusicGlyph';
  src: url('/fonts/MusicGlyph.woff') format('woff'), url('/fonts/MusicGlyph.ttf') format('truetype');
}
html {
  background-color: #D3D3BF;
  color: #262626;
  font-size: 22px;
  line-height: 1.3;
  font-family: 'EB Garamond', Times, serif;
  font-weight: 500;
  font-style: normal;
}
header {
  margin: 1.5rem auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #D3D3BF;
  font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
header #logo {
  font-size: 2.2rem;
  text-align: right;
  padding: 0.75em 2.4rem 0.25em 0;
  border-right: 2px solid #262626;
}
header #logo span {
  cursor: pointer;
}
header nav {
  display: flex;
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}
header nav a {
  margin-left: 2em;
  border-bottom: 0.2em solid #00000000;
}
main {
  margin: auto;
  max-width: 32rem;
  padding: 0 2rem 2rem 2rem;
}
main.free-width {
  max-width: none;
}
ul#music-list {
  font-size: 1.6rem;
  margin: 0 auto;
  display: table;
}
ul#music-list li {
  padding-top: 0.5rem;
  margin-right: -4em;
  margin-right: calc(-2.252em - 2.75rem);
}
ul#music-list li .title {
  font-size: 1.8rem;
  font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
ul#music-list li .title.has-audio:before {
  float: left;
  margin-right: -100%;
  transform: translate(-100%, 0);
}
ul#music-list li .title.has-audio:before {
  content: '\266B\A0';
  font-family: 'Arial', 'MusicGlyph';
  font-weight: normal;
}
ul#music-list li .title:after {
  content: '';
  margin-right: 1rem;
}
ul#music-list li a {
  color: #262626;
}
ul#music-list li a:hover,
ul#music-list li a:focus {
  color: #168C77;
}
ul#music-list li a:hover svg,
ul#music-list li a:focus svg {
  color: #168C77;
}
ul#project-list {
  white-space: nowrap;
}
ul#project-list li {
  padding-bottom: 1.25rem;
  margin-left: 45%;
  line-height: 1;
}
ul#project-list li a {
  display: inline-flex;
  color: #262626;
}
ul#project-list li a:hover,
ul#project-list li a:focus {
  color: #7B672C;
  text-decoration: none;
}
ul#project-list li a:hover .title,
ul#project-list li a:focus .title {
  text-decoration: underline;
}
ul#project-list li a .title {
  text-align: right;
  overflow: visible;
  width: 0;
  direction: rtl;
  font-size: 2.2em;
  line-height: 0.9091;
  padding-right: 1rem;
  font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.music-nav {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  width: 100%;
}
.music-nav .right {
  float: right;
  text-align: right;
}
.music-nav .right:after {
  float: right;
  margin-left: -100%;
  transform: translate(100%, 0);
}
.music-nav .right:after {
  content: '\A0\BB';
}
.music-nav .left:before {
  float: left;
  margin-right: -100%;
  transform: translate(-100%, 0);
}
.music-nav .left:before {
  content: '\AB\A0';
}
.lyrics {
  font-style: italic;
  line-height: 1.5;
}
.lyrics * {
  text-align: left;
}
.lyrics .verse:before {
  font-style: normal;
  content: '\2123.\A0';
}
.lyrics .translation {
  font-style: normal;
}
.lyrics .citation {
  float: right;
  text-align: right;
  margin-right: 1em;
}
.lyrics .citation + p {
  display: inline-block;
}
.citation {
  font-style: normal;
  font-weight: 600;
  font-size: 0.9em;
  margin: 0;
}
.lyrics.pair-column {
  display: flex;
  flex-direction: row;
  overflow: auto;
  white-space: nowrap;
}
.lyrics.pair-column .column {
  display: inline-flex;
  flex-direction: column;
}
.lyrics.pair-column .column:nth-child(1) {
  margin-right: 1rem;
}
ol.movements {
  list-style-type: none;
  counter-reset: mvt;
}
ol.movements li:before {
  float: left;
  margin-right: -100%;
  transform: translate(-100%, 0);
}
ol.movements li:before {
  content: counter(mvt, upper-roman) '.\A0';
  counter-increment: mvt;
  font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
ol.movements li[value]:before {
  content: attr(value) '.\A0';
}
.audio-player {
  display: flex;
  height: 2rem;
  box-shadow: 0.05rem 0.05rem 0 0.1rem #57573c;
}
.audio-player * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 2rem;
  display: inline;
  box-shadow: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.audio-player *:not(.audio-timepoint) {
  margin-right: 0.5rem;
}
.audio-player input.audio-progress {
  width: 50%;
  flex-grow: 1;
}
.audio-player input.audio-volume {
  width: 20%;
  max-width: 4rem;
}
.audio-player button {
  padding: 0;
  color: initial;
  border: none;
  align-items: initial;
  box-sizing: initial;
  width: 2rem;
}
.audio-player input {
  -webkit-appearance: none;
}
.audio-player input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #168C77;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
  position: relative;
  top: -0.35rem;
}
.audio-player input::-moz-range-thumb {
  border: none;
  background-color: #168C77;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
  position: relative;
  top: -0.35rem;
}
.audio-player input::-webkit-slider-runnable-track {
  background-color: #262626;
  height: 0.1rem;
}
.audio-player input::-moz-range-track {
  background-color: #262626;
  height: 0.1rem;
}
.audio-player button,
.audio-player input {
  background-color: initial;
  height: 2rem;
  margin-bottom: -0.15rem;
  border-bottom: 0.15rem solid #00000000;
}
.audio-player button:focus,
.audio-player input:focus {
  border-bottom: 0.15rem solid #168C77;
}
.audio-player img,
.audio-player svg {
  height: 100%;
  width: 100%;
}
ul {
  list-style-type: none;
}
ul.bullets {
  padding-inline-start: 1rem;
  list-style-type: disc;
  font-variant-numeric: lining-nums;
}
ul.bullets li {
  margin-top: 0.75rem;
}
p {
  text-align: justify;
  margin: 0 0 0.75rem 0;
}
p.unjust {
  text-align: initial;
}
p.main-width {
  max-width: 32rem;
  margin: 0 auto;
}
p a {
  font-weight: 600;
}
a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
a::selection,
a *::selection {
  color: #262626;
  text-decoration-color: #262626;
}
*:focus {
  outline: none;
}
svg {
  fill: #262626;
}
em {
  font-style: italic;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.1rem;
}
h1,
h2,
h4,
h5 {
  margin: 0.5em 0;
  font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
code {
  font-family: "Fira Code";
  font-size: 0.85em;
  white-space: nowrap;
  background-color: #f0f0e9;
  border: 0.15rem solid #f0f0e9;
}
code .highlight1 {
  color: #A65149;
}
code .highlight2 {
  color: #4F638C;
}
.email-protection {
  display: none;
  user-select: none;
}
.annum {
  columns: 4;
  column-rule: 1px #A69F7C solid;
  text-align: center;
  width: 1298px;
  margin: 1rem auto 0 auto;
  font-size: 22px;
}
.annum > div {
  display: inline-block;
  margin: 0.5rem 0;
  width: 14rem;
}
.annum h4 {
  border-bottom: 1px #A69F7C solid;
  font-size: 1.1em;
}
@media only screen and (max-device-width: 1386px) {
  .annum {
    columns: 3;
    width: 968px;
  }
}
@media only screen and (max-device-width: 1056px) {
  .annum {
    columns: 2;
    width: 638px;
  }
}
@media only screen and (max-device-width: 726px) {
  .annum {
    columns: initial;
    width: auto;
  }
  .annum > div {
    display: block;
    width: auto;
  }
  .annum > div > p {
    margin: 0.5rem auto;
    max-width: 14rem;
  }
}
@media only screen and (max-device-width: 960px) {
  ul#music-list {
    margin-bottom: 1rem;
  }
  ul#music-list li {
    margin-left: 1.6rem;
    margin-right: 0;
  }
  ul#music-list li .title {
    margin-left: -1.6rem;
    display: block;
  }
  ul#music-list li .title.has-audio:before {
    margin-right: initial;
    transform: none;
  }
  ul#music-list li .title:after {
    display: none;
  }
  ul#project-list {
    font-size: 2.5vw;
  }
}
html.accent1 *::selection {
  background-color: #c8b3a2;
}
html.accent1 header nav a:nth-child(1) {
  border-bottom: 0.2em solid #A65149;
}
html.accent1 header #logo span:hover {
  color: #A65149;
}
html.accent1 main a {
  color: #A65149;
}
html.accent1 main a:hover,
html.accent1 main a:focus {
  text-decoration: underline;
}
header nav a:nth-child(1):hover,
header nav a:nth-child(1):focus {
  color: #A65149;
  border-bottom: 0.2em solid #A65149;
}
header nav a:nth-child(1)::selection {
  background-color: #c8b3a2;
}
html.accent2 *::selection {
  background-color: #a4c1ad;
}
html.accent2 header nav a:nth-child(2) {
  border-bottom: 0.2em solid #168C77;
}
html.accent2 header #logo span:hover {
  color: #168C77;
}
html.accent2 main a {
  color: #168C77;
}
html.accent2 main a:hover,
html.accent2 main a:focus {
  text-decoration: underline;
}
header nav a:nth-child(2):hover,
header nav a:nth-child(2):focus {
  color: #168C77;
  border-bottom: 0.2em solid #168C77;
}
header nav a:nth-child(2)::selection {
  background-color: #a4c1ad;
}
html.accent3 *::selection {
  background-color: #a7b3cd;
}
html.accent3 header nav a:nth-child(3) {
  border-bottom: 0.2em solid #4F638C;
}
html.accent3 header #logo span:hover {
  color: #4F638C;
}
html.accent3 main a {
  color: #4F638C;
}
html.accent3 main a:hover,
html.accent3 main a:focus {
  text-decoration: underline;
}
header nav a:nth-child(3):hover,
header nav a:nth-child(3):focus {
  color: #4F638C;
  border-bottom: 0.2em solid #4F638C;
}
header nav a:nth-child(3)::selection {
  background-color: #a7b3cd;
}
html.accent4 *::selection {
  background-color: #c7b684;
}
html.accent4 header nav a:nth-child(4) {
  border-bottom: 0.2em solid #7B672C;
}
html.accent4 header #logo span:hover {
  color: #7B672C;
}
html.accent4 main a {
  color: #7B672C;
}
html.accent4 main a:hover,
html.accent4 main a:focus {
  text-decoration: underline;
}
header nav a:nth-child(4):hover,
header nav a:nth-child(4):focus {
  color: #7B672C;
  border-bottom: 0.2em solid #7B672C;
}
header nav a:nth-child(4)::selection {
  background-color: #c7b684;
}
@media only screen and (max-device-width: 720px) {
  html {
    font-size: 3.05vw;
  }
  header {
    padding: 1rem 0 0.5rem 0;
    margin: 0 0 0.5rem 0;
    flex-direction: column;
  }
  header #logo {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 0 0.45rem 0;
    border: none;
  }
  header #logo br {
    display: none;
  }
  header nav {
    font-size: 1.1rem;
    width: 100%;
    display: flex;
    margin: 0;
    justify-content: center;
  }
  header nav a {
    display: inline;
    margin: 0 3.5vw;
  }
  main {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
  ul#music-list {
    font-size: 1.2rem;
  }
  ul#music-list li .title {
    font-size: 1.5rem;
  }
  ul#project-list {
    white-space: initial;
    font-size: 1rem;
  }
  ul#project-list br {
    display: none;
  }
  ul#project-list li {
    margin-left: 1.6rem;
  }
  ul#project-list li a {
    display: initial;
  }
  ul#project-list li a .title {
    margin-left: -1.6rem;
    font-size: 1.8rem;
    text-align: initial;
    overflow: initial;
    width: initial;
    direction: initial;
    padding-right: initial;
    margin-bottom: 0.5rem;
  }
  .music-nav {
    font-size: 1rem;
  }
  ol.movements li {
    margin-left: 0.75rem;
  }
  ol.movements li .audio-player {
    margin-left: -0.75rem;
  }
}
@media only screen and (max-device-width: 720px) and (orientation: portrait) {
  header {
    position: sticky;
    top: -0.75rem;
    z-index: 1;
  }
}
@media only screen and (max-device-width: 656px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-device-width: 480px) {
  .audio-player {
    flex-wrap: wrap;
    height: auto;
  }
  .audio-player input.audio-progress {
    margin-left: 0.5rem;
    width: 100%;
  }
  .audio-player input.audio-volume {
    max-width: initial;
    width: 6rem;
  }
  .audio-player input::-webkit-slider-thumb {
    height: 1rem;
    width: 1rem;
    top: -0.45rem;
  }
  .audio-player input::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
    top: -0.45rem;
  }
}
