body {
  margin: 0;
  font-family: 'adobe-caslon-pro', serif;
}

footer {
  background-color: #222;
  padding: 40px 0;
  text-align: center;
}

img {
  object-fit: cover;
}

.cover-image {
  width: 100vw;
  max-height: 90vh;
  height: auto;
  object-fit: cover;
  position: relative;
  display: block;
}

picture.cover-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  color: white;
}

.content h1 {
  margin-bottom: 0;
}

.content hr {
  width: 500px;
  max-width: 80%;
  border: none;
  height: 1px;
  background: white;
  margin: 12px 0 16px;
}

.content .section-description a {
  color: white;
  font-size: 18px;
}

.row {
  display: flex;
  align-content: center;
  z-index: 1;
}

section {
  padding: 40px 0;
}

section:first-child {
  padding-top: 60px;
}

section + hr {
  border: none;
  background-color: #E1E1E1;
  max-width: 80%;
  width: 500px;
  height: 1px;
  margin: 0 auto;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 40px;
}

@media (min-width: 540px) {
  .social-links::before,
  .social-links::after {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: white;
  }
}

.icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon img {
  opacity: 0.8;
}

.icon:hover {
  background-color: #363a3a;
}

.icon:hover img {
  opacity: 1;
  filter: invert(1);
}

.link {
  color: white;
  font-size: 14px;
}

.link:hover {
  color: #363a3a;
}

.link span {
  display: block;
  margin-top: 2px;
}

.credit {
  font-size: 12px;
  color: darkgray;
  text-align: center;
  margin-top: 10px;
}

.credit a {
  color: darkgray;
}

.release-show .link {
  font-size: 20px;
}

.iframe-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 8%;
  width: 100%;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.merch-item {
  width: 100%;
  margin: 0 0 8%;
}

.merch-item a {
  color: #222;
  text-decoration: none;
}

.merch-item__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 4%;
  display: block;
}

.merch-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.merch-item__title {
  color: #222;
  text-decoration: none;
}

.merch-item__price {
  color: #aaa;
}

@media (min-width: 540px) {
  .credit {
    align-self: center;
    margin-left: auto;
    margin-top: auto;
  }
}

@media (max-width: 1023px) {
  .title {
    margin-bottom: 0;
  }

  .row {
    flex-direction: column;
  }
}

@media (min-width: 1023px) {
  .column,
  .columns {
    margin-left: 4%;
  }
}

.songkick-widget {
  margin-left: -10px;
  margin-top: -15px;
  width: calc(100% + 20px) !important;
}
