* {
  padding: 0;
  margin: 0;
}

:root {
  --fg-color: #d7d7d7;
  --bg-color: #303030;
  --link-color: #87d7ff;
  --link-color-visited: #d7afd7;
  --main-color: #87d7ff;
  --title-color: #d7d7d7;
  --max-width: 48rem;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
  font-size: 20px;
  color: var(--fg-color);
  background-color: var(--bg-color);
}

a:link,
a:visited,
a:active {
  color: var(--link-color);
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  line-height: 2.0;
  color: var(--fg-color);
}

h1 {
  font-size: 2.0rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#titlebar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

#title img {
  height: 2rem;
  vertical-align: text-bottom;
}

#rss img {
  height: 2rem;
  width: auto;
  vertical-align: text-bottom;
}

header h1 {
  line-height: 1.2;
  font-size: 2.5rem;
}

header h2 {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}

header h1 a:link,
header h1 a:visited,
header h1 a:active {
  color: var(--title-color);
}

main h1 {
  width: 100%;
  text-align: left;
}

main {
  padding: 2rem 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}

.post-date {
  width: 100%;
  text-align: left;
}

article h1,
article h2,
article h3,
article h4,
article h5{
  text-align: left;
  margin: 0.5rem 0 0.2rem 0;
  font-weight: 500;
}

article h1 {
  font-size: 2.0rem;
}

article {
  margin: 0rem 0 1rem 0;
}

article p {
  padding: 0.7rem 0rem;
}

article a:visited {
  color: var(--link-color-visited);
}

article ol,
article ul{
  margin: 0.5rem 0 0.5rem 2rem;
}

.highlight {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: var(--max-width);
  overflow: auto;
}

nav {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 2rem auto;
  max-width: var(--max-width);
}

.nav-main {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
}

.nav-main li {
  font-size: 1.5rem;
}

.recent ul {
  list-style: none;
}

.posts th, td {
  padding: 0 1rem;
}

footer {
  font-size: .6rem;
  font-weight: 300;
  text-align: center;
}

#license img {
  height: 1.2rem;
}

.preset-card-title {
  text-align: center;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.band-card {
  width: calc(calc(var(--max-width) / 2) - 30px);
}

.band-card-title {
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.band-card-title a {
  font-size: 1.5em;
}

.band-card-logo {
  max-width: 80%;
  max-height: 7rem;

  width: auto;
  height: auto;

  margin: 0 auto;
  display: block;
}

.band-card-name {
  text-align: center;
  font-size: 1.5em;
}

.band-card-years {
  text-align: center;
}

.band-card-short-description {
  text-align: center;
  font-style: italic;
}

.band-card-links {
}

.band-card-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.band-card-social {
  height: 1.0em;
}

#band-logo {
  height: 10rem;
}

.pedalboard {
  max-width: 100%;
}
