.game {
  background-color: #101012;
  background-image: url('../images/sewer_5.jpg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  width: auto;
  min-width: 400px;
  min-height: 500px;
  z-index: 1;
  font-size: 14px;
  font-family: 'Source Code Pro';
}

a {
  color: #BECDD1;
}

a:visited {
  color: #BECDD1;
}

#canvas {
  border: 1px solid black;
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  border-radius: 5px;
  border: 1px solid #101012;
  z-index: 2;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  min-height: 500px;
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  background-color: #6D9358;
  border: 1px solid #101012;
  border-radius: 5px;
  font-family: 'Shojumaru';
  z-index: 2;
}

.small {
  min-width: 300px;
  min-height: 350px;
  top: 20%;
  opacity: .9;
  background-color: #84152D;
  border: 1px solid #84152D;
}

.header h1 {
  font-size: 32px;
}

.header h2 {
  margin-top: 50px;
  font-size: 19px;
}

.header h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.footer-img img {
  width: 400px;
  height: auto;
}

.how-to-play {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Bungee'
}

.how-to-play img {
  width: 400px;
  height: auto;
}

.how-to-play h2 {
  margin: 21px 0;
  font-size: 18px;
}

.how-to-play h4 {
  margin: 20px 0;
  font-size: 24px;
}

.how-to-play h5 {
  font-size: 21px;
}

.how-to-play p {
  font-size: 14px;
}

.controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}


#arrows {
  width: 75px;
  height: auto;
  margin-bottom: 5px;
}

#spacebar {
  width: 175px;
  height: auto;
  margin: 15px 0 10px 0;
}

#pizza-box {
  width: 75px;
  height: auto;
  margin: 15px 0;
}

#pizza {
  width: 30px;
  height: auto;
  margin: 15px 0;
}

#enter {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

#username {
  background: white;
  padding: 10px;
  margin: 25px;
  text-align: center;
  border-radius: 5px;
}

#restart {
  width: 30px;
  height: 30px;
  margin: 10px;
}

#high-scores .scores {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#high-scores .names {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.yellow {
  background-color: #EFB740;
  border: 1px solid #EFB740;
}

.scores-table {
  display: flex;
  margin-bottom: 25px;
}

.start {
  display: flex;
  align-items: baseline;
}

.keys {
  display: flex;
  justify-content: center;
}

.bio {
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: space-around;
  height: 125px;
  position: fixed;
  top: 20%;
  left: 50px;
  z-index: 0;
}

.bio a {
  display: flex;
  align-items: center;
}

.bio i {
  font-size: 24px;
  padding-right: 15px;
}

i.fa-user-circle {
  font-size: 2em;

}
i.fa-github-square {
  font-size: 2.2em;
}

i.fa-envelope {
  font-size: 2em;
}

.fa-stack {
  position: absolute;
  top: 25px;
  left: 50px;
}

.fa-volume-down {
  color: #BECDD1;
  font-size: 1.5em;
}

.fa-ban {
  color: #84152D;
  font-size: 2.5em;
  left: -2px;
}

.hidden {
  display: none;
}

@media (max-width: 1050px) {
  .bio p {
    display: none;
  }
}

@media (max-width: 750px) {
  .bio {
    display: none;
  }

  #sound {
    display: none;
  }
}
