.menu {
 background-image: url("pixel world.png");
 background-size: cover;
}

#MainManRight {
 display: none;
 position: absolute;
 left: 20px;
 top: 20px;
}

#MainMan {
 position: absolute;
 display: none;
 z-index: -1;
 left: 20px;
 top: 20px;
}

#MainManLeft {
 display: none;
 position: absolute;
 left: 20px;
 top: 20px;
}

#MainManUp {
 display: none;
 position: absolute;
 left: 20px;
 top: 20px;
}

#BearTrap {
 display: none;
 position: absolute;
}

#attack {
 display: none;
 position: absolute;
 border-radius: 50px;
 width: 150px;
 height: 100px;
 font-size: 40px;
}

#obtained {
 font-size: 70px;
 z-index: 1;
 color: red;
 font-family: 'VT323', monospace;
}

#healthBar {
 display: none;
 position: absolute;
 color: red;
 font-size: 30px;
}

#heal {
 display: none;
 position: absolute;
 border-radius: 50px;
 width: 150px;
 height: 100px;
 font-size: 40px;
}

#krish {
 position: absolute;
 left: 800px;
 top: 100px;
 display: none;
}

#talking {
 border: 3px solid black;
 height: 200px;
 width: 700px;
 background-color: white;
 display: none;
 position: absolute;
 font-size: 30px;
}

#wall1 {
 height: 300px;
 width: 400px;
 border: 5px grey;
 left: 100px;
 top: 600px;
 position: absolute;
 background-color: grey;
 display: none;
}

#sword {
 position: absolute;
 top: 650px;
 left: 200px;
 display: none;
}

#door {
 position: absolute;
 left: 970px;
 top: 10px;
 display: none
}

.fightScene {
 background: url('fightBackground.png');
 background-size: auto;
}

.bossbattle {
 background: url('bossback.gif');
 background-size: cover;
}

.base {
 background: url('Grey.png')
}

.inGame1 {
 background: url('')
}

#help {
 position: absolute;
 top: 30px;
 display: none;
}

#basicArmor {
 display: none;
}

#factory {
 position: absolute;
 top: 1000px;
 display: none;
}

#robo {
 display: none;
 position: absolute;
}

#stick {
 display: none;
}

#startbutton {
 font-family: 'VT323', monospace;
 font-size: 70px;
 text-align: center;
 margin-top: 300px;
}

#startbutton:hover {
 background-color: red;
}

.arrow {
 display: none;

}

@media (max-width: 767px) {
 .arrow {
  display: initial;
  height: 100px;
  width: 100px;
 }
}


#down {
 position: absolute;
 top: 200px;
 left: 130px;
}

#right {
 position: absolute;
 left: 200px;
 top: 130px;
}

#left {
 position: absolute;
 left: 60px;
 top: 130px;
}

#up {
 position: absolute;
 left: 130px;
 top: 60px;
}

#Options {
 font-family: 'VT323', monospace;
 font-size: 70px;
 text-align: center;
 margin-top: 80px;
}

#Options:hover {
 background-color: red;
}

#InvenId {
 border: 5px solid black;
 width: 1389px;
 height: 300px;
 background-color: black;
 position: absolute;
 left: -50px;
 top: 0px;
 display: none;
}

#weaponPar {
 display: none;
 color: white;
 font-family: 'VT323', monospace;
 font-size: 30px;
 top: 0px;
 position: absolute
}

#password {
 display: none;
 left: 550px;
 top: 50px;
 position: absolute;
}

#safeToggle {
 display: none;
}

#updates {
 font-size: 25px;
 position: absolute;
 left: 20px;
 top: 20px;
}
