#particles-js{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
  left:0;
  top:0;
  }
  
.body-particles{
  position: absolute;
  width:100%;
  top: 0;
  left:0;
  z-index: 1;
  display:inline;
  text-align: center;  
  margin: 0;
  padding: 0;
}

.menuButton{
  height: 9vh;
  width: 30vh;
  font-size: 5vh;
  background-color: transparent;
  border-style:double;
  border-width: 1vh;
  border-radius: 1vh;
  border-color: #FFD700;
  color: #FFD700;
  font-family: "consolas";
  transition-duration: 0.75s;
}

.menuButton:hover{
  background-color: #FFD700;
  color: #5b006e;
  border-color: #5b006e;
}

.how2Button{
  height: 9vh;
  width: 40vh;
  font-size: 5vh;
  background-color: transparent;
  border-style:double;
  border-width: 1vh;
  border-radius: 1vh;
  border-color: #FFD700;
  color: #FFD700;
  font-family: "consolas";
  transition-duration: 0.75s;
}

.how2Button:hover{
  background-color: #FFD700;
  color: #5b006e;
  border-color: #5b006e;
}

.submitButton{
  height: 6vh;
  width: 20vh;
  font-size: 3vh;
  background-color: transparent;
  border-style:double;
  border-width: 1vh;
  border-radius: 1vh;
  border-color: #FFD700;
  color: #FFD700;
  font-family: "consolas";
  transition-duration: 0.75s;
  position: absolute;
  top:46vh;
  left:38.75vw
}

.submitButton:hover{
  background-color: #FFD700;
  color: #5b006e;
  border-color: #5b006e;
}

.submitButton2{
  height: 6vh;
  width: 20vh;
  font-size: 3vh;
  background-color: transparent;
  border-style:double;
  border-width: 1vh;
  border-radius: 1vh;
  border-color: #FFD700;
  color: #FFD700;
  font-family: "consolas";
  transition-duration: 0.75s;
  position: absolute;
  top:46vh;
  right:38.75vw
}

.modal {
  display: none; 
  position: absolute;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  overflow: hidden;
}

.modal-content {
  background-color: #5b006e;
  font-family: "consolas";
  margin: 15% auto;
  padding: 5vh;
  padding-left: 20vh;
  border: 2vh solid #FFD700;
  border-style: double;
  border-radius: 3vh;
  font-size: 9vh;
  color: #FFD700;
  width: 50%;
  transform: translateY(-50vh);
  animation: modalDown 0.75s forwards;
}

.how2modal-content {
  background-color: #5b006e;
  font-family: "consolas";
  margin: 12vh auto;
  padding: 0vh;
  padding-left: 0vh;
  border: 2vh solid #FFD700;
  border-style: double;
  border-radius: 3vh;
  font-size: 9vh;
  color: #FFD700;
  width: 36.2%;
  transform: translateY(-50vh);
  height:75vh;
  animation: modalDown 0.75s forwards;
}

.how2close {
  color: #FFD700;
  position: absolute;
  left:66vh;
  font-size: 10vh;
  font-weight: bold;
  transition-duration: 0.4s;
  z-index: 100;
}

.how2close:hover,
.how2close:focus {
  color: #a08800;
  text-decoration: none;
  cursor: pointer;
}

.closeModal {
  display: none; 
  position: absolute;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  overflow: hidden;
}

.closeModal-content {
  background-color: #5b006e;
  font-family: "consolas";
  margin: 15% auto;
  padding: 5vh;
  padding-left: 20vh;
  border: 2vh solid #FFD700;
  border-style: double;
  border-radius: 3vh;
  font-size: 9vh;
  color: #FFD700;
  width: 50%;
  transform: translateY(-50vh);
  animation: modalUp 0.5s forwards;
}

.how2modalclose-content {
  background-color: #5b006e;
  font-family: "consolas";
  margin: 12vh auto;
  padding: 0vh;
  padding-left: 0vh;
  border: 2vh solid #FFD700;
  border-style: double;
  border-radius: 3vh;
  font-size: 9vh;
  color: #FFD700;
  width: 36.2%;
  transform: translateY(-50vh);
  height:75vh;
  animation: modalUp 0.75s forwards;
}

.close {
  color: #FFD700;
  float: right;
  font-size: 10vh;
  font-weight: bold;
  transition-duration: 0.4s;
}

.close:hover,
.close:focus {
  color: #a08800;
  text-decoration: none;
  cursor: pointer;
}

#playerInput{
  position: absolute;
  height:16vh;
  width:30vw;
  border:none;
  font-size: 10vh;
  font-family: "Consolas";
  color:#a08800;
  background-color: transparent;
  text-align: center;
  border-radius: 1vh;
  top:50%; 
  left:50%; 
  transform: translate(-50%,-50%);
}
.playerInputBack{
  position: absolute;
  height:17.4vh;
  width:30.6vw;
  border:none;
  font-size: 10vh;
  font-family: "Consolas";
  color:#ffe865d8;
  background-color: #ffe865d8;
  text-align: center;
  border-radius: 1vh;
  left:18vw;
  top: 27vh;
  z-index: -1;
}

#opponentInput{
  position: absolute;
  height:16vh;
  width:30vw;
  border:none;
  font-size: 10vh;
  font-family: "Consolas";
  color:#a08800;
  background-color: transparent;
  text-align: center;
  border-radius: 1vh;
  top:50%; 
  left:50%; 
  transform: translate(-50%,-50%);
}

.opponentInputBack{
  position: absolute;
  height:17.4vh;
  width:30.6vw;
  border:none;
  font-size: 10vh;
  font-family: "Consolas";
  color:#ffe865d8;
  background-color: #ffe865d8;
  text-align: center;
  border-radius: 1vh;
  right:18vw;
  top: 27vh;
  z-index: -1;
}

.callout {
  content: "";
  width: 0vw;
  height: 0vh;
  position: absolute;
  border-left: 4vw solid transparent;
  border-right: 3vw solid #ffe865d8;
  border-top: 0vh solid #ffe865d8;
  border-bottom: 12vh solid transparent;
  left: 14vw;
  top: 44.4vh;
  transform: skewX(-50deg);
  z-index: -2;
}

.callout2 {
  content: "";
  width: 0vw;
  height: 0vh;
  position: absolute;
  border-right: 4vw solid transparent;
  border-left: 3vw solid #ffe865d8;
  border-top: 0vh solid #ffe865d8;
  border-bottom: 12vh solid transparent;
  right: 14vw;
  top: 44.4vh;
  transform: skewX(50deg);
  z-index: -2;
}


.vl {
  border-left: 0.25vw solid #ffd900d8;
  height: 34vh;
  position: absolute;
  left: 49.17vw;
  margin-left: 1.5vh;
  top: 26vh;
  border-radius: 1vh;
  z-index: 100;
}

.head{
  position: absolute;
  background-color: #ffd900d8;
  height:25vh;
  width:25vh;
  border-radius: 1000vh;
  border-style: solid;
  border: none;
  top:53.5vh;
  left: 5.75vw;
  z-index: 3;
  animation: bob 3s linear infinite;
}

.head2{
  position: absolute;
  background-color: #ffd900d8;
  height:25vh;
  width:25vh;
  border-radius: 1000vh;
  border-style: solid;
  border: none;
  top:53.5vh;
  right: 5.75vw;
  z-index: 3;
  animation: bobReverse 3s linear infinite;
}

.outer{
  position: absolute;
  background-color: #5b006e;
  height:25.75vh;
  width:25.75vh;
  border-radius: 90000000px;
  border-style: solid;
  border-color: #5b006e;
  border-width: 2vh;
  top:50vh;
  left: 4.6vw;
  z-index: 2;
}

.outer2{
  position: absolute;
  background-color: #5b006e;
  height:25.75vh;
  width:25.75vh;
  border-radius: 90000000px;
  border-style: solid;
  border-color: #5b006e;
  border-width: 2vh;
  top:50vh;
  right: 4.6vw;
  z-index: 2;
}

.body{
  position: absolute;
  background-color: #ffd900d8;
  height:25vh;
  width:40vh;
  border-radius: 50%;
  top:72vh;
  left: 2.25vw;
  z-index: 1;
}

.body2{
  position: absolute;
  background-color: #ffd900d8;
  height:25vh;
  width:40vh;
  border-radius: 50%;
  top:72vh;
  right: 2.25vw;
  z-index: 1;
}

.playerShade{
  display:none;
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  left:-5vw;
  top:0vh;
  height: 100vh;
  width: 55vw;
  z-index: 10;
}

.opponentShade{
  display:none;
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  right:-5vw;
  top:0vh;
  height: 100vh;
  width: 55vw;
  z-index: 10;
}

.simple-keyboard.lexiconTheme{
  border-radius: 10px;
  margin-top: 60vh;
  margin-left: 23vw;
  width: 55vw;
  height: 35vh;
  background: transparent;
  z-index: 1000
}

.simple-keyboard.lexiconTheme .hg-button{
  background-color: transparent;
  border-style:solid;
  border-width: 0.5vh;
  border-radius: 1vh;
  border-color: #FFD700;
  color: #FFD700;
  font-family: "consolas";
  height: 10.33vh;
  z-index: 1000;
  transition-duration: 0.75s;
  margin:-0.5vh;
  font-size: 4vh;
  position:relative
}

.simple-keyboard.lexiconTheme .hg-button:hover{
  background-color: #FFD700;
  color: #5b006e;
  border-color: #5b006e;
}

.simple-keyboard .hg-button-container .hg-button {
  margin:-0.5vh;
  padding-left: 2.40vw;
  padding-right: 2.40vw;
}

.simple-keyboard.button.blank{
  border: none;
}

.simple-keyboard.button.blank:hover{
  background-color: transparent;
}

.simple-keyboard.button.backspace{
  font-size: 4.5vh;
  padding-top: 0vh;
  padding-left: 0.85vw;
  padding-right: 0.85vw;
}

.simple-keyboard.button.enter{
  font-size: 3vh;
  padding-left: 0.05vw;
  padding-right: 0.05vw;
}

.audio{
  position: absolute;
  top:1vh;
  left:85vw;
  height: 9vh;
  width: 10vh;
  font-size: 5vh;
  background-color: transparent;
  border:none;
  color: #FFD700;
  transition-duration: 0.75s;
}

.slidecontainer {
  position: absolute;
  width: 10vw;
  top: 3vh;
  left:89vw
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1.5vh;
  border-radius: 5vh;
  background: #ffd900d8;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 0.85;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3vh;
  height: 3vh;
  border-radius: 50%;
  background: #FFD700;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 3vh;
  height: 3vh;
  border-radius: 50%;
  background: #FFD700;
  cursor: pointer;
}


@-webkit-keyframes modalDown {
  from {transform: translateY(-300); opacity:0} 
  to {transform: translateY(0); opacity:1}
}

@keyframes modalDown{
  from {transform: translateY(-300); opacity:0} 
  to {transform: translateY(0); opacity:1}
}

@-webkit-keyframes modalUp {
  from {transform: translateY(0); opacity:1} 
  to {transform: translateY(-300); opacity:0}
}

@keyframes modalUp{
  from {transform: translateY(0); opacity:1} 
  to {transform: translateY(-300); opacity:0}
}


@-webkit-keyframes bob{
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2vh);
  }
}

@keyframes bob{
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2vh);
  }
}

@-webkit-keyframes bobReverse{
  50% {
    transform: translateY(0);
  }
  0%, 100% {
    transform: translateY(-2vh);
  }
}

@keyframes bobReverse{
  50% {
    transform: translateY(0);
  }
  0%, 100% {
    transform: translateY(-2vh);
  }
}