body {
    background-image: url("images/background/space.jpg");
    font-family: 'Share Tech', sans-serif;
    color: #fff;
    overflow: hidden;
}

#stage {
    width: 1080px;
    height: 720px;
    top: 30px;
    background-color: #000;
    margin: auto;
    border-width: 5px;
    border-style: groove;
    border-color: #c6ac57;
    box-shadow: 0px 0px 10px #c6ac57;
    position: relative;
    overflow: hidden;
}

#musicOn, #musicOff {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}

#screenText, #hackText {
    font-family: 'Montserrat', sans-serif;
}

.bg-title {
    background-image: url("images/background/title.jpg");
    background-size: cover;
}

.bg-spacewalk {
    background-image: url("images/background/spacewalk.jpg");
    background-size: cover;
}

.bg-spaceEntry {
    background-image: url("images/background/spaceEntry.jpg");
    background-size: cover;
}

.bg-hardwareLabsMid {
    background-image: url("images/background/hardwareLabsMid.jpg");
    background-size: cover;
}

.bg-hardwareLabsRight {
    background-image: url("images/background/hardwareLabsRight.jpg");
    background-size: cover;
}

.bg-hardwareLabsLeft {
    background-image: url("images/background/hardwareLabsLeft.jpg");
    background-size: cover;
}

.bg-terminal {
    background-image: url("images/background/computerScreen.jpg");
    background-size: cover;
}

.bg-bin {
    background-image: url("images/background/bin.jpg");
    background-size: cover;
}

.bg-walkway {
    background-image: url("images/background/walkway.jpg");
    background-size: cover;
    background-repeat: repeat-x;
}

.bg-powerPlant {
    background-image: url("images/background/powerPlant.jpg");
    background-size: cover;
}

.bg-keypadArea {
    background-image: url("images/background/keypadArea.jpg");
    background-size: cover;
}

.bg-powerPlantAlt {
    background-image: url("images/background/powerPlantAlt.jpg");
    background-size: cover;
}

.bg-aiCore {
    background-image: url("images/background/aiCore.jpg");
    background-size: cover;
}

.bg-hacking1 {
    background-image: url("images/hacking/hacking1.jpg");
    background-size: cover;
}

.bg-hacking2 {
    background-image: url("images/hacking/hacking2.jpg");
    background-size: cover;
}

.bg-hacking3 {
    background-image: url("images/hacking/hacking3.jpg");
    background-size: cover;
}

.bg-explosion {
    background-image: url("images/background/explosion.jpg");
    background-size: cover;
}

.bg-security {
    background-image: url("images/background/security.jpg");
    background-size: cover;
}

.bg-fight {
    background-image: url("images/background/fight.jpg");
    background-size: cover;
}

.bg-badAlienEnd {
    background-image: url("images/background/badAlienEnd.jpg");
    background-size: cover;
}

.bg-shuttleExterior {
    background-image: url("images/background/shuttleExterior.jpg");
    background-size: cover;
}

#title {
    font-size: 120px;
    text-shadow: 4px 4px 3px #000;
    color: #fff;
    position: absolute;
    right: 150px;
    bottom: 250px;
}

#startButton {
    display: none;
    font-size: 35px;
    color: #000;
    position: absolute;
    right: 220px;
    bottom: 120px;
    border-radius: 25px;
    border: 3px solid #000;
    background: #fff;
    padding: 10px; 
    cursor: pointer;
}

#femaleSelect, #maleSelect, #typhonChoice, #shuttleChoice {
    width: 540px;
    height: 720px;
    position: absolute;
    cursor: pointer;
}

#femaleSelect, #typhonChoice{
    left: 0;
}

#maleSelect, #shuttleChoice{
    right: 0;
}

.female {
    background-image: url("images/female.png");
    background-size: cover;
}

.male {
    background-image: url("images/male.png");   
    background-size: cover;
}

#character {
    position: absolute;
    height: 550px;
    width: 330px;
    z-index: 20;
    pointer-events: none;
}

#select {
    font-size: 50px;
    text-shadow: 4px 4px 3px #000;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 280px;
    z-index: 50;
    pointer-events: none;
}

#skip {
    position: absolute;
    border-radius: 25px;
    background: rgba(0,0,0,0.6);
    width: 70px;
    height: 60px;
    color: #fff;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 40;
}

#skipText {
    position: absolute;
    padding: 10px;
    left: 8px;
    font-size: 20px;
    z-index: 6;
}

.skip {
  position: absolute;
  z-index: 5;
  width: 45px;
  height: 20px;
  left: 12px;
  bottom: 8px;
}

#speechBox {
    position: absolute;
    width: 750px;
    height: 150px;
    left: 165px;
    bottom: 20px;
    border-radius: 25px;
    background: rgba(0,0,0,0.6);
    z-index: 50;
}

#speaker {
    position: absolute;
    top: 16px;
    left: 30px;
    height: 25px;
    font-size: 25px;
    color: #fff;
    border-bottom-width: 4px;
    border-bottom-color: #c6ac57;
    border-bottom-style: groove;    
}

#speech {
    position: absolute;
    height: 100px;
    width: 650px;
    top: 50px;
    left: 30px;
    font-size: 25px;
}

.speaking {
    color: #fff;
}

.description {
    color: #87e5ff;
}

.computer {
    color: #0be528;
}

#next {
    position: absolute;
    width: 48x;
    height: 30px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    display: none;
}

#alarm {
    background-color: rgba(255,0,0,0.2);
    width: 1080px;
    height: 720px;
}

#talos{
    position: absolute;
    width: 200px;
    height: 250px;
    z-index: 20;
}

#submit{
    position: absolute;
    width: 48x;
    height: 30px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    display: none;
}

#name {
    position: absolute;
    width: 200px;
    height: 35px;
    bottom: 65px;
    right: 340px;
    color: #fff;
    background-color: #000;
    border-width: 2px;
    border-style: groove;
    border-color: #c6ac57;
    box-shadow: 0px 0px 10px #c6ac57;
    display: none;    

}

input[type="text"] {
    padding-left: 10px;
    font-size: 25px;
    font-family: 'Share Tech', sans-serif;
    outline: none;
}

#name::placeholder {
  padding-left: 5px;
  font-family: 'Share Tech', sans-serif;
  opacity: 1;
}

#transcribe {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
    border-radius: 25px;
    z-index: 60;
}

#transcribeWindow {
    position: absolute;
    width: 350px;
    height: 720px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 25px;
    right: -350px;
    top: 0px;
    z-index: 60;
}

#location {
    position: absolute;
    top: 30px;
    height: 225px;
    width: 125px;
    border-color: #fff;
    border-width: 2px;
    border-style: groove;
    box-shadow: 0px 0px 5px #fff;
    left: 110px;
}

#objectiveTitle{
    position: absolute;
    top: 280px;
    left: 50px;
    font-size: 30px;
    border-bottom-width: 4px;
    border-bottom-color: #c6ac57;
    border-bottom-style: groove; 
}

#objective{
    position: absolute;
    top: 325px;
    left: 50px;
    font-size: 24px;
}

#hintTitle {
    position: absolute;
    top: 390px;
    left: 50px;
    font-size: 30px;
    border-bottom-width: 4px;
    border-bottom-color: #c6ac57;
    border-bottom-style: groove;
    cursor: pointer;    
}

#hint{
    position: absolute;
    top: 440px;
    left: 50px;
    font-size: 20px;
}

#progressTitle {
    position: absolute;
    bottom: 200px;
    font-size: 30px;
    left: 50px;
    border-bottom-width: 4px;
    border-bottom-color: #c6ac57;
    border-bottom-style: groove; 

}

#progress{
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 150px;
    width: 300px;
    font-size: 20px;
    list-style-type: square;
}

#terminal {
    position: absolute;
    width: 290px;
    bottom: 85px;
    right: 225px;
    cursor: pointer;
}

#journal {
    position: absolute;
    width: 70px;
    bottom: 5px;
    left: 155px;
    cursor: pointer;
}

#hLSign {
    position: absolute;
    top: 32px;
    left: 125px;
    width: 240px;
    cursor: pointer;
}

#hLSignEnh {
    position: absolute;
    top: 230px;
    left: 240px;
    border: 30px solid #fff;
    z-index: 11;
    display: none;
}

#passPart1 {
   display: none;
   position: absolute;
   width: 300px;
   left: 400px;
   top: 250px;
   z-index: 20;
}

#neuromod {
    position: absolute;
    width: 205px;
    top: 170px;
    left: 135px;
    cursor: pointer;
}

#neuromodEnh {
    position: absolute;
    top: 90px;
    left: 350px;
    cursor: pointer;
    border: 30px solid #fff;
    z-index: 11;
    display: none;
}

#passPart2 {
   display: none;
   position: absolute;
   width: 300px;
   left: 400px;
   top: 250px;
   z-index: 20;
}

#phone {
    position: absolute;
    bottom: 55px;
    right: 220px;
    width: 250px;
    cursor: pointer;
}

#painting {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 180px;
    cursor: pointer;
    z-index: 10;
}

#passPart4 {
    position: absolute;
    width: 40px;
    right: 100px;
    top: 200px;
    cursor: pointer;
    z-index: 9;
}

#bin {
    position: absolute;
    top: 305px;
    left: 205px;
    width: 53px;
    cursor: pointer;
}

#zoom {
    position: absolute;
    width: 1080px;
    height: 720px;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
    cursor: pointer;
    display: none;
}

#zoomHelp {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#left {
    position: absolute;
    width: 80px;
    height: 40px;
    left: 10px;
    top: 360px;
    transform: scaleX(-1);
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
    border-radius: 25px;
    z-index: 20;
}

#right {
    position: absolute;
    width: 80px;
    height: 40px;
    right: 10px;
    top: 360px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
    border-radius: 25px;
    z-index: 20;
}

#tLogo {
    position: absolute;
    top: 100px;
    left: 100px;
}

#compHeader {
    position: absolute;
    width: 700px;
    color: #383a3d;
    top: 110px;
    left: 220px;
    font-size: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bcbfc4;
}

#login{
    position: absolute;
    color: #383a3d;
    font-size: 30px;
    width: 400px;
    height: 30px;
    top: 300px;
    left: 500px;
    
}

#password {
    position: absolute;
    width: 400px;
    height: 30px;
    top: 360px;
    left: 335px;
    border: 2px solid #383a3d;
    text-align: center;
    padding: 10px;
    font-size: 26px;
    cursor: pointer;
}

.enterPass{
    background-color: rgba(188, 191, 196, 0.6);
}

.notFound {
    background-color: red;
}

.typing {
    background-color: rgba(188, 191, 196, 0.6);
    color: #383a3d; 
    display: inline; 
}

.correct {
    color: #fff;
    background-color: green;
}

#forgotPass{
    position: absolute;
    width: 400px;
    height: 30px;
    top: 450px;
    left: 420px;
    color: #bcbfc4;
    font-size: 20px;
    cursor: pointer;
}

#passHint{
    position: absolute;
    width: 400px;
    height: 30px;
    top: 500px;
    left: 360px;
    color: #383a3d;
    font-size: 20px;
    display: none;
}

#back {
    position: absolute;
    border-radius: 25px;
    background: rgba(0,0,0,0.6);
    width: 70px;
    height: 60px;
    color: #fff;
    bottom: 20px;
    left: 20px;
    z-index: 30;
    cursor: pointer;
}

#backText {
    position: absolute;
    padding: 10px;
    left: 8px;
    font-size: 20px;
    z-index: 6;
}

.back {
    position: absolute;
    transform: scaleX(-1);
    z-index: 5;
    width: 45px;
    height: 20px;
    left: 12px;
    bottom: 8px;
}

#journalBook{
    position: absolute;
    top: 100px;
    left: 150px;
    font-family: 'Gochi Hand', cursive;
    z-index: 20;
    display: none;
}

#jTitle{
    position: absolute;
    width: 300px;
    top: 200px;
    left: 40px;
}

#jFront {
    background-image: url("images/journalFront.jpg");
    background-size: cover;
}

#jBack {
    background-image: url("images/journalBack.jpg");
    background-size: cover;
}

#pageText {
    color: #000;    
    font-size: 25px;
}

.page {
    background-image: url("images/journalPage.jpg");
    background-size: cover;
}

.firstPage {
    background-image: url("images/firstPage.jpg");
    background-size: cover;
}

.passPage {
    background-image: url("images/passwordHintPage.jpg");
    background-size: cover;
}

.guitarPage {
    background-image: url("images/guitarPage.jpg");
    background-size: cover;
}

.postcardPage {
    background-image: url("images/postcardPage.jpg");
    background-size: cover;
}

.entry1Page {
    background-image: url("images/journalEntry1.jpg");
    background-size: cover;
}

.entry2Page{
    background-image: url("images/journalEntry2.jpg");
    background-size: cover;
}

.rubbish {
    position: absolute;
    width: 250px;
    z-index: 11;
    cursor: grab;
}

#rubbish {
    top: 213px;
    left: 405px;
}

#rubbish2 {
    top: 52px;
    left: 429px;
}

#rubbish2-1 {
    top: 135px;
    left: 341px;
}

#rubbish2-2{
    top: 154px;
    left: 567px;
}

#rubbish2-3 {
    top: 144px;
    left: 377px;
}

#rubbish3 {
    top: 49px;
    left: 553px;
}

#rubbish4 {
    top: 5px;
    left: 480px;
}

#rubbish5 {
    top: 247px;
    left: 217px;
}

#rubbish6 {
    top: 257px;
    left: 556px;
}

#rubbish7 {
    top: 67px;
    left: 348px;
}

#rubbish8 {
    top: 197px;
    left: 424px;
}

#rubbish9 {
    top: 258px;
    left: 337px;
}

#rubbish10 {
    top: 369px;
    left: 528px;
}

#letter {
    position: absolute;
    top: 350px;
    left: 500px;
    width: 70px;
    z-index: 10;
    cursor: pointer;
}

#letterB {
    display: none;
    position: absolute;
    width: 450px;
    left: 300px;
    top: 200px;
    z-index: 40;
}

#passPart3 {
    display: none;
    position: absolute;
    width: 300px;
    left: 370px;
    top: 250px;
    z-index: 41;
}

#puzzleContainer {
   position: absolute;
   top: 230px;
   left: 160px;
   width: 740px;
   height: 130px;
   padding: 10px;
   background-color: rgba(0,0,0,0.2);
   border-radius: 25px;
}

.puzzle {
    width: 180px;
    display: inline-block;
    opacity: 0.5;
}

#pieceContainer {
   position: absolute;
   bottom: 125px;
   left: 160px; 
   width: 740px;
   height: 125px;
   padding: 10px;
   background-color: rgba(0,0,0,0.2);
   border-radius: 25px;
}

.piece {
    width: 180px;
    display: inline-block;
}

#compContainer {
    position: relative;
    top: 220px;
    left: 150px;
    width: 250px;
    height: 450px;
    display: inline-block;
    border: 2px solid #bcbfc4;
    cursor: pointer;
}

#compContainer:hover {
    border: 2px solid #9fa1a5;
}

#containerImg {
    width: 50px;
    height: 50px;
    padding: 10px;
}

#containerTitle {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #9fa1a5;
    font-size: 30px;
}

#containerNum {
    position: absolute;
    top: 180px;
    left: 90px;
    color: #9fa1a5;
    font-size: 100px;
}

#utilities {
    display: none;
}

#option {
    position: absolute;
    top: 300px;
    left: 200px;
    color:  #383a3d;
    font-size: 30px;
}

#code {
    position: absolute;
    width: 400px;
    height: 30px;
    top: 360px;
    left: 335px;
    border: 2px solid #383a3d;
    text-align: center;
    padding: 10px;
    font-size: 26px;
    cursor: pointer;
}

#keypad {
    position: relative;
    top: 80px;
    left: 320px;
    width: 420px;
    height: 550px;
    padding: 10px;
    border: solid 2px #000;
    border-radius: 25px;
    text-align: center;
    background-color: rgba(133, 137, 145, 0.6);
}

.number {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #000;
    font-size: 100px;
    text-align: center;
    border: solid 2px #000;
    border-radius: 25px;
    box-shadow: 2px 2px 0px #000;
    padding: 10px;
    margin: 5px;
    background-color: rgba(188, 191, 196, 0.6);
    cursor: pointer;
}

#typhon {
    position: absolute;
    bottom: -20px;
    left: -500px;
    height: 550px;
    z-index: 10;
}

#typhonGroup {
    position: absolute;
    width: 700px;
    z-index: 11;
}

#choice {
    display: none;
}

#yes {
    position: absolute;
    width: 48x;
    height: 30px;
    right: 450px;
    bottom: 25px;
    cursor: pointer;
}

#no {
    position: absolute;
    width: 48x;
    height: 30px;
    right: 200px;
    bottom: 25px;
    cursor: pointer;
}

.yes, .no {
    position: absolute;
    font-size: 28px;
    bottom: 25px;
}

.yes {
    right: 550px;
}

.no {
    right: 300px;
}

#selectSide {
    font-size: 70px;
    text-shadow: 4px 4px 3px #000;
    color: #fff;
    position: absolute;
    top: 70px;
    left: 350px;
    z-index: 50;
    pointer-events: none;
}

#screenClickable {
    display: none;
    position: absolute;
    top: 0px;
    left:0px;
    height: 400px;
    width: 1080px;
    cursor: pointer;
}

#maze {
    position: absolute;
	top: 0px;
	left: 0px;
    z-index: 10;
}

#player {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0.5px outset #fff;
    border-radius: 10px;
    z-index: 12;
}

#goal {
    position: absolute;
    width: 60px;
    height: 75px;
    border-radius: 25px;
    z-index: 11;
}

#progressText {
    position: absolute;
    font-size: 30px;
    left: 50px;
    bottom: 50px;
    z-index: 20;
}

#timerBox {
    position: absolute;
    width: 300px;
    height: 40px;
    right: 50px;
    bottom: 45px;
    border: 2px solid #fff;
    z-index: 20;
}

#timer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    background-color: rgba(255,0,0,0.6);;
    z-index: 20;
}

#again {
    display: none;
    position: absolute;
    font-size: 60px;
    text-shadow: 2px 2px 1px #000;
    top: 300px;
    left: 380px;
    padding: 20px;
    color: #c6ac57;
    border: 3px solid #000;
    border-radius: 25px;
    background: rgba(255,255,255, 0.8);
    cursor: pointer;
}

#again:hover{
    border: 3px solid #c6ac57;
}

#aiTitle {
    position: absolute;
    top: 200px;
    left: 320px;
    font-size: 60px;
    text-shadow: 0px 0px 5px #fff;
}

#shutdown {
    position: absolute;
    width: 400px;
    height: 30px;
    top: 360px;
    left: 335px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #fff;
    text-align: center;
    padding: 10px;
    font-size: 26px;
    cursor: pointer;
}

#choiceTitle {
    display: none;
    font-size: 50px;
    text-shadow: 4px 4px 3px #000;
    color: #fff;
    position: absolute;
    top: 400px;
    left: 350px;
    z-index: 50;
    pointer-events: none;
}

#typhonDesc{
    display: none;
    font-size: 40px;
    text-shadow: 4px 4px 3px #000;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 100px;
    width: 400px;
    z-index: 50;
    pointer-events: none;
}

#shuttleDesc{
    display: none;
    font-size: 40px;
    text-shadow: 4px 4px 3px #000;
    color: #fff;
    position: absolute;
    bottom: 100px;
    right: 60px;
    width: 400px;
    z-index: 50;
    pointer-events: none;
}

#weapon {
    display: none;
    position: absolute;
    left: 480px;
    top: 450px;
    z-index: 20;
}

#timerBox2 {
    position: absolute;
    width: 300px;
    height: 40px;
    left: 50px;
    bottom: 45px;
    border: 2px solid #fff;
    z-index: 20;
}

#timer2 {
    position: absolute;
    width: 300px;
    top: 0px;
    left: 0px;
    height: 40px;
    background-color: rgba(255,0,0,0.6);;
    z-index: 20;
}

#gun {
    position: absolute;
    bottom: -20px;
    right: -10px;
    width: 400px;
    height: 250px;
    z-index: 20;
}

#kills {
    position: absolute;
    top: 20px;
    right: 20px;
    text-shadow: 3px 3px 1px #000;
    font-size: 80px;
}

.aliens {
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
