
/*
* Piano Keyboard 
* Author: Luiz Felipe Tartarotti Fialho
* @LFeh / luizfelipe.tf.13@gmail.com
* http://www.felipefialho.com/
*/
* {
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
}
imgi {
  max-width: 100%;
 height: auto; 
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
@font-face {
  font-family: 'piano-keyboard';
  src: url('icons/piano-keyboard.eot?nfc6q9');
  src: url('icons/piano-keyboard.eot?#iefixnfc6q9') format('embedded-opentype'), url('icons/piano-keyboard.woff?nfc6q9') format('woff'), url('icons/piano-keyboard.ttf?nfc6q9') format('truetype'), url('icons/piano-keyboard.svg?nfc6q9#piano-keyboard') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'piano-keyboard';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e600";
}
.icon-linkedin:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e602";
}
.icon-github:before {
  content: "\e603";
}
body {
  color: #222;
  background: #0C0C0C;
 /* font-size: 18px; */
  line-height: 24px;
  font-family: sans-serif;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #999;
}
.hidden {
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
/*  font-size: 70px;
  margin-top: 20px;
  line-height: 80px;*/
background-color: #ffe;
}
h2 {
  color: #777;
  font-size: 24px;
  margin-bottom: 20px;
}
h3 {
  color: #555;
  font-size: 20px;
  margin: 20px 0 10px;
}
p {
  margin-bottom: 15px;
}
.wrap {
  position: relative;
}
.container {
  margin: 0 auto;
  padding: 20px;
  width: 980px;
}
hr {
  border-top: 1px solid #ddd;
  margin: 20px 0;
}
.fork {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}
.share {
  height: 20px;
}
.social-media {
  list-style: none;
  margin: 0;
}
.social-media li {
  display: inline-block;
  margin: 0 2px;
}
.social-media a {
  transition: color .1s linear;
  color: #222;
  font-size: 20px;
}
.social-media a:hover {
  color: #777;
}
.comments {
  font-size: 12px;
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
  h1 {
    font-size: 50px;
  }
  .fork {
    width: 30%;
  }
}
html,
body,
.globalContainer {
  height: 100%;
}
.piano {
  position: relative;
  background-color: #0C0C0C;
  border-top: 2px solid #111;
  padding: 0;
  text-align: center;
}
.key {
  display: inline-block;
  position: relative;
  /* margin: 0 2px;*/

  width: 3.2vw;
}
.key:active .black-key,
.key.active .black-key,
.key:active .black-key:active,
.key.active .black-key:active,
.key:active .black-key.active,
.key.active .black-key.active {
  top: -0.25vh;
}
.key:active .black-key,
.key.active .black-key {
  top: -0.5vh;
}
.key .white-key {
  background: #fff;
  display: block;
  height: 30vh;
  border-bottom-right-radius: 10% 2%;
  border-bottom-left-radius: 10% 2%;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff, inset 1px 0 0 #fff, inset -1px 0 0 #fff, 0 4px 3px rgba(0,0,0,.7), inset 0 -1px 0 #fff, inset 1px 0 0 #fff, inset -1px -1px 15px rgba(0,0,0,.35), -3px 4px 6px rgba(0,0,0,.5);
}
.key .white-key:active,
.key .white-key.active {
  position: relative;
  top: -0.5vh;
  height: 29.6vh;
  box1-shadow: inset 10px 10px 65px 50px #90bbf6;
  box-shadow: inset 1px 4px 40px 12px #90bbf6;
}
.key .white-key.active {
  position: relative;
  top: -0.5vh;
  height: 29.6vh;
  box1-shadow: inset 10px 10px 65px 50px #90bbf6;
  box-shadow: inset 1px 4px 40px 12px #90bbf6;
}
.key .black-key {
  content: "";
  box-shadow: inset 0px -1px 2px rgba(255, 255, 255, 0.2), 0 2px 3px rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(-20deg, #222222, #000000, #222222);
  background: -moz-linear-gradient(-20deg, #222222, #000000, #222222);
  background: -o-linear-gradient(-20deg, #222222, #000000, #222222);
  background: linear-gradient(-20deg, #222222, #000000, #222222);
  border-width: 1px 3px 8px;
  border-style: solid;
  border-color: #666 #222 #111 #555;
  /* height: 160px; */

  height: 18vh;
  position: absolute;
  top: 0px;
  right: -40%;
  width: 70%;
  z-index: 10;
}
.key .black-key:active,
.key .black-key.active {
  box1-shadow: inset 10px 10px 65px 50px #1f5ab1;
box-shadow: inset 0px 0 11px 8px #90bbf6;
#  box-shadow: inset 1px 0px 13px 10px #90bbf6;
  border-bottom-width: 5px;
  top: 0;
}
.chords {
  padding: 1vh 2vw;
  display: flex;
  background-color: #ffe;
align-items: center;
justify-content: center;

}
.chords form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chords form div {
  text-align: center;
}
.chords form label {
  width: 100%;
  display: block;
  height: 100%;
  font-size: 1.15vw;
  font-weight: lighter;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.chords form input {
  position: absolute;
  left: -100000px;
}
.chords form input:checked + label {
 transform: scale(1.06);
    box-shadow: 0 11px 11px -10px #000000, -2px -1px 0px 1px #ffff88;
    border: 2px solid #5C0000;
}
.chords #noteSelector h1,
.chords #typeSelector h1 {
  font-size: 1.5vw;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 0.5vw;
  line-height: 2;
}
.ChordNotes {  
  min-width:120px;
  padding-top:15px;
    border: 1px solid black;
    box-shadow: 6px 6px 10px -2px #5493AA;
    background-color: #ffffff;

/*
  line-height: 2vw;
   border-style: solid inset solid solid;
  border-width: 0.5vw;
  border-radius: 2em; */
  text-align:center;
}


.chords #noteSelector div,
.chords #typeSelector div {
  width: 6vw;	
  height: 5vw;
  line-height: 4vw;
  border-color: #FFE;
  border-style: solid inset solid solid;
  border-width: 0.5vw;
  border-radius: 4em;
}
.chords #noteSelector {
  width: 30%;
}
.chords #noteSelector div label {
  background-color: #FEAC5E;
		background: linear-gradient(-44deg, #222222, #FEAC5E, #F22222);
  color: #ffffff;
text-shadow: 2px 2px 7px black;
border-radius: 2em;
}
.chords #noteSelector div:nth-of-type(1) label,
.chords #noteSelector div:nth-of-type(5) label,
.chords #noteSelector div:nth-of-type(9) label {
  background-color: #F7A66C;
		background: linear-gradient(-44deg, #222222, #F7A66C, #F22222);
}
.chords #noteSelector div:nth-of-type(2) label,
.chords #noteSelector div:nth-of-type(6) label,
.chords #noteSelector div:nth-of-type(10) label {
  background-color: #EB9A86;
		background: linear-gradient(-44deg, #222222, #EB9A86, #F22222);
}
.chords #noteSelector div:nth-of-type(3) label,
.chords #noteSelector div:nth-of-type(7) label,
.chords #noteSelector div:nth-of-type(11) label {
  background-color: #D384B8;
		background: linear-gradient(-44deg, #222222, #D384B8, #F22222);
}
.chords #noteSelector div:nth-of-type(4) label,
.chords #noteSelector div:nth-of-type(8) label,
.chords #noteSelector div:nth-of-type(12) label {
		background: linear-gradient(-44deg, #222222, #B682CF, #F22222);
  background-color: #B682CF;
}
.chords #typeSelector {
  width: 30%;
  display: flex;
}
.chords #typeSelector label {
  background: #dba99c;
border-radius: 1.2em;
color: #000000;
    text-shadow: 1px 1px 2px white;
}
.chords #typeSelector div:nth-of-type(1) label,
.chords #typeSelector div:nth-of-type(5) label,
.chords #typeSelector div:nth-of-type(9) label
{ background-color: #71D6FB;
	background: linear-gradient(-44deg, #222222, #71D6FB, #FF4D4D);
}


.chords #typeSelector div:nth-of-type(2) label,
.chords #typeSelector div:nth-of-type(6) label,
.chords #typeSelector div:nth-of-type(10) label {
  background-color: #87FF87;
	background: linear-gradient(-44deg, #222222, #75D7EA, #87FF87);
}
.chords #typeSelector div:nth-of-type(3) label,
.chords #typeSelector div:nth-of-type(7) label,
.chords #typeSelector div:nth-of-type(11) label {
  background-color: #ddD8D6;
background: linear-gradient(-44deg, #222222, #ddD8D6, #ffFF87);

}
.chords #typeSelector div:nth-of-type(4) label,
.chords #typeSelector div:nth-of-type(8) label,
.chords #typeSelector div:nth-of-type(12) label {
  background-color: #F3E5F3;
background: linear-gradient(230deg, #222222, #81DAff, #ffFFff);
}
.pianoContainer {
  position: relative;
}
.btnContainer {
  position: absolute;
  right: 0;
  top: 25%;
  text-align: center;
  width: 10%;
  padding-top: 1%;
}
.btnContainer1 {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  max-width: 5%;
  padding-top: 0.5%;
}
.btnContainer .info {
  display: flex;
  border: 0.15vw solid #524200;
  padding: 1%;
  border-radius: 100%;
  color: goldenrod;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  height: 8.5vw;
  width: 8.5vw;
  line-height: normal;
}
.btnContainer .info a{color: goldenrod;}
.btnContainer .info a:hover{color: #FFDE01;}
.btnContainer .info span {
  font-size: 1.8vw;
}
.btnContainer #jump {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.6s;
  transition-property: transform;
}
.btnContainer #jump path {
  fill: #172221;
}
.btnContainer #jump:hover,
.btnContainer #jump:active {
  transform: scale(1.05);
  fill: #ff2221;
}
.btnContainer #clean:hover,
.btnContainer #clean:active {
  transform: scale(1.05);
}
.globalContainer {
  background-color: #0C0C0C;
}

.myChord{height:5vw}

.myChordText{color:#4447BC; font-size:1.3em;}

.myChordText1{color:#880000; font-family: serif; font-size:large; font-weight:bold; margin-bottom:10px;}

.myChordText1{color:#000088; font-family: serif; font-size:small; font-weight:bold; margin-bottom:10px;}

.reset {max-width:80px; opacity:0.5; font-size:1.2em; cursor: pointer;}

.myChord1 {margin-top:0; 
margin-bottom: 0;
max-width:100%;
}
.info2{color:#0C0C0C; font-size:0.8em; text-align:center; margin-top:-30px;}
.info2 a{color:#C8C8C8;}
.info2 a:hover{color:#f8f8f8;}
.info3{color:#DCDBB4; font-size:1em; line-height:1.1em; text-align:center;}
.info_bottom {color:#C8C8C8; margin-top:20px;}
.info_bottom a, a:visited {color:#C8C8C8;}
.info_bottom a:hover{color:#f8f844;}
.footer{font-size:0.8em; color: #ABABAB;text-align:center; line-height: 1.2em;}
.footer a, a:visited {color:#C0C0BD;}
.footer a:hover{color:#e0e0B7;}

/* Landscape */
@media only screen and (max-width: 800px) and (max-height: 400px) {
  body .piano {
    padding: 0;
  }
  body .key:active .black-key:active,
  body .key.active .black-key:active,
  body .key:active .black-key.active,
  body .key.active .black-key.active {
    top: -0.2vh;
    box-shadow: inset 10px 10px 65px 50px #4c678e;
  }
  body .key:active .black-key,
  body .key.active .black-key {
    top: -0.4vh;
  }
  body .key .white-key {
    height: 25vh;
  }
  body .key .white-key:active,
  body .key .white-key.active {
    top: -0.5vh;
    height: 24.6vh;
  }
  body .key .black-key {
    height: 16vh;
    top: 0px;
    right: -40%;
    width: 70%;
  }
  body .key .black-key:active,
  body .key .black-key.active {
    top: 0;
  }
  body .chords {
    padding: 0;
  }
  body .chords #noteSelector div,
  body .chords #typeSelector div {
    width: 7vw;
    height: 6vw;
  }
  body .chords form label {
    font-size: 1.7vw;
    font-weight: bold;
    line-height:5vw;
  }
  body .btnContainer {
    padding-top: 2%;
  }
  body .btnContainer .info span {
    font-size: 2vw;
    font-weight: bold;
    line-height: normal;
  }
.ChordNotes {max-width: 100px; padding-top: 5px;
    border: 1px solid black;
    box-shadow: 6px 6px 10px -2px #5493AA;
    background-color: #ffffff;
}
.myChordText {font-size: 1.1em;}
}

.violin{ fill: #213533; 
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.6s;
  transition-property: transform;

}
.violin:hover {
  transform: scale(1.14);
  fill: #29857B; 
}