@font-face {
  font-family: ShareTechMonoRegular;
  src: url("../fonts/ShareTechMono-Regular.ttf"); }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

input:focus {
  outline: none; }

html, body {
  font-size: 12px;
  font-family: ShareTechMonoRegular, monospace;
  font-weight: normal;
  line-height: 1.25rem;
  width: 100vw;
  display: flex;
  flex-direction: center;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF; }

#wrapper {
  min-width: 320px;
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1020px) {
    #wrapper {
      justify-content: flex-start; } }
  #wrapper .module100 {
    width: calc(100% - 12px);
    margin: 6px;
    height: 10rem;
    background: #F0C;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      #wrapper .module100 {
        max-width: calc(668px); } }
    #wrapper .module100 #social {
      margin: 1rem 0.5rem; }
  #wrapper .module50 {
    position: relative;
    max-width: calc(328px);
    width: calc(50% - 12px);
    margin: 6px;
    height: 5rem;
    min-height: 5rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #wrapper .module50 #label {
      width: 100%;
      height: 2rem;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      flex-shrink: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
    #wrapper .module50 #content {
      height: calc(100% - 24px);
      width: 100%;
      position: absolute;
      top: 24px;
      left: 0px;
      z-index: 1;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    #wrapper .module50 #background {
      height: calc(100% - 24px);
      width: 100%;
      position: absolute;
      top: 24px;
      left: 0px;
      z-index: 0; }
      #wrapper .module50 #background #cornertl {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 6px;
        height: 6px;
        background: url("../images/corner-tl.svg");
        background-repeat: no-repeat; }
      #wrapper .module50 #background #cornertr {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 6px;
        height: 6px;
        background: url("../images/corner-tr.svg");
        background-repeat: no-repeat; }
      #wrapper .module50 #background #cornerbl {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 6px;
        height: 6px;
        background: url("../images/corner-bl.svg");
        background-repeat: no-repeat; }
      #wrapper .module50 #background #cornerbr {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 6px;
        height: 6px;
        background: url("../images/corner-br.svg");
        background-repeat: no-repeat; }
      #wrapper .module50 #background #box {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        position: absolute;
        top: 3px;
        left: 3px;
        background: rgba(255, 255, 255, 0.05); }
  #wrapper #blank {
    background: none; }
  #wrapper #header {
    height: 10rem;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center; }
  #wrapper h1#title {
    font-size: 2rem;
    font-weight: normal;
    color: #FFF; }
  #wrapper #midiInput {
    width: calc(50% - 12px);
    margin: 6px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #wrapper canvas#waveform {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px; }
  #wrapper canvas#oscilloscope {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px; }
  #wrapper #volume {
    width: calc(100% - 12px);
    margin: 6px;
    padding-top: 12px;
    height: 6rem;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  #wrapper #softkeysSpacer {
    width: calc(100% - 12px);
    height: calc(13rem);
    transition: height 300ms 300ms ease-in-out;
    background: none; }
  #wrapper #softkeysSpacer.hidden {
    height: 0rem;
    transition: height 300ms 300ms ease-in-out; }

#softkeysSwitch {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5) url("../images/icon-piano.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: fixed;
  z-index: 4;
  bottom: 24px;
  right: 24px;
  border-radius: 50%;
  transition: bottom 1s 300ms ease-in-out; }

#softkeysSwitch.hidden {
  bottom: -48px;
  transition: bottom 300ms 300ms ease-in-out; }

#softkeys {
  width: 100%;
  height: 14rem;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  transition: bottom 300ms 300ms ease-in-out; }
  #softkeys #closeBtn {
    font-size: 1.5rem;
    width: calc(100% - 2rem);
    height: 4rem;
    margin: 1rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none; }

#softkeys.hidden {
  bottom: -14rem;
  transition: bottom 300ms 300ms ease-in-out; }

#keyboard {
  z-index: 10;
  width: 100%;
  height: calc(100% - 6rem);
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.key, #octaveup, #octavedown {
  margin: 6px 3px;
  width: calc(10% - 12px);
  height: calc(100% - 2px - 12px);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  background: #FFF;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  user-select: none;
  padding-top: 18px; }

#octavedown {
  height: 50%;
  margin: 6px 3px 6px 12px; }

#octaveup {
  height: 50%;
  margin-right: 24px; }

.key:last-child {
  margin: 6px 12px 6px 3px; }

.key.pressed, #octaveup.pressed, #octavedown.pressed {
  background: rgba(255, 255, 255, 0.5); }

.select-style {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  overflow: hidden;
  background: url("../images/dropdown-arrow.svg") no-repeat 95% 50%;
  color: #FFF; }

.select-style select {
  color: #FFF;
  font-family: ShareTechMonoRegular, monospace;
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none; }

.select-style select:focus {
  outline: none; }

/*# sourceMappingURL=style.css.map */
