* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.center {
  margin: 0 auto;
}

.startTitle{
  margin-top: 10%;
}

.scrollTitle{
  margin-top: 0;
  transition: margin-top 1s;
}

.startTitle > .letter {
  font-size: 190px;
}

.scrollTitle > .letter{
  font-size: 65px;
  transition: font-size 1s;
}
#username {
  width: 18vw;
}
#password {
  width: 18vw;
}
#newUsername {
  width: 18vw;
}
#newPassword {
  width: 18vw;
}
#songName {
  width: 18vw;
  font-size: 12px;
  font-family: futura;
}
#page{
  margin: 0 auto;
  width: 99vw;
  height: 99vh;
  /*border-style: solid;*/
}

#titleBox > .letter{
  display: inline;
  font-family: futura;
  cursor: default;
  user-select: none;
}

#titleBox{
  text-align: center;
  display: block;
  /*border-style: solid;*/
  height: 42vh;
}

#startMsg{
  text-align: center;
  margin: 0 auto;
  /*border-style: solid;*/
}

.visible{
  transition: opacity 2.5s;
  opacity: 1;
}

.invisible{
  transition: opacity 1s;
  opacity: 0;
}

.fadeout{
  transition: opacity 1.1s;
  opacity: 0;
}

.knob{
  font-size: 32px;
  font-family: futura;
}

.knob:hover{
  color: #f9c816;
}

#mic{
  width: 7vw;
}

input{
  font-size: 18px;
  font-family: futura;
}

#startMsg > p{
  font-size: 32px;
  font-family: futura;
  cursor: default;
  user-select: none;
}

#scrollPic{
  width: 100px;
  height: 100px;
}

#songEditor{
  height: 84vh;
  border-style: solid;
  display: none;
}

.loginBox{
  position: absolute;
  padding: 0px;
  width: 20vw;
  height: 84vh;
  border-style: solid;
  text-align: center;
  font-family: futura;
}

#microphoneBox{
  margin-top: 0px;
  margin-left: 30vw;
  position: absolute;
  width: 49vw;
  height: 42vh;
  border-style: solid solid solid none;
  text-align: center;
}

#selectJazz{
  margin-top: 0vh;
  margin-left: 20vw;
  position: absolute;
  width: 10vw;
  height: 42vh;
  border-style: solid none solid solid;
  text-align: center;
  padding-top: 1vh;
}

#microphoneBox > p{
  font-size: 42px;
  font-family: futura;
}

#selectJazz> p{
  font-size: 12px;
  font-family: futura;
}

#upload{
  margin-left: 3.55vw;
}

#login{
  display: none;
}

#accountOptions{
  display: block;
}

#newAccount{
  display: none;
}

#userSongs{
  display: none;
}

#oldSongs{
  font-size: 18px;
  overflow-y: scroll;
  padding: 30px;
  margin-top: 0vh;
  height: 42vh;
}

#currentSong{
  font-size: 24px;
  margin-top: 42vh;
  height: 42vh;
}

#weird{
  width: 5vw;
}

#noteEditor{
  margin-top: 0vh;
  margin-left: 79vw;
  position: absolute;
  width: 20vw;
  height: 84vh;
  border-style: solid;
}

#currNote{
  text-align: center;
  font-size: 32px;
  font-family: futura;
}

#freqBox{
  margin: 0 auto;
  width: 10vw;
  height: 9vh;
  border-style: solid;
  line-height: 0px;
}

#noteSelector{
  -webkit-appearance: none;
  appearance: none;
  width: 18vw;
  height: 10px;
  background: #777777;
  outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2e3056;
    cursor: pointer;
}

.mm{
  font-size: 12px;
  white-space: normal;
}

label {
  white-space: nowrap;
}

div{
  overflow: scroll;
}

.modal-content{
  text-align: center;
}

#soundGood{
  font-family: futura;
  font-size: 24px;
}

#generate{
  font-family: futura;
  font-size: 14px;
}

#cancel{
  font-family: futura;
  font-size: 14px;
}

.instrument{
  width: 5vw;
}

input[type="text"] {
  width: 14vw;
}

input[type="password"]{
  width: 14vw;
}


#recordBox{
  margin-top: 42vh;
  margin-left: 20vw;
  position: absolute;
  width: 59vw;
  height: 42vh;
  border-style: solid;
}

.audio{
  display: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    font-size: 20px;
    font-family: futura;
}
