@import url(https://fonts.googleapis.com/css?family=Teachers);

html {
  cursor: none !important;
  overscroll-behavior: none;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;
}

#portrait {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: black;
  overflow-x: hidden;
  overflow-y: hidden;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: Teachers, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: opacity 1s;
  opacity: 0;
}

@media screen and (orientation: portrait) {
  #portrait-element {
      display: block;
  }
}

.rotate {
  transform: translate(-50%, -50%); 
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: opacity 1s;
  position: absolute;
  top: 50vh;
  left: 50vw;
  align-self: center;
  width: 15%;
  height: 15%;  
}

.canvas {
  overscroll-behavior: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: none;
}

.p1 {
  font-family: Teachers, sans-serif;
  opacity: 1;
  font-size: 1.2em;
  transition: all 0.3s;
  margin: 0px;
  padding: 0px;
}

.cursor {
  position: fixed;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
  border: 2px solid white;
  width: 12px;
  height: 12px;
  left: -1000px;
  right: 0;
  transition: transform 1s ease, opacity 1s ease, background-color 1s ease;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 12;
}

.clickstart {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0.8;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  overflow-y: hidden;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  opacity: 1;
  font-family: Teachers, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 1s;
  z-index: 12;
}

input[type=text] {
  outline: none;
  border: solid black 1px;
  border-radius: 4px;
  transition: all 0.3s;
  color: black;
  width: 200px;
}

input[type=text]::selection {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

input[type=text]:focus {
  background-color: #000000;
  color: white;
}

input[type="text"]::placeholder {
  color: #e2e2e2; 
  width: 200px;
}

input[type="text"]:focus::placeholder {
  color: #2b2b2b; 
  width: 200px;
}

.contribute-canvas {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  opacity: 0.0;
  font-family: Teachers, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: opacity 1s;
}

.contribute-panel {
  gap: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background-color: #ffffffd5;
  border-radius: 8px;
  border-color: black;
  opacity: 0.0;
  z-index: -1;
  display: flex;
  border: solid 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-family: Teachers, sans-serif;
  text-align: center;
  cursor: none;
  transition: opacity 0.3s;
}

.contribute-panel a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #ffffffd5;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 4px;
  border: solid 1px;
  transition: all 0.3s ease;
}

.contribute {
  border: none;
  background-color: Transparent;
  color: rgb(0, 0, 0);
  z-index: .5;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 0.7em;
  opacity: 1.0; 
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 0.3s;
}

.contribute:hover {
  border: none;
  background-color: rgb(44, 44, 44);
  color: rgb(238, 238, 238);
  transition: all 0.3s;
}

.submission-form {
  z-index: 12;
  opacity: 1.0;
  transition: all 0.3s
}

.submission-success {
  max-width: 300px;
  top: 55%;
  left: 50%;
  padding: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffffd5;
  border-radius: 8px;
  border-color: black;
  opacity: 0.0;
  z-index: -1;
  text-align: center;
  text-decoration: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 0.3;
  transform: translateX(-50%);
}

.submit-button {
  
  display: block;
  margin: auto; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  background-color: #ffffffd5;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 4px;
  border: solid 1px;
  transition: all 0.3s ease;
  font-size: 1em;
  font-family: Teachers, sans-serif;
  cursor:none;
}


.submit-button:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(238, 238, 238);
  transition: all 0.3s;
}

.tunings{
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  opacity: 0.0;
  font-family: Teachers, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: opacity 1s;
}

.tunings-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffffd5;
  border-radius: 8px;
  border: solid 1px;
  justify-content: center;
  align-items: center;
}

.tunings-container a {
  display: block;
  padding: 4px;
  text-align: center;
  background-color: #ffffffd5;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 4px;
  border: solid 1px;
  transition: opacity 0.3s ease;
  font-size: 1em;
}


.paragraph {
  position: relative;
  top: 10%;
  left: 10%;
}

.tutorial {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: rgb(175, 175, 175);
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgb(0, 0, 0);
  text-align: center; 
  text-decoration: none;
  font-size: 1em;
  opacity: 0.0;
  font-family: Teachers, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 1s;
}

.svg-container {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 1s;
  position: relative;
  width: 100%;
  height: 55%;  
}

.svg-container .svg-tutorial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 1s;
}

.svg-container .blink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: all 50ms;
}

.tutorial-inner {
  text-align: center; 
  width: 20%; 
  font-size: .9em;
}

.tutorial-inner-header {
  text-align: center; 
  width: 50%; 
  font-size: 1.7em;
  padding: 20px;
}

.heading {
  padding: 35px;
  font-size: 1.5em;
}

.link {
  border: none;
  background-color: Transparent;
  color: rgb(0, 0, 0);
  z-index: .5;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: calc(0.8em + 0.01vw);
  opacity: 1.0; 
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  transition: opacity 0.3s;
}

.link:hover {
  border: none;
  background-color: rgb(0, 0, 0);
  color: rgb(238, 238, 238);
  transition: opacity 0.3s;
}

/* Common styles for .one to .ten */
[class^="one"],
[class^="two"],
[class^="three"],
[class^="four"],
[class^="five"],
[class^="six"],
[class^="seven"],
[class^="eight"],
[class^="nine"],
[class^="ten"] {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px;
  align-self: center;
  justify-self: center;
}

/* Specific grid positions */
.one, .display-one { grid-column: 1; grid-row: 1; }
.two, .display-two { grid-column: 3; grid-row: 1; }
.three, .display-three { grid-column: 5; grid-row: 1; }
.four, .display-four { grid-column: 7; grid-row: 1; }
.five, .display-five { grid-column: 2; grid-row: 2; }
.six, .display-six { grid-column: 4; grid-row: 2; }
.seven, .display-seven { grid-column: 6; grid-row: 2; }
.eight, .display-eight { grid-column: 1; grid-row: 3; }
.nine, .display-nine { grid-column: 3; grid-row: 3; }
.ten, .display-ten { grid-column: 5; grid-row: 3; }

/* Common styles for .display-* elements */
[class^="display-"] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 15px;
  left: 25px;
  font-family: Teachers, sans-serif;
  display: inline-block;
  align-self: center;
  justify-self: center;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  opacity: 0;
  white-space: nowrap; 
}

.notegrid {
  --box-width: 70%;
  --box-height: 85%;
  width: 70%;
  height: 85%;
  position: fixed;
  opacity: 0.8;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  align-self: center;
  justify-self: center;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  opacity: 0;
  transition: all .5s;
}

.sidebarcontainer {
  grid-column: 6;
  grid-row: 3;
  left: 25%;
  top: -10%;
  position: fixed;
  z-index: 12;
  transition: opacity 0.1s;
  cursor: none;
  align-items: center;
  justify-content: center;
  opacity: 1;
  display: flex;
}

.sidebar {
  position: fixed;
  display: grid;
  opacity: 0;
}

.note-inputs {
  position: fixed;
  height: 21vh;
  width: 9vw;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  align-self: start;
  justify-self: start;
  grid-area: 3 / 7 / span 1 / span 1; 
  z-index: 10;
}

.invert {
  filter: invert(100%);
  -webkit-transition: -webkit-filter 0s 0.3s linear;
  -moz-transition: 0.3s -moz-filter linear;
  -moz-transition: 0.3s filter linear;
  -ms-transition: 0.3s -ms-filter linear;
  -o-transition: 0.3s -o-filter linear;
  transition: 0.3s filter linear, 0.3s -webkit-filter linear;
  transition: all 0.3s;
}

/* Common styles for all .in-* elements */
[class^="in-"] {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px;
  align-self: center;
  justify-self: center;
  cursor: none;
  margin: 5px;
}

/* Specific grid positions */
.in-one { grid-column: 1; grid-row: 1; }
.in-two { grid-column: 3; grid-row: 1; }
.in-three { grid-column: 5; grid-row: 1; }
.in-four { grid-column: 7; grid-row: 1; }
.in-five { grid-column: 2; grid-row: 2; }
.in-six { grid-column: 4; grid-row: 2; }
.in-seven { grid-column: 6; grid-row: 2; }
.in-eight { grid-column: 1; grid-row: 3; }
.in-nine { grid-column: 3; grid-row: 3; }
.in-ten { grid-column: 5; grid-row: 3; }

/* Note range styles */
.note-range {
  transform: rotate(-90deg) translateY(-27px) translateX(4px);
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 5px;
  background: #ffffff;
  border: solid 1px black;
  border-radius: 10px;
  outline: none;
  padding: 3px;
  margin-bottom: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  cursor: none;
}

.note-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px black;
}

/* Note display styles */
.note-display {
  position: relative;
  top: 15px;
  left: -1px;
  font-size: 9px;
  text-justify: center;
  font-family: Teachers, sans-serif;
  transition: opacity 0.5s ease;
  opacity: 0;
  white-space: nowrap;
}

.note-range-active {
  opacity: 1.0;
}

.note-display-active {
  opacity: 1.0;
}

.note-display-big-active {
  opacity: 1.0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 23px;
  opacity: 1.0;
  cursor: none;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  border: solid;
  border-width: 1px;
  cursor: none;
  border-radius: 12.5px;
}

.slider:before {
  transform: translateY(10%) translateX(15%); /* Adjust for own height */
  position: absolute;
  outline: none;
  content: "";
  height: 15px;
  width: 15px;
  background-color: rgb(255, 255, 255);
  border: solid;
  border-width: 1px;
  border-color: black;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  cursor: none;
}

input:checked + .slider {
  background-color: #ffffff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffffff;
}

input:checked + .slider:before {
  -webkit-transform: translateY(10%) translateX(120%);
  -ms-transform: translateY(10%) translateX(120%);
  transform: translateY(10%) translateX(120%);
}

.container {
  padding: 5px;
}

.box {
  position: relative;
  display: inline-block;
  padding: 0px;
  left: 25px;
  top: -5px;
  background-color: rgba(223, 222, 222, 0);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: none;
}

.spacer-1 {
  padding: 25px;
}

.spacer-2 {
  padding: 15px;
}

.control-panel {
  height: 10%;
  width: 101vw;
  position: absolute;
  top: 90%; 
  padding: 0;
  left: -1px;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  min-width: none;
  cursor: none;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.5s;
  border: 1px solid black;
}

.right-just-control {
  display: flex;
  flex-direction: row; 
  justify-content: flex-end;
  align-items: center; 
  gap: 10px;
  width: 100%;
}

.koma-logo {
  display: inline-block;
  display: grid;
  min-width: 60px;
  left: 3%;
  top: 40%;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  width: 60px; 
  height: 20px; 
  margin: 5px; 
}

.logo-box-a, .logo-box-b {
  width: 100%;
  height: 100%;
}

.logo-box-a {
  background-color: #000000; 
}

.logo-box-b {
  background-color: #ffffff; 
  opacity: 0; 
}

.button {
  border: none;
  background-color: Transparent;
  color: black;
  z-index: 12;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  font-size: 1.2em;
  margin: 5px;
  font-family: Teachers, sans-serif;
  justify-content: center;
  align-items: center;
  cursor: none;
  opacity: 1.0; 
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  cursor: none;
  transform: scale(.8);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
}

.button:hover {
  background-color: Transparent;
  color: black;
  padding: 5px 5px;
  text-align: center;
  display: inline-block;
  opacity: 1;
  font-family: Teachers, sans-serif;
  cursor: none;
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  cursor: none;
  transform: scale(.8);
}

.button-a {
  border: none;
  background-color: Transparent;
  color: black;
  z-index: 12;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  font-size: 1.2em;
  margin: 5px;
  font-family: Teachers, sans-serif;
  justify-content: center;
  align-items: center;
  cursor: none;
  opacity: 1.0; 
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  cursor: none;
  transform: scale(.8);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
}

.button-a:hover {
  background-color: Transparent;
  color: black;
  padding: 5px 5px;
  text-align: center;
  display: inline-block;
  opacity: 1;
  font-family: Teachers, sans-serif;
  cursor: none;
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  transform: scale(.8);
}

.tuning-type {
  border: none;
  background-color: Transparent;
  color: black;
  z-index: -1;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  font-size: 1.2em;
  margin: 5px;
  font-family: Teachers, sans-serif;
  justify-content: center;
  align-items: center;
  cursor: none;
  opacity: 0.0; 
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  cursor: none;
  transform: scale(.8);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
}

.tuning-type:hover {
  background-color: Transparent;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  font-family: Teachers, sans-serif;
  cursor: none;
  -webkit-transition: 0.1s; 
  transition: all 0.3s;
  cursor: none;
  transform: scale(.8);
}

.extra-l {
  opacity: 0;
  z-index: -1;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Standard syntax */
}

.X-button {
  padding: 25px;
}

.submission-text {
  font-size: 1em;
  margin: 10px;
  cursor: none;
}

/* Media Queries */

@media (max-height: 800px) {
  .heading {
    font-size: 1.3em;
  }

  .submission-text {
    font-size: 1em;
  }
  
  .contribute-panel a {
    font-size: 1em;
  }

  .contribute {
    font-size: 1em;
  }

  .submission-form {
    font-size: 1em;
  }

  .submission-success {
    font-size: 1em;
  }

  .submit-button {
    font-size: 1em;
  }

  .p1{
    font-size: 1em;
  }

  .tunings-container {
    font-size: 1em;
  }

  .tunings-container a {
    font-size: 1em;
  }
}

@media (max-height: 750px) {
  .heading {
    padding: 25px;
    font-size: 1.1em;
  }

  .submission-text {
    font-size: .9em;
  }
  
  .contribute-panel a {
    font-size: .9em;
  }

  .contribute-panel {
    gap: 0px;
  }

  .contribute {
    font-size: .9em;
  }

  .submission-form {
    z-index: 12;
    font-size: .9em;
  }

  .submission-success {
    font-size: .9em;
  }

  .submit-button {
    font-size: .9em;
  }

  .p1{
    font-size: .9em;
  }

  .tunings-container {
    font-size: .9em;
  }

  .tunings-container a {
    font-size: .9em;
  }

  [class^="display-"] {
    font-size: 0.8em;
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.9em;
  }

  .tuning-type {
    font-size: 0.9em;
    padding: 10px;
  }
}

@media (max-width: 1000px) {

  .heading {
    font-size: 1em;
  }

  .submission-text {
    font-size: .9em;
    padding: 0px;
    margin: 5px;
  }
  
  .contribute-panel a {
    font-size: .9em;
  }

  .contribute {
    font-size: .9em;
  }

  .submission-form {
    z-index: 12;
    font-size: .9em;
  }

  .submission-success {
    font-size: .9em;
  }

  .submit-button {
    font-size: .9em;
  }

  .p1{
    font-size: .9em;
  }

  .tunings-container {
    font-size: .9em;
  }

  .tunings-container a {
    font-size: .9em;
  }

  [class^="display-"] {
    font-size: 0.8em;
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.9em;
  }

  .tuning-type {
    font-size: 0.9em;
    padding: 10px;
  }
}

@media (max-width: 800px) {

  .tutorial-inner-header {
    font-size: 1.1em;
  }

  .heading {
    font-size: .9em;
  }

  .submission-text {
    font-size: .8em;
  }
  
  .contribute-panel a {
    font-size: .7em;
  }

  .contribute {
    font-size: .7em;
  }

  .submission-form {
    z-index: 12;
    font-size: .7em;
  }

  .submission-success {
    font-size: .7em;
  }

  .submit-button {
    font-size: .9em;
  }

  .p1{
    font-size: .7em;
  }

  .tunings-container {
    font-size: .8em;
  }

  .tunings-container a {
    font-size: .6em;
  }

  [class^="display-"] {
    font-size: 0.8em;
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.8em;
  }

  .button-a {
    font-size: 0.8em;
  }

  .tuning-type {
    font-size: 0.8em;
  }

  .tuning-type {
    font-size: 0.9em;
    padding: 10px;
  }
}


@media (max-width: 550px) {

  .button {
    font-size: 0.6em;
    padding: 10px;
  }

  .tuning-type {
    font-size: 0.6em;
    padding: 10px;
  }


  .p1{
    font-size: 0.6em;
  }

  .tutorial-inner-header {
    text-align: center; 
    width: 50%; 
    font-size: 1.1em;
  }

  .tunings-container {
    gap: 1px;
    /* width: 60vw;
    height: 65vh; */
    padding: 8px;
    border-radius: 4px;
  }

  .tunings-container a {
    padding: 1px;
    border-radius: 2px;
    font-size: 0.6em;
  }

  [class^="display-"] {
    font-size: 0.6em;
  }

  /* Note range styles */
  .note-range {
    transform: rotate(-90deg) translateY(-15px) translateX(8px);
    width: 25px;
    height: 3px;
    border-radius: 5px;
    padding: 1.5px;
  }

  /* Note display styles */
  .note-display {
    font-size: 5px;
    top: 2px;
    left: -2px;
  }

  .note-range::-webkit-slider-thumb {
    width: 3.5px;
    height: 3.5px;
  }

  .control-panel {
    top: 85%;
    height: 16%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
  }

  .right-just-control {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-end;
  
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.6em;
    padding: 10px;
  }

  .tuning-type {
    font-size: 0.6em;
    padding: 10px;
  }

  /* Common styles for all .in-* elements */
  [class^="in-"] {
    height: 4px;
    width: 4px;
  }

  /* Common styles for .one to .ten */
  [class^="one"],
  [class^="two"],
  [class^="three"],
  [class^="four"],
  [class^="five"],
  [class^="six"],
  [class^="seven"],
  [class^="eight"],
  [class^="nine"],
  [class^="ten"] {
    height: 2px;
    width: 2px;
  }

}



@media (max-height: 500px) {

  .heading {
    font-size: .8em;
    padding: 5px;
  }

  .submission-text {
    font-size: .6em;
  }
  
  .contribute-panel a {
    font-size: .7em;
    gap: 0px;
  }

  .contribute {
    font-size: .8em;
  }

  .submission-form {
    z-index: 12;
    font-size: .6em;
    margin: 0;
  }

  .submission-success {
    font-size: .6em;
  }

  .submit-button {
    font-size: .8em;
  }

  .p1{
    font-size: .6em;
  }

  .tunings-container {
    font-size: .8em;
  }

  .tunings-container a {
    font-size: .8em;
  }

  [class^="display-"] {
    font-size: 0.8em;
  }
  .X-button {
    padding: 0px;
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.5em;
  }
  
  .button-a {
    font-size: 0.6em;
  }

  .tuning-type {
    font-size: 0.6em;
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  /* Common styles for all .in-* elements */
  [class^="in-"] {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
    border: solid 1px;
    align-self: center;
    justify-self: center;
  }

  /* Common styles for .one to .ten */
  [class^="one"],
  [class^="two"],
  [class^="three"],
  [class^="four"],
  [class^="five"],
  [class^="six"],
  [class^="seven"],
  [class^="eight"],
  [class^="nine"],
  [class^="ten"] {
    height: 2px;
    width: 2px;
    border-radius: 50%;
    display: inline-block;
    border: solid 1px;
    align-self: center;
    justify-self: center;
  }

  .switch {
    position: relative;
    display: inline-flex;
    width: 30px;
    height: 15.5px;
  }

  .slider:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    height: 8.25px;
    width: 8.25px;
    left: 1.875px;
    bottom: 2px;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
  }

  
}

@media (max-width: 1000px) {

  .heading {
    font-size: 1em;
  }

  .submission-text {
    font-size: .9em;
  }
  
  .contribute-panel a {
    font-size: .9em;
  }

  .contribute {
    font-size: .9em;
  }

  .submission-form {
    z-index: 12;
    font-size: .9em;
  }

  .submission-success {
    font-size: .9em;
  }

  .submit-button {
    font-size: .9em;
  }

  .p1{
    font-size: .9em;
  }

  .tunings-container {
    font-size: .9em;
  }

  .tunings-container a {
    font-size: .9em;
  }

  [class^="display-"] {
    font-size: 0.8em;
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.9em;
  }

  .tuning-type {
    font-size: 0.9em;
    padding: 10px;
  }
}


@media (max-width: 800px) {

  .tutorial-inner-header {
    font-size: 1.1em;
  }

  .heading {
    font-size: .9em;
  }

  .submission-text {
    font-size: .8em;
  }
  
  .contribute-panel a {
    font-size: .7em;
  }

  .contribute {
    font-size: .7em;
  }

  .submission-form {
    z-index: 12;
    font-size: .7em;
  }

  .submission-success {
    font-size: .7em;
  }

  .submit-button {
    font-size: .9em;
  }

  .p1{
    font-size: .7em;
  }

  .tunings-container {
    font-size: .8em;
  }

  .tunings-container a {
    font-size: .6em;
  }

  [class^="display-"] {
    font-size: 0.8em;
  }

  .box {
    position: relative;
    display: inline-block;
    padding: 0px;
    left: 5px;
    top: -5px;
    background-color: rgba(223, 222, 222, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: none;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 2.5px;
  }

  .button {
    font-size: 0.7em;
  }

  .button-a {
    font-size: 0.7em;
  }

  .tuning-type {
    font-size: 0.7em;
  }

  .tuning-type {
    font-size: 0.7em;
    padding: 10px;
  }
}

@media (max-height: 350px) {

  .heading {
    font-size: .7em;
  }

  .submission-text {
    font-size: .6em;
    padding: 0px;
    margin: 3px;
  }
  
  .contribute-panel a {
    font-size: .6em;
  }

  .contribute {
    font-size: .6em;
  }

  .submission-form {
    z-index: 12;
    font-size: .6em;
    padding: 0px;
  }

  .submission-success {
    font-size: .6em;
  }

  .submit-button {
    font-size: .6em;
  }

  .p1{
    font-size: 0.5em;
  }

  .tutorial-inner-header {
    text-align: center; 
    width: 50%; 
    font-size: 0.9em;
  }

  .tunings-container {
    gap: 2px;
    padding: 8px;
    border-radius: 4px;
  }

  .tunings-container a {
    padding: 2px;
    border-radius: 2px;
    font-size: 0.6em;
  }

  .koma-logo {
    display: inline-block;
    display: grid;
    min-width: 30px;
    left: 1%;
    top: 40%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 30px; 
    height: 10px; 
    margin: 5px; 
  }

  .spacer-1, .spacer-2 {
    padding: 1.5px;
  }

}
