@font-face {
  font-family: Pierrot lt w01;
  src: url('../fonts/Pierrot-LT-W01.woff2') format("woff2"), url('../fonts/Pierrot-LT-W01.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tangerine;
  src: url('../fonts/Tangerine.woff2') format("woff2"), url('../fonts/Tangerine.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lobstertwo;
  src: url('../fonts/lobstertwo-bolditalic-webfont.woff2') format("woff2"), url('../fonts/lobstertwo-bolditalic-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --turquoise: #00cac3;
  --purple: #9a1fc6;
  --burlywood: #e7bc95;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  background-color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  margin-top: .5em;
  margin-bottom: 0;
  padding: 10px 16px;
  font-family: Lobstertwo, Georgia, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 44px;
  position: relative;
}

h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.container {
  z-index: 20;
  background-image: linear-gradient(270deg, #000, #0000 10%), linear-gradient(90deg, #000, #0000 10%);
  max-width: 1200px;
  position: relative;
}

.gradient-left {
  z-index: 25;
  background-image: none;
  width: 21vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.gradient-right {
  z-index: 25;
  text-align: right;
  background-image: none;
  width: 21vw;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.blur-block {
  z-index: 30;
  box-shadow: none;
  text-align: center;
  background-image: linear-gradient(#0000, #0000004d 19%);
  border: 2px #ffffff1a;
  border-radius: 6em 6em 0 0;
  flex-direction: column;
  align-items: center;
  margin-top: 4vh;
  padding: 7vw 2vw 2vw;
  display: flex;
  position: relative;
}

.buttons {
  grid-column-gap: 18px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  place-content: space-around center;
  margin-top: 4%;
  margin-bottom: 10%;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 2em;
  display: flex;
}

.button-wrap {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrap.tix {
  width: auto;
  min-width: 150px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.button {
  border: 2px solid var(--turquoise);
  background-color: var(--purple);
  box-shadow: 0 8px 0 0 var(--turquoise);
  color: #fff;
  background-image: linear-gradient(169deg, #370496 28%, #ff00f7);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: .7em .5em;
  font-family: Tangerine, Trebuchet MS, sans-serif;
  text-decoration: none;
  display: flex;
}

.button.press {
  font-size: 2em;
}

.button.invert {
  border-color: var(--purple);
  background-image: linear-gradient(169deg, var(--turquoise) 28%, #00ff15);
  box-shadow: 0 8px 0 0 var(--purple);
  color: var(--purple);
  width: 100%;
  font-weight: 400;
}

.button.invert.tix {
  min-height: auto;
  padding: .25em .6em;
}

.kiki-logo {
  width: 30%;
  margin: 101vh auto 1%;
  display: block;
}

.heading {
  z-index: 40;
  color: #9a1fc6;
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  display: inline-block;
  transform: skew(0deg);
}

.heading.on-black {
  color: var(--burlywood);
  text-shadow: 4px 2px 0 var(--purple);
  margin-top: .2em;
}

.rcontainer {
  z-index: 1;
  filter: contrast(110%);
  background-image: url('../images/TTKMAINBAND.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 99%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.spotify-embed {
  z-index: 35;
  box-shadow: none;
  background-image: url('../images/flame_spotify.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 600px;
  height: 100px;
  margin: -123px auto -80px;
  padding: 128px 100px 201px;
  display: block;
  position: relative;
}

.spotify-embed.flames.none {
  display: none;
}

.subheading {
  z-index: 40;
  max-width: 700px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.1em;
}

.text-span {
  font-size: 3em;
  line-height: 1.5em;
}

.icon {
  width: 1em;
  margin-left: 0;
  margin-right: 8px;
  display: block;
}

.about-block {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 1.4em;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 2em;
  line-height: 1.3em;
  display: inline-block;
}

.blur-background.about-inner {
  background-image: radial-gradient(circle, #0000, #00000038);
  margin: -23px 30px 24px -24px;
  padding: 24px;
  box-shadow: 1px 1px 20px #00000038;
}

.text-space {
  letter-spacing: .4em;
  font-weight: 700;
}

.text-oto {
  font-family: Lobstertwo, Georgia, sans-serif;
  font-size: 1.2em;
}

.text-light {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2em;
}

.text-caps {
  text-transform: uppercase;
  font-weight: 700;
}

.tkk {
  width: 150px;
  margin-top: 16px;
}

.text-tang {
  letter-spacing: -1px;
  font-family: Tangerine, Trebuchet MS, sans-serif;
  font-size: 1.2em;
}

.video-embed {
  z-index: 35;
  box-shadow: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 800px;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.video-embed.flames.none {
  display: none;
}

.video-embed._2 {
  background-image: none;
  margin-top: 2%;
}

.candle {
  margin-top: 25px;
}

.candle.footer {
  display: none;
}

.cite {
  color: var(--burlywood);
  font-family: Tangerine, Trebuchet MS, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: .5em;
}

.link-block {
  border-bottom: 1px dotted var(--turquoise);
  color: #fff;
  cursor: pointer;
  padding-top: 1em;
  padding-bottom: .5em;
  text-decoration: none;
}

.press-block {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 60vw;
  max-width: 800px;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 2em;
  line-height: 1.4em;
  display: inline-block;
}

.small-logo-header {
  cursor: pointer;
}

.video-2 {
  max-width: 480px;
  margin-top: 50px;
}

.big {
  font-size: 1.5em;
}

.big.text-oto {
  margin-top: 10px;
  font-family: Lobstertwo, Georgia, sans-serif;
  display: inline-block;
}

.big.text-oto.heading {
  color: #fff;
  letter-spacing: .01em;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: white;
  text-shadow: 4px 2px 0 var(--purple);
  font-size: 1.9em;
  font-weight: 400;
}

.big.text-oto.heading.out-on {
  margin-left: 5px;
  margin-right: 5px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
}

.big.text-oto.heading.small {
  font-size: 1.4em;
}

.star {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.about-block-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 1.4em;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 2em;
  line-height: 1.3em;
  display: inline-block;
}

.out-on {
  font-size: 1.8em;
  text-decoration: none;
}

.show-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dotted var(--turquoise);
  color: #fff;
  text-align: left;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .8em;
  padding-bottom: 1em;
  line-height: 1.1em;
  text-decoration: none;
  display: grid;
}

.location {
  color: var(--burlywood);
  margin-top: 8px;
  font-family: Tangerine, Trebuchet MS, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.show-wrap {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 60vw;
  max-width: 800px;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.8em;
  line-height: 1.1em;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .container {
    background-image: none;
  }

  .body {
    background-size: cover;
  }

  .gradient-left {
    background-image: linear-gradient(to right, #000, #0000 50%);
    display: none;
  }

  .gradient-right {
    background-image: linear-gradient(270deg, #000, #0000 50%);
    display: none;
  }

  .buttons {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrap, .button-wrap.press {
    width: 45%;
  }

  .kiki-logo {
    width: 50%;
  }

  .rcontainer {
    background-position: 50% 100%;
    background-size: cover;
  }

  .about-block {
    margin-bottom: .75em;
  }

  .blur-background.about-inner {
    margin: -4% 4% 4% -4%;
  }

  .candle.footer {
    width: 20%;
    display: block;
  }

  .press-block, .show-wrap {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .blur-block {
    padding-top: 15vw;
  }

  .buttons {
    margin-top: 8%;
    margin-bottom: 15%;
  }

  .button-wrap {
    width: 100%;
  }

  .about-block {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .video-embed {
    margin-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
  }

  .video-embed._2 {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .blur-block {
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    overflow: hidden;
  }

  .button-wrap.tix {
    max-width: 300px;
  }

  .button.invert.tix {
    min-height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .kiki-logo {
    width: 60%;
    margin-top: 5vh;
    margin-bottom: 85vh;
  }

  .heading {
    -webkit-text-stroke-width: 1px;
    font-size: 3.2em;
  }

  .rcontainer {
    background-position: 50% 100%;
  }

  .spotify-embed.flames {
    width: 140%;
    margin-left: -20%;
    margin-right: auto;
  }

  .subheading {
    font-size: 1.6em;
  }

  .about-block {
    background-position: 50% 100%;
    font-size: 1.5em;
  }

  .tkk {
    width: 40%;
  }

  .video-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .video-embed.flames {
    width: 140%;
    margin-left: -20%;
    margin-right: auto;
  }

  .video-embed._2 {
    margin-top: 10%;
  }

  .press-block {
    background-position: 50% 100%;
    margin-bottom: 3em;
    font-size: 1.5em;
  }

  .video-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .big {
    font-size: 1.3em;
  }

  .big.text-oto.heading {
    font-size: 1.4em;
  }

  .about-block-2 {
    background-position: 50% 100%;
    margin-bottom: 3em;
    font-size: 1.5em;
  }

  .show-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: start;
    padding-bottom: 1.2em;
  }

  .show-wrap {
    background-position: 50% 100%;
    width: 100%;
    margin-bottom: 3em;
    font-size: 1.5em;
  }
}


@font-face {
  font-family: 'Pierrot lt w01';
  src: url('../fonts/Pierrot-LT-W01.woff2') format('woff2'), url('../fonts/Pierrot-LT-W01.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine.woff2') format('woff2'), url('../fonts/Tangerine.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lobstertwo';
  src: url('../fonts/lobstertwo-bolditalic-webfont.woff2') format('woff2'), url('../fonts/lobstertwo-bolditalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}