/* Only works if content overflows and scrollbar is visible */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(120, 120, 120, 0.6);
  border-radius: 10px;
}

/* Firefox */
* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 120, 120, 0.6) transparent;
}

@font-face {
  font-family: " ";
  src: url("../media/fonts/DagnyPro-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-ThinIta.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-LightIta.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-Ita.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-BoldIta.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-BlackIta.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-Exlig.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "DagnyPro";
  src: url("../media/fonts/DagnyPro-ExligIta.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Tenez";
  src: url("../media/fonts/Tenez-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
#music-toggle {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #4fe1f8;
  border: 0px solid #4fe1f8;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
}

#goback-button {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #4fe1f8;
  border: 3px solid #4fe1f8;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
}

section#timeline {
  display: block;
  overflow: scroll;
  padding: 0;
}
section#timeline > header {
  text-align: center;
  padding: 20px;
}
section#timeline > header .logo {
  width: 150px;
  margin-bottom: 20px;
}
section#timeline > header p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 20px auto;
  max-width: 800px;
}
section#timeline > article {
  display: block;
}
section#timeline > article > section {
  padding: 0px;
  display: block;
  width: 100%;
  margin: 40px 0;
  text-align: center;
}
section#timeline > article > section h2 {
  text-transform: none;
}
section#timeline > article > section hr {
  margin: 100px auto;
  width: 1px;
  height: 100px;
  border: 1px #4fe1f8 solid;
}
section#timeline > article > section p {
  line-height: 1.6;
  max-width: 980px;
  margin: 20px auto;
}
section#timeline > article > section ul.split-list {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  padding: 0;
  margin: 20px auto 80px auto;
  color: #f72fa0;
  font-size: 1.2em;
  max-width: 640px;
}
section#timeline > article > section ul.split-list > li {
  padding: 10px 20px 10px 0;
  width: 300px;
  text-align: left;
  margin-left: 20px;
}
section#timeline > article > section ul.split-list > li:nth-child(even) {
  padding-right: 0;
  margin-left: 60px;
}
section#timeline > article > section ul.split-list > li:nth-child(odd) {
  border-right: 2px solid #4fe1f8;
}
section#timeline > article > section ul.split-list:after {
  content: "";
  grid-column: 2;
  grid-row: 1/span 2;
  width: 1px;
  background-color: #4fe1f8;
  margin: 0 auto;
}
section#timeline > article > section img {
  margin: 20px auto;
}

html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
html > body {
  margin: 0;
  padding: 0;
  font-family: "Futura PT", sans-serif;
  color: white;
  overflow: hidden;
  background-color: #0d1b2a;
  background: url("../media/images/00-base/bg_screen_00.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
html > body > main .center-align {
  text-align: center;
}
html > body > main .left-align {
  text-align: left;
}
html > body > main .right-align {
  text-align: right;
}
html > body > main a {
  color: #ec008c;
  text-decoration: none;
}
html > body > main p {
  color: #4fe1f8;
  font-family: "DagnyPro", sans-serif;
  font-size: 1.5vw;
  padding: 2% 8%;
}
html > body > main h2 {
  color: #ec008c;
  text-transform: uppercase;
  font-family: "DagnyPro";
  font-size: 2rem;
  margin-top: 0;
}
html > body > main h3 {
  color: #9fd4b0;
  text-transform: uppercase;
  font-family: "DagnyPro";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
html > body > main button.button {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  color: #4fe1f8;
  padding: 0.309em 0.618em;
  font-size: 1.5vw;
  font-weight: bold;
  border: 0.3vw solid #4fe1f8;
  border-radius: 0;
  cursor: pointer;
  font-family: "DagnyPro", sans-serif;
  text-transform: uppercase;
  margin-top: 2rem;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
}
html > body > main button.button:hover, html > body > main button.button:focus {
  background: rgba(0, 255, 255, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 255, 255, 0.35);
  color: #4fe1f8;
  border-color: #4fe1f8;
  outline: none;
}
html > body > main img.button {
  cursor: pointer;
}
html > body > main img {
  max-width: 100%;
  height: auto;
}
html > body > main #start {
  background: url("../media/images/01-start/bg_screen_01.jpg") no-repeat;
  background-size: cover;
}
html > body > main > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-out 0s, visibility 0s linear 0.3s;
  display: flex;
  padding: 2rem 2rem;
}
html > body > main > section.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1s ease-in 0.3s, visibility 0s linear 0s;
  z-index: 10;
}
html > body > main > section > article {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
html > body > main > section > article > section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 50%;
  padding: 5%;
}
html > body > main > section#questions {
  /* Floating Video Styles */
}
html > body > main > section#questions > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
html > body > main > section#questions > article {
  position: fixed;
  top: 0;
  right: 0;
  width: 36vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  overflow: auto;
}
html > body > main > section#questions > article > section {
  width: 100%;
  align-items: left !important;
  text-align: left;
  padding: 10% 5%;
}
html > body > main > section#questions > article > section > img {
  max-width: 40%;
  height: auto;
  margin: 0 0 0 auto;
}
html > body > main > section#questions > article > section div.question {
  width: 100%;
}
html > body > main > section#questions #floating-video {
  position: fixed;
  width: 64vw;
  height: 100vh;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 10px;
  z-index: 1000;
  display: flex;
  opacity: 0;
  transition: opacity 1s 0.3s ease-out;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html > body > main > section#questions #floating-video video {
  width: 90%;
}
html > body > main > section#questions #floating-video button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 2.618rem;
  cursor: pointer;
}
html > body > main > section#questions #floating-video.hidden {
  opacity: 0;
}
html > body > main > section#questions #floating-video.visible {
  opacity: 1;
}
html > body > main > section#blueroom > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
html > body > main > section#blueroom > article {
  position: fixed;
  top: 0;
  right: 0;
  width: 36vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  overflow: auto;
}
html > body > main > section#blueroom > article > section {
  width: 100%;
  text-align: left;
  padding: 10% 5%;
}
html > body > main > section#blueroom > article > section > img {
  max-width: 40%;
  height: auto;
  margin: 0 0 2rem auto;
}
html > body > main > section#blueroom > article > section p {
  padding: 2% 8% 2% 0;
}
html > body > main > section#legends {
  min-height: 100vh;
}
html > body > main > section#legends header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12%;
  margin-bottom: 3%;
}
html > body > main > section#legends header > section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
html > body > main > section#legends header > section > img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
html > body > main > section#legends header > section:first-child {
  justify-content: flex-start;
}
html > body > main > section#legends header > section:last-child {
  justify-content: flex-end;
}
html > body > main > section#legends header .legends-title {
  color: #4fe1f8;
  font-family: "DagnyPro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-align: center;
  flex: 1;
}
html > body > main > section#legends article {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: center;
  height: 85%;
}
html > body > main > section#legends article card {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html > body > main > section#legends article card img {
  filter: brightness(0.4);
  max-width: 20vw;
  display: block;
}
html > body > main > section#legends article card .legend-name {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  color: #4fe1f8;
  font-family: "DagnyPro", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
html > body > main > section#legend {
  min-height: 100vh;
}
html > body > main > section#legend header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12%;
  margin-bottom: 3%;
}
html > body > main > section#legend header > section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
html > body > main > section#legend header > section > img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
html > body > main > section#legend header > section:first-child {
  justify-content: flex-start;
}
html > body > main > section#legend header > section:last-child {
  justify-content: flex-end;
}
html > body > main > section#legend header .legends-title {
  color: #4fe1f8;
  font-family: "DagnyPro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-align: center;
  flex: 1;
}
html > body > main > section#legend article {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 1rem;
  justify-items: center;
  height: 85%;
  width: 100%;
}
html > body > main > section#legend article .legend-detail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
  padding: 3vw 5vw;
  background: #0c1b3a;
  min-height: 80vh;
  position: relative;
}
html > body > main > section#legend article .legend-detail-left {
  width: 100%;
  height: 100%;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
html > body > main > section#legend article .legend-detail-left .video-wrapper {
  background: #222;
  width: 100%;
  box-shadow: 16px 16px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
html > body > main > section#legend article .legend-detail-left .video-wrapper video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
html > body > main > section#legend article .legend-detail-left .video-wrapper > .overlay-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
          clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}
html > body > main > section#legend article .legend-detail-left .video-wrapper > .overlay-play-button.hidden {
  opacity: 0;
  pointer-events: none;
}
html > body > main > section#legend article .legend-detail-left h2 {
  color: #4fe1f8;
  font-family: "DagnyPro";
  font-size: 2.5rem;
  margin: 1rem 0 0.25rem 0;
  letter-spacing: 1px;
}
html > body > main > section#legend article .legend-detail-right {
  flex: 1 1 45%;
  max-width: 600px;
  height: 100%;
  color: #4fe1f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
html > body > main > section#legend article .legend-title {
  color: #9fd4b0;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 2rem;
}
html > body > main > section#legend article .legend-logo {
  float: right;
  max-width: 180px;
  margin-bottom: 1rem;
}
html > body > main > section#legend article .legend-bio {
  color: #4fe1f8;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
html > body > main > section#legend article .legend-funfact {
  color: #4fe1f8;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
html > body > main > section#legend article .legend-back {
  position: absolute;
  top: 2vw;
  left: 2vw;
  background: #16244a;
  color: #4fe1f8;
  border: none;
  border-radius: 6px;
  padding: 0.7em 1.5em;
  font-size: 1.1rem;
  font-family: "DagnyPro";
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: background 0.2s;
  z-index: 10;
}
html > body > main > section#legend article .legend-back:hover, html > body > main > section#legend article .legend-back:focus {
  background: #233567;
}/*# sourceMappingURL=jazztalk.css.map */