html, body {
  margin: 0;
  padding: 0;
  background-color: black;
}

a {
  color: rgb(61, 129, 232);
}

a:visited {
  color: rgb(61, 129, 232);
}

.title {
  background-color: white;
  margin-left: 30%;
  margin-right: 30%;
  padding: 25px;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 6px;
  border-color: black;
  box-shadow: 0px 0px 20px black;
  font-family: 'Courier New', Courier, monospace;
  font-size: 60px;
  text-align: center;
}

.subtitle {
  background-color: white;
  margin-left: 30%;
  margin-right: 30%;
  padding: 25px;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 4px;
  border-color: black;
  box-shadow: 0px 0px 20px black;
  font-family: 'Courier New', Courier, monospace;
  font-size: 40px;
  text-align: center;
}

#newWaveSection {
  background-image: url('assets/blondie2.jpg');
  background-size: auto 100%;
}

#hardcoreSection {
  background-image: url('assets/hardcore\ 2.jpg');
  background-size: 100%;
}

#dcSection {
  background-image: url('assets/hardcore6.jpg');
  background-size: 100%;
}

#footnotesSection {
  background-color: black;
}

/* text boxes (default style) */

.newWaveText {
  /* style */
  font-family: 'Courier New', Courier, monospace;
  font-size: 17px;
  line-height: 25px;
  color: black;
  background-color: white;
  border-style: solid;
  border-width: 6px;
  border-color: black;
  box-shadow: 0px 0px 20px black;
  /* positioning */
  margin-left: 5%;
  margin-bottom: 50px;
  width: 55vw;
  padding: 70px;
  /* ! set top and bottom margins of first and last text boxes in html */
}

.hardcoreText {
  /* style */
  font-family: 'Courier New', Courier, monospace;
  font-size: 17px;
  line-height: 25px;
  color: black;
  background-color: white;
  border-style: solid;
  border-width: 6px;
  border-color: black;
  box-shadow: 0px 0px 20px black;
  /* positioning */
  margin-right: auto;
  margin-left: 5%;
  width: 55vw;
  padding: 70px;
  margin-top: 10px;
  margin-bottom: 50px;
  /* ! set bottom margins of last text box in html */
}

.emocoreText {
  /* style */
  font-family: 'Courier New', Courier, monospace;
  font-size: 17px;
  line-height: 25px;
  color: black;
  background-color: white;
  border-style: solid;
  border-width: 6px;
  border-color: black;
  box-shadow: 0px 0px 20px black;
  /* positioning */
  margin-right: 2%;
  margin-left: auto;
  width: 55vw;
  padding: 70px;
  margin-top: 10px;
  margin-bottom: 50px;
  /* ! set bottom margins of last text box in html */
}

#t7 {
  margin-top: 100px;
  margin-right: 8%;
  margin-left: auto;
  width: 44vw;
}

#t8 {
  margin-right: 9%;
  margin-left: auto;
  width: 44vw;
}

#t9 {
  margin-top: 100px;
}

#t10 {
  margin-top: 150px;
  margin-right: auto;
  margin-left: 15%;
  width: 40vw;
}

#t11 {
  margin-top: 100px;
  margin-right: 13%;
  margin-left: auto;
  width: 40vw;
}

#t12 {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 200px;
  width: 70%;
}

#t12 img {
  width: 100%;
}


/* home button */

#homeButton {
  padding: 10px;
  margin: 20px;
  width: 180px;
  background-color: white;
  border-style: solid;
  border-width: 5px;
  border-color: black;
  box-shadow: 0px 0px 20px black;
}

#homeButton img {
  width: 180px;
}

#homeButton:hover {
  cursor: pointer;
}


/* popups */

#newWaveSpan {
  color: rgb(249, 80, 207);
}

#newWavePopupText {
  position: absolute;
  visibility: hidden;
  top: 1000px;
  right: 9%;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 25%;
  /* text style */
  font-family: arial;
  font-size: 17px;
  line-height: 23px;
  color: white;
  /* box style */
  border-radius: 15px;
  background: rgba(255, 163, 227, 0.88);
  text-shadow: 0px 0px 15px rgba(255, 163, 227),
    0px 0px 15px rgba(255, 163, 227),
    0px 0px 10px rgb(255, 136, 219),
    0px 0px 10px rgb(255, 136, 219),
    0px 0px 4px rgb(255, 94, 207);
  box-shadow: 0px 0px 50px rgb(255, 163, 227), 
    0px 0px 25px rgb(255, 160, 230);
}


#radioSpan {
  color: rgb(249, 80, 207);
}

#americanHardcore1 {
  visibility: hidden;
  position: absolute;
  margin-left: -140px;
  margin-top: -200px;
  width: 850px;
  border-style: solid;
  border-width: 3px;
  border-color: black;
  box-shadow: 0px 0px 20px white;
}

#ian {
  width:18%;
  position:relative;
  left:75%;
  margin-top:-500px;
  border-style: solid;
  border-width: 4px;
  border-color: white;
  box-shadow: 0px 0px 20px black;
}

#emocoreNav:hover {
  cursor: pointer;
}



/* spans */

#authenticityNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#glamNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#hardcoreNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#workingClassSpan {
  color:rgb(249, 80, 207);
}

#workingClassSpan:hover {
  cursor: pointer;
}

#punksAuthenticitySpan {
  color:rgb(249, 80, 207);
}

#punksAuthenticitySpan:hover {
  cursor: pointer;
}

#glamSpan {
  color:rgb(249, 80, 207);
}

#glamSpan:hover {
  cursor: pointer;
}

#hardcoreSpan {
  color:rgb(249, 80, 207);
}

#hardcoreSpan:hover {
  cursor: pointer;
}

#antiFashionSpan {
  color:rgb(249, 80, 207);
}

#antiFashionSpan:hover {
  cursor: pointer;
}

#gerardNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}




#footnotes {
  background-color: white;
  margin-left: 30%;
  margin-right: 30%;
  padding: 25px;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 3px;
}



/* image gallery */

.slider {
  --slider-width: 780px;
  --slider-height: 580px;
  --slider-bullets-spacing-y: 16px;
  --slider-bullets-height: 12px;
  --slider-shadow: 0px 10px 26px 3px rgb(0 0 0 / 10%);
  --slider-border-width: 8px;

  position: relative;
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: var(--slider-width);
  height: calc(
    var(--slider-bullets-spacing-y) + var(--slider-bullets-height) +
      var(--slider-height) + (var(--slider-border-width) * 2)
  );
}

.slider__content {
  position: absolute;
  bottom: calc(var(--slider-bullets-spacing-y) + var(--slider-bullets-height));
  left: 50%;
  z-index: 5;
  width: var(--slider-width);
  height: var(--slider-height);
  overflow: hidden;
  border: var(--slider-border-width) solid #fff;
  border-radius: 16px;
  translate: -50% 0;

  > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: translate 0.5s ease-in-out;
    object-fit: cover;
  }
}

.slider__control {
  &::after {
    position: absolute;
    bottom: calc(
      50% + (var(--slider-bullets-spacing-y) + var(--slider-bullets-height)) / 2
    );
    z-index: 10;
    width: 32px;
    height: 64px;
    cursor: pointer;
    content: "";
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 6l-6 6l6 6"%2F%3E%3C%2Fsvg%3E')
      white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    transition: width 0.2s cubic-bezier(0.11, 1.03, 0.82, 1.33);
    translate: 0 50%;
  }

  &:hover::after {
    width: 48px;
  }

  > input {
    display: block;
    height: var(--slider-bullets-height);
    aspect-ratio: 1/1;
    margin: 0;
    appearance: none;
    cursor: pointer;
    background-color: #fff;
    border-radius: 9999px;
    box-shadow: var(--slider-shadow);
    opacity: 0.5;
    transition: all 0.2s cubic-bezier(0.11, 1.03, 0.82, 1.33);
    scale: 0.75;

    &:hover {
      scale: 1;
    }

    &:checked {
      opacity: 1;
      scale: 1;
    }
  }
}

.slider__item {
  /* All slides except current */
  &:not(:has(input:checked)) {
    .slider__content > img {
      translate: -100% 0;
    }

    .slider__control::after {
      right: 100%;
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
    }
  }

  /* Current slide */
  &:has(input:checked) {
    z-index: 1;

    .slider__content > img {
      translate: 0 0;
    }

    .slider__control::after {
      display: none;
    }
  }

  /* Slides after current slide */
  &:has(input:checked) ~ & {
    z-index: 5;

    .slider__content > img {
      translate: 100% 0;
    }

    & .slider__control::after {
      right: auto;
      left: 100%;
      rotate: 180deg;
    }
  }

  /* Direct next slide */
  &:has(input:checked) + & {
    z-index: 7;
    display: block;
  }
}