@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 18px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  color: #222;
  line-height: 1.5;
  text-align: left;
}

div.masthead {
  background-color: #009a00;
  color: #fff;
  margin-bottom: 3rem;
  box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}

div.container {
  max-width: 60rem;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

nav {
  padding: 0.5rem;
}
nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
nav a:hover {
  color: #eed;
}

header {
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #eee;
  display: block;
}
header h1 {
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 4rem;
}
header h1 img {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  top: -0.3rem;
  left: -4rem;
}
header h1 a {
  color: inherit;
  text-decoration: none;
}
header h1 a:hover {
  color: #555555;
}
header p {
  font-size: 1.1rem;
  color: #777;
  font-weight: 300;
  margin-left: 0.3rem;
}

div.main p {
  text-align: justify;
}

aside {
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: auto;
}
aside div.box {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}
aside div.icons {
  margin-top: 1.5rem;
}
aside div.icons img {
  width: 24px;
  height: auto;
  margin-right: 0.2rem;
  vertical-align: baseline;
}
aside h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

footer {
  padding: 2.5rem 0;
  margin-top: 3rem;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.1rem solid #e5e5e5;
}
footer p {
  margin-bottom: 0;
}
footer div.icons {
  margin-bottom: -0.3rem;
  margin-top: 10px;
}
footer div.icons img {
  width: 32px;
  height: auto;
  margin-right: 0.2rem;
  vertical-align: baseline;
}

a {
  transition: all ease 200ms;
  color: #009a00;
  text-decoration: none;
}
a:hover {
  color: #006700;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p.post-date {
  margin-top: -2rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-size: 0.9rem;
  color: #777;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  clear: both;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: 500;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.1rem solid #eee;
}

ul p {
  margin: 0;
}

p + ol, p + ul, ul + ul {
  margin-top: -20px;
}

div.header-box {
  margin-top: -10px;
  margin-bottom: 20px;
}
div.header-box img {
  height: 200px;
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
div.header-box h2 {
  line-height: 1.05;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 600;
  clear: none;
}
div.header-box p {
  text-align: left !important;
}
div.header-box p.artist {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 0;
}
div.header-box p.meta {
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0;
}
div.header-box p.extra-meta span {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  background-color: #c00;
  padding: 2px 5px;
  border-radius: 5px;
}

div.release {
  text-align: center;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
div.release img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
div.release span.title, div.release span.artist {
  display: block;
  line-height: 1.1;
}
div.release span.artist {
  font-size: 0.8rem;
}
div.release span.year {
  color: #666;
  font-size: 0.8rem;
}
div.release:hover {
  background-color: #eee;
}

div.main-box {
  max-width: 660px;
}

div.help-box {
  background-color: #eee;
  font-size: 1.1rem;
  font-style: italic;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.help-box.non-italic {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

thead {
  border-bottom: 2px #000 solid;
}

tr + tr.line {
  border-top: 2px #000 solid;
}

tr.bold {
  font-weight: bold;
}

tr.italic {
  font-style: italic;
}

td, th {
  max-width: 390px;
  vertical-align: top;
  padding: 2px 5px;
  border: 1px #000 dotted;
}
td.number, th.number {
  text-align: right;
}

p.menu-list {
  text-align: left !important;
  max-width: 900px;
}
p.menu-list a {
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  div.header-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    float: none;
  }
  div.header-box h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  header h1 {
    font-size: 2.8rem;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #fff;
  }
  a {
    color: #00cd00;
  }
  a:hover {
    color: #009a00;
  }
  div.box, div.help-box {
    background-color: #222;
  }
  img.email {
    filter: invert(1);
  }
  header p {
    color: #fff;
  }
  header h1 a:hover {
    color: #aaa;
  }
  footer {
    background-color: #222;
    border-top: none;
    color: #fff;
  }
  table thead tr {
    border-bottom: 2px #fff solid;
  }
  table tbody tr {
    border-bottom: 1px #fff dotted;
  }
  div.release:hover {
    background-color: #444;
  }
  div.release span.year {
    color: #aaa;
  }
}

/*# sourceMappingURL=main.css.map */
