/* You can customize theme styles here */
body {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  background: rgb(255, 249, 237);
  overflow: overlay;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.t-align-center {
  text-align: center;
}

.t-align-middle {
  display: flex;
  align-items: center;
}

.t-align-top {
  display: flex;
  align-items: flex-start;
}

.t-align-bottom {
  display: flex;
  align-items: flex-end;
}

.before-full::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.hidden {
  display: none;
}

.width-full {
  width: 100%;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}

.scroll-y {
  overflow-x: hidden;
  overflow-y: scroll;
}

*, :after, :before {
  box-sizing: border-box;
}

li.nav-item {
  list-style-type: none;
}

a, button {
  transition: transform ease-out 0.1s;
  outline-color: transparent !important;
}
a:focus:not(:hover), button:focus:not(:hover) {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
a:hover:active, button:hover:active {
  transform: scale(0.99);
}

button {
  padding: 6px 14px 8px 14px;
  border: solid 1px black;
  background: none;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

button:focus {
  outline: none;
}

.no-blend {
  mix-blend-mode: normal !important;
}

.blend-lighten {
  mix-blend-mode: lighten !important;
}

a.link {
  color: inherit;
}
a.link:hover {
  text-decoration: underline;
}

/*
 *  Header
 */
.header::before {
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.5) 100%);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3), 0px 15px 30px 10px rgba(0, 0, 0, 0.3);
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}

body:not(.body--scrolled) .navbar-brand {
  opacity: 0;
}

body.body--scrolled .header {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body.body--scrolled .header::before {
  -webkit-backdrop-filter: saturate(20%) blur(15px) contrast(100%) brightness(1);
          backdrop-filter: saturate(20%) blur(15px) contrast(100%) brightness(1);
  opacity: 1;
}
body.body--scrolled .navbar-nav {
  opacity: 1;
}
body.body--scrolled .navbar-brand {
  transition: opacity 0.2s;
}

.header .navbar-toggler:not(.nav-link) {
  top: 6px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.navbar-brand img {
  margin-left: 20px;
  margin-right: 6px;
}

.navbar-brand:hover {
  text-decoration: none;
  color: inherit;
}

a.nav-link {
  padding: 0px;
}

/*
 *  Sections
 */
.footer {
  z-index: 100;
}

.footer__left, .footer__right {
  width: 200px;
}

.footer__right {
  margin: 0px;
  padding: 0px;
}
.footer__right img {
  height: 18px;
  margin-top: -2px;
}

.navbar-nav {
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out;
}
.navbar-nav img {
  height: 1em;
  margin-top: -4px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.navbar-nav:hover {
  opacity: 1;
}
.navbar-nav:hover img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

/*
 *  Sections
 */
.section {
  z-index: 10;
  padding-top: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding-top: 10vh;
}
.section h2 {
  text-align: center;
}
.section .container {
  flex: 1;
  padding: 0px;
  padding-top: 6vh;
  padding-bottom: 50px;
  margin: 0px;
  max-width: 66%;
  min-width: 300px;
}

.t-content {
  text-align: justify;
  z-index: 1;
}

.t-content span.t-stylised {
  display: inline-block;
  padding-bottom: 1em;
}

.t-content span.t-stylised span {
  display: inline;
  font-family: serif;
  font-size: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1em;
}

.row {
  margin: 0px;
}

.scroller {
  scroll-snap-type: x mandatory;
}
.scroller .scroller-item {
  scroll-snap-align: center;
}

.scroller-controller {
  position: absolute;
  align-items: center;
  top: 40%;
  background: rgba(255, 255, 255, 0.125) url(../img/icons/nav.svg);
  background-position: 65% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 9vh;
  height: 12vh;
  font-weight: normal;
  font-family: monospace;
  -webkit-backdrop-filter: saturate(90%) blur(15px) contrast(80%) brightness(90%);
          backdrop-filter: saturate(90%) blur(15px) contrast(80%) brightness(90%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 50px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border-radius: 100% 0% 0% 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  will-change: margin;
  transition: margin ease-out 0.15s;
}
.scroller-controller.right {
  right: 0px;
}
.scroller-controller.right.disabled {
  margin-right: -10vh;
}
.scroller-controller.left {
  left: 0px;
  transform: scale(-1, 1);
}
.scroller-controller.left.disabled {
  margin-left: -10vh;
}
.scroller-controller div {
  line-height: 2vh;
  margin: 0px;
}

#shows .container, #videos .container {
  justify-content: center;
}
#shows .container h2, #videos .container h2 {
  display: block;
}
#shows .container .row:first-of-type, #videos .container .row:first-of-type {
  align-items: flex-start;
  justify-content: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  margin: 0px;
}
#shows .container .row#shows_list, #videos .container .row#shows_list {
  padding-top: 6vh;
  padding-bottom: 4vh;
  position: relative;
}
#shows .container .row#shows_list ul, #videos .container .row#shows_list ul {
  display: flex;
  flex-direction: row;
  align-items: stetch;
  margin-bottom: 0px;
}
#shows .container .row#shows_list ul li.show, #videos .container .row#shows_list ul li.show {
  position: relative;
  text-align: center;
  padding: 4vh;
  border-radius: 1.5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25), 0px 5px 15px rgba(0, 0, 0, 0.25);
  height: auto;
  width: 50vh;
  max-width: 80vw;
  margin-right: 5vh;
  margin-left: 5vh;
}
#shows .container .row#shows_list ul li.show img, #videos .container .row#shows_list ul li.show img {
  transition: filter ease-out 0.25s;
}
#shows .container .row#shows_list ul li.show h3, #videos .container .row#shows_list ul li.show h3 {
  transition: opacity ease-out 0.25s;
}
#shows .container .row#shows_list ul li.show.disabled .separator, #shows .container .row#shows_list ul li.show.disabled .store, #shows .container .row#shows_list ul li.show.disabled .time, #videos .container .row#shows_list ul li.show.disabled .separator, #videos .container .row#shows_list ul li.show.disabled .store, #videos .container .row#shows_list ul li.show.disabled .time {
  display: none;
}
#shows .container .row#shows_list ul li.show.disabled:not(:hover), #videos .container .row#shows_list ul li.show.disabled:not(:hover) {
  background: radial-gradient(ellipse at center, rgba(150, 150, 150, 0.3) 0%, rgba(60, 60, 60, 0.3) 85%) !important;
}
#shows .container .row#shows_list ul li.show.disabled:not(:hover) img, #videos .container .row#shows_list ul li.show.disabled:not(:hover) img {
  filter: saturate(0);
}
#shows .container .row#shows_list ul li.show.disabled:not(:hover) h3, #shows .container .row#shows_list ul li.show.disabled:not(:hover) span:not(.text-muted), #shows .container .row#shows_list ul li.show.disabled:not(:hover) a, #videos .container .row#shows_list ul li.show.disabled:not(:hover) h3, #videos .container .row#shows_list ul li.show.disabled:not(:hover) span:not(.text-muted), #videos .container .row#shows_list ul li.show.disabled:not(:hover) a {
  opacity: 0.9;
}
#shows .container .row#shows_list ul li.show:before, #videos .container .row#shows_list ul li.show:before {
  filter: brightness(0.75);
}
#shows .container .row#shows_list ul li.show .date, #videos .container .row#shows_list ul li.show .date {
  position: absolute;
  font-size: 3vh;
  font-variant: small-caps;
  width: 100%;
  left: 0px;
  top: -5.5vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
#shows .container .row#shows_list ul li.show .date .day, #videos .container .row#shows_list ul li.show .date .day {
  font-size: 3.5vh;
}
#shows .container .row#shows_list ul li.show .date span, #videos .container .row#shows_list ul li.show .date span {
  font-size: 3vh;
  margin-right: 0.5ex;
}
#shows .container .row#shows_list ul li.show img, #videos .container .row#shows_list ul li.show img {
  width: 100%;
  border-radius: 1.5vh;
  box-shadow: 0px 50px 40px -50px rgba(0, 0, 0, 0.4), 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
}
#shows .container .row#shows_list ul li.show h2, #videos .container .row#shows_list ul li.show h2 {
  font-size: 4vh;
}
#shows .container .row#shows_list ul li.show h3, #videos .container .row#shows_list ul li.show h3 {
  font-size: 3vh;
  margin-top: 4vh;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#shows .container .row#shows_list ul li.show .urls, #videos .container .row#shows_list ul li.show .urls {
  margin-top: 2vh;
  justify-content: center;
  align-items: baseline;
}
#shows .container .row#shows_list ul li.show .urls .separator, #videos .container .row#shows_list ul li.show .urls .separator {
  border-right: solid 1px white;
  opacity: 0.33;
  width: 1px;
  height: 100%;
  margin-right: 1ex;
  margin-left: 1ex;
}
#shows .container .row#shows_list ul li.show .urls span, #videos .container .row#shows_list ul li.show .urls span {
  opacity: 0.5;
}
#shows .container .row#shows_list ul li.show .urls a, #videos .container .row#shows_list ul li.show .urls a {
  font-weight: bold;
}
#shows .container .row#shows_list ul li.show .urls a.event, #videos .container .row#shows_list ul li.show .urls a.event {
  opacity: 0.95;
}
#shows .container .row#shows_list ul li.show .urls a.store, #videos .container .row#shows_list ul li.show .urls a.store {
  opacity: 1;
}
#shows .container .row#shows_list ul li.year, #videos .container .row#shows_list ul li.year {
  width: 5vh;
  height: 50vh;
  text-align: right;
  margin: 0px;
  padding: 0px;
  opacity: 0.95;
}
#shows .container .row#shows_list ul li.year h2, #videos .container .row#shows_list ul li.year h2 {
  transform: translateY(2ex) rotate(-90deg);
  font-size: 4vh;
}
#shows .container .row#shows_list ul li.year::before, #videos .container .row#shows_list ul li.year::before {
  content: "";
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.5));
  width: 1px;
  left: 100%;
}

#videos ul {
  display: flex;
  flex-direction: row;
  margin: auto;
}
#videos ul li {
  margin: 50px;
}

#contact {
  margin-bottom: -170px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#contact .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#contact .container .row {
  flex-grow: 1;
  align-items: center;
  scroll-snap-type: x mandatory;
}
#contact .container .row > ul {
  height: 100vh;
  margin: 0px;
}
#contact .container .row > ul > li {
  height: 100vh;
  min-width: 100vw;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
}

#pro ul li {
  align-items: center;
}

.document img {
  height: 40vh;
  min-height: 200px;
}
.document div {
  display: none !important;
  justify-content: space-around;
  width: 50%;
}
.document div a {
  font-size: 3vh;
  width: 5vh;
  border: solid white 1.5px;
  border-radius: 50px;
  height: 5vh;
  text-align: center;
  line-height: 4.6vh;
  font-weight: bold;
}

.navbar-social {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
}
.navbar-social .nav-item {
  padding: 0px;
  margin: 0px;
  opacity: 0.95;
  margin-left: -10px;
  margin-bottom: 2px;
}
.navbar-social .nav-item:hover {
  opacity: 1;
}
.navbar-social .nav-item a img {
  height: 35px;
}

/*
 *  Backgrounds
 */
.parallax {
  z-index: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  transform: translated3d(0, 0, 0);
}

.parallax-plane {
  position: absolute;
  will-change: transform;
}

section {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  max-height: auto;
  position: relative;
  overflow-y: hidden;
}
section li {
  padding: 0px;
}

main {
  display: flex;
  flex: 1 0;
  align-items: center;
  justify-content: center;
  padding-top: 14vh;
  position: relative;
  margin: auto;
  width: 90vw;
}
main ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

ul, li {
  list-style-type: none;
  padding-inline-start: 0px;
  margin: 0px;
  padding: 0px;
}

.video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

#chapters h1 {
  font-size: 10vw;
  padding-top: 10vh;
  margin-bottom: 10vh;
  text-transform: uppercase;
  color: rgb(245, 245, 245);
}
#chapters h2 {
  color: rgb(220, 220, 220);
}
#chapters h1, #chapters h2 {
  font-family: "Jost";
  font-weight: lighter;
  mix-blend-mode: exclusion;
}
#chapters h1 .text-muted, #chapters h2 .text-muted {
  font-size: 1ex;
  padding-bottom: 0.2ex;
}
#chapters .description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  margin-bottom: 100px;
  max-width: 70%;
}
#chapters .description p {
  font-size: 1.5em;
  font-weight: 200;
  text-align: center;
}
#chapters .thumbnail {
  aspect-ratio: 1.7777777778;
  position: relative;
  mix-blend-mode: exclusion;
  filter: saturate(1.05);
}
#chapters .thumbnail img {
  min-width: auto;
  width: 100%;
  transition: filter ease-in 0.25s;
}
#chapters .thumbnail .video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  border: none;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#chapters .thumbnail::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("../img/buttons/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  transition: background-size ease-in 0.1s;
}
#chapters .thumbnail:hover:not(:active)::after {
  background-size: 70px;
}
#chapters ul .row {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#chapters ul .row p {
  font-size: 1.2em;
  font-weight: 200;
}
#chapters ul li:not(:hover) .thumbnail img {
  filter: saturate(0.9) brightness(0.99) contrast(1.2);
}

@media (min-width: 768px) {
  #chapters ul .row:not(.flex-row-reverse) div {
    text-align: right;
  }
}
/*
 *  Landing
 */
.landing {
  display: flex;
  justify-content: center;
}
.landing video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing .container {
  margin: auto;
}
.landing .col {
  text-align: center;
  margin-top: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.landing button {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  border-style: none;
  position: relative;
}
.landing button::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  border-bottom: solid 1px rgba(255, 255, 255, 0.95);
  transition: border-bottom-width, bottom;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
}
.landing button:hover::after {
  box-sizing: border-box;
  border-bottom-width: 6px;
  bottom: -6px;
}

.landing-title {
  font-size: 8vw;
  line-height: 8vw;
  padding: 0px;
  margin: 0px;
  font-variant: small-caps;
  text-shadow: 1px 0px 0px black;
  width: 100%;
}
.landing-title .t-smallcaps {
  font-size: 1.18em;
}
.landing-title img {
  width: 50%;
  min-width: 300px;
  filter: blur(0.5px) drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.1));
}

.landing-info {
  font-size: 150%;
  padding-top: 50px;
  display: flex;
}
.landing-info span {
  margin-right: 18px;
  white-space: nowrap;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}

/*
 *  Text
 */
h1, h2, h3,
.damaged,
.nav-item {
  font-family: "Alice";
  font-weight: normal;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
}

span.damaged {
  font-variant: small-caps;
}

.skewed {
  transform: skew(32deg);
  overflow: hidden;
}

.unskewed {
  transform: skew(-32deg);
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.centered {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}

.texture-fg {
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.texture-fg img {
  width: 70vw;
  aspect-ratio: 1.5;
  z-index: -1;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 16.5vw;
}

h2 {
  font-variant: small-caps;
  opacity: 0.9;
}

/******************************************************************************************
 *  Sections
 ******************************************************************************************/
img.bg {
  width: 114%;
  top: -2%;
  left: -7%;
  aspect-ratio: 1;
  position: absolute;
  margin: 0;
  position: absolute;
  text-align: center;
}

/*
 *  Section: bandcamp
 */
#bandcamp {
  background-color: #CEB384;
  color: black;
}

/*
 * Section: newsletter
 */
#newsletter {
  background-color: black;
  color: white;
}

/*
 *  Section: band
 */
#band .container {
  max-width: 80%;
  padding-left: 2vw;
}
#band .row {
  gap: 5vw;
}
#band .row .t-left {
  position: relative;
}
.thumbnail::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("../img/buttons/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  transition: background-size ease-in 0.05s;
}
.thumbnail:hover:not(:active)::before {
  background-size: 70px;
}

/*
 *  Newsletter
 */
#link_pro, #link_newsletter {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-family: "Hey November";
  font-size: 35px;
  align-items: flex-end;
  opacity: 0.9;
  top: 14vh;
}
#link_pro img, #link_newsletter img {
  max-width: 80px;
}
#link_pro a, #link_newsletter a {
  letter-spacing: 0.12ex;
  display: flex;
  flex-direction: column;
}
#link_pro a .small, #link_newsletter a .small {
  font-size: 20px;
  line-height: 1ex;
}

#link_pro {
  align-items: flex-end;
  right: 20px;
}
#link_pro div {
  padding-right: 30px;
}

#link_newsletter {
  align-items: flex-start;
  left: 15px;
}
#link_newsletter div {
  margin-left: 30px;
}
#link_newsletter img {
  transform: rotate(180deg);
}

.rad-subscription-group {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#rad-subscription-submit {
  border-color: white;
  color: white;
}

@media (max-width: 1110px) {
  #band .col {
    padding-top: 20vh;
    max-width: 85%;
  }
}
@media (max-width: 1000px) {
  #band .col {
    max-width: 65%;
    padding-top: 10vh;
    font-size: 1.4em;
  }
}
/*  The menu bar gets hidden here */
@media (max-width: 991.98px) {
  .header::before {
    -webkit-backdrop-filter: saturate(20%) blur(10px);
            backdrop-filter: saturate(20%) blur(10px);
  }
  .header .navbar-brand img {
    padding: 5px;
    max-height: 42px;
    opacity: 0;
  }
  #band .col div {
    text-align: left;
  }
  .navbar-nav .nav-link, .navbar-nav .nav-link.translation {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .header .navbar-brand img {
    padding: 7px;
    max-height: 42px;
  }
}
@media (max-width: 700px) {
  img.bg {
    top: -7vh;
  }
  #band .col {
    max-width: 90%;
    padding-top: 10vh;
  }
}