/**
  Copyright 2012 Michael Morris-Pearce (Piano)

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

:root {
  --yellow: #00FF42;
  --text: #fcfce1;
  --bg: #0c2c08;
}


@font-face {
  font-family: "big";
  src: url("big_noodle_titling.ttf");
}

body {
  font-family: Ubuntu, sans-serif;
  background-color: #1e1a1a;
  color: var(--text);
  

  background-image: url(bg12.jpg);



}


h1, h2, h3, h4, h5, a {
  font-family: Big, Helvetica, sans-serif;
  color: #00ff42;
}

h3 {
  color: #00ff4245;
}

.h1 {
  font-family: "big", sans-serif;
  font-size: 8vw;
  color: var(--yellow);
}

.but {
  text-shadow: 
  1px 0px 1px #2b5d38, 0px 1px 1px #2b5d38, 
  2px 1px 1px #acd0b5, 1px 2px 1px #2b5d38,
  3px 2px 1px #acd0b5, 2px 3px 1px #2b5d38;
}

.but:hover {
  text-shadow: none;
}

h1 {
  margin: 0 0 4vh 0;
}

h2 {
  /* margin: 4vh 0 0 0; */
}

h3 {
  font-size: 9rem;
}

audio {
  display: none;
}

.piano-javascript {
  border: 3px solid #f88;
  display: block;
}

.piano {
  padding: 5px;
  margin: 0 auto;
}


.piano-container, .piano-javascript {
  border-radius: 0 0 25px 25px;
  margin: 5px;
  padding: 5px;
}

.piano-container {
  text-align: center;
}

.piano-keys{
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 0;
  transform: rotate(180deg);
}

.piano-pedal {
  margin: 10px;
  color: rgba(0, 0, 0, 0.1);
}

.piano-sustain {
  color: #1e1a1a;
}

.piano-white, .piano-black {
  display: inline-block;
  position: relative;
  vertical-align: top;
  direction: ltr;
  padding: 0;
}

.piano-white, .piano-black-raised {
  border-radius: 0 0 1vw 1vw;
  /*border-color: #222;
  border-style: solid;
  border-width: 1px 1px 1px 1px;*/
  cursor: pointer;
}

.piano-white {
  width: 4vw;
  height: 14vw;
  background-color: white;
  z-index: 1;
  margin: 2px;
}

.piano-black {
  width: 0px;
  z-index: 2;
}

.piano-black-raised {
  width: 3vw;
  height: 8vw;
  position: relative;
  left: -1.5vw;
  background-color: #1e1a1a;
}

.hide {
  cursor:pointer;
}

.hide:active {
  color: #a7ff42;
}

svg {
  width: 50px;
  height: 50px;
}


/* This is the animation used to change colors */
/*
.h1  {
  -webkit-animation-name: color-transition;
  animation-name: color-transition;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  */
/*default value for timing-function is ease, we'll specify linear to keep the same timing through out*/
  /*
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
*/
/*
@-webkit-keyframes color-transition {
  0% {
    color: #ffe400;
  }
  33% {
    color: #88FFAA;
  }
  66% {
    color: #BE3E82;
  }
  100% {
    color: #ffa500;
  }
}

@keyframes color-transition {
  0% {
    color: #ffe400;
  }
  33% {
    color: #88FFAA;
  }
  66% {
    color: #BE3E82;
  }
  100% {
    color: #ffa500;
  }
}

*/

ul {
  text-align: center;
  margin-top: 10px;
  padding: 0;
}
/*
ul:hover {
background-color: #2c2c08;
}
*/
ul a {
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  color: var(--yellow);
  text-decoration: none;
}

a:hover {
  color: #fcb528; /*00FF42*/
}

a svg:hover {
  fill: #fcb528 !important;
}

li {
  display: inline-block;
  margin-left: 12px;
}

section {
  text-align: center;
  margin: 0 auto;
}

.latest div {
  display: inline;
}

.hidden {
  width: 0;
}

.box {
  margin: 10px;
  display: inline-flex;
  padding: 20px;
  width: 300px;
  height: 200px;
  border: 2px solid var(--yellow);
}

.box_band {
  font-size: 18px;
  margin: 10px;
  display: inline-flex;
  width: 50%;
  height: auto;
}

.box p {
  width: 240px;
  height: 100px;
  text-align: left;
}

.box .box-title {
  font-family: Big, Helvetica, sans-serif;
  color: var(--yellow);
  font-size: 24px;
  text-align: center;
  height: initial;
  margin-bottom: 0;
}

.date {
  color: var(--yellow);
  font-weight: 600;
}

.date:after {
  content: ' ∎';
  padding: 0 3px;

}

.box:hover {
  background-color: var(--bg);
}

.box.tuned {
  margin: 10px;
  display: inline-flex;
  padding: 20px 40px;
  width: initial;
  height: initial;
  border: 2px solid var(--yellow);
  letter-spacing: 0.2rem;
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0px #fff, 0 0 20px #88FFAA, 0 0 30px #88FFAA, 0 0 40px #88FFAA, 0 0 50px #88FFAA;
  }
  
  to {
    text-shadow: 0 0 0px #fff, 0 0 10px #ffe400, 0 0 20px #ffe400, 0 0 30px;
  }
}



.see {
  margin: 0 auto;
  background-color: var(--yellow);
  border-radius: 0;
  padding: 8px 40px;
}

.past {
  border: 2px solid #939393;
  color: #939393 !important;
}

.past p, 
.past span {
  color: #939393 !important;
}

.past:hover {
  background-color: initial;
}

.about .box {
  margin: 0px;
  width: 400px;
  border: none;
  background-color: var(--bg);
  text-align: left !important;
}

.about .box-title {
  font-size: 28px;
  text-align: left !important;
  display: inline-block;
  letter-spacing: 0.1rem;
}

.about .box p,
.about .box span,
.about .box a {
  padding-left: 10px;
  width: initial;
  height: initial;
}

.about img {
  max-width: 140px;
  height: max-content;
}

.stickers img {
  max-width: 250px;
  height: max-content;
}

.stickers .box {
  margin: 10px;
  display: inline-flex;
  padding: unset; 
  width: auto; 
  height: auto; 
  border: 2px solid var(--yellow);
}

footer {
  background-color: var(--bg);
}

footer p {
  display: inline-block;
}

.disclaimer {
  margin: 20px 20%;
}


@media (max-width: 920px) {

  .h1 {
    font-size: 18vw;
  }

  h3 {
    font-size: 6rem;
  }

  .piano-white {
    width: 8vw !important;
    height: 28vw !important;
  }

  .piano-black-raised {
    width: 6vw;
    height: 18vw;
    left: -2.5vw;
  }
  
  svg {
    width: 50px;
    height: 50px;
  }

  .upcoming {
    margin: 10px;
  }

  .box_band {
    width: 100%;
  }

  .about .box {
    width: 100%;
  }
  
  .disclaimer {
    margin: 20px;
  }

  iframe {
    width: 90%;
  }

}