body{
    background-color: #1b1818;
    /* background-color: #294f5f;*/
}
#logo{
    position: fixed;
  bottom: 100;
  right: 100;
    padding: 5px;
    height: 130px;
    margin-left: 2%;
    margin-right: 20px;
    image-resolution: 600dpi;
   
}
#heading{
    margin-left: 335px;
   white-space: nowrap;
    color: black;
  -webkit-text-fill-color: rgb(112, 187, 201); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  /*  overflow: hidden;
    text-overflow: ellipsis;*/
    text-shadow: 3px 3px 3px #294f5f;;
}


header{
    width: 100%;
    height: 80px;
    border: #000000 solid 1px;
    background-color: rgb(246, 248, 211);
    box-shadow: 2px 2px 10px rgb(255, 255, 255, 0.5);
   /* font-family: 'Courier New', Courier, monospace;*/
    font-family: Arial, sans-serif; 
}
footer {
    width: 100%;
    height: 60px;
    border: #000000 solid 1px;
    background-color: rgb(17, 17, 17);
    box-shadow: 2px 2px 10px rgb(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    bottom: 0;   
    text-align: center;
  }
  #ending{
    font-family: Arial, sans-serif; 
  color: rgb(255, 255, 255);
  
}

#facePlate {
    right: 80;
    width: 110px;
    border: black solid 1px;
    left: 200px;
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
   /* text-align: center; */
   border: #000000 solid 1px;
    box-shadow: 2px 2px 10px rgb(255, 255, 255, 0.5);
  }

  #facePlateheader {
    height: 35px;
    width: 100px;
    border: black solid 1px;
    margin-top: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    font-family: Arial, sans-serif; 

  /*  font-family: 'Courier New', Courier, monospace;*/
    font-size: 12px;
    text-align: center;  
    padding-top: 3px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;}

#modeFlag{
    margin-left: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;  
}
.DispItem{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
    font-size: 14px; 
}
#PvInd{
background-color: maroon;
color: palegoldenrod;
}
#spInd{
 background-color: gray;
}
#outInd{
background-color: navy;
color: palegoldenrod;
}

#modeButton{
    width: 100px;
    margin-top: 4px;
    margin-left: 4px;
}
#track{
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 800;
}
#trackBox{
    /*border: black solid 1px;*/
    padding: 3px;
    background-color: rgb(192, 192, 192);
    height: 35px;
    width: 100px;
    text-align: center;
    margin: 2px;
    
}

#inching{
    padding: 3px;
    background-color: rgb(192, 192, 192);
    height: 40px;
    width: 100px;
    text-align: center;
    margin: 2px;
}

.controlButton{
    width: 70%;
    height: 20px;
}
#Gset, #Iset, #Dset{
    width: 93%;
    font-family: 'Courier New', Courier, monospace;
    
}
#dlsettings{
    width: 80px;
    margin-top: 4px;
    margin-left: 14px;
    margin-bottom: 4px;
}
#graphHolder{
   
    position: absolute;
    left: 400px;
    top:150px;
    z-index: 7;
    background-color: #f1f1f1;
    width: 520px;
    height: 270px;
    border: #000000 solid 1px;
    box-shadow: 2px 2px 10px rgb(255, 255, 255, 0.5);

}
#graphHolderheader {
    height: 35px;
    width: 98%;
    border: black solid 1px;
    margin-top: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
   /*font-family: 'Courier New', Courier, monospace;*/
   font-family: Arial, sans-serif; 
    font-size: 14px;
    text-align: center;  
    padding-top: 14px;
    cursor: move;
    z-index: 8;
    background-color: #2196F3;
    color: #fff;
    box-shadow: 3px 3px 7px rgba(2, 1, 1, 0.76);
}

#graph{
    margin-left: 4px;
    background-color: rgb(110, 107, 107);
    border: #000000 solid 1px;
   /* box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.616);*/
   box-shadow: 3px 3px 7px rgba(2, 1, 1, 0.76);
}
#score{
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    border:rgb(17, 17, 17) solid 1px;
    width: 90px;
    position: absolute;
    right: 8px;
    bottom: 20px;
    box-shadow: 3px 3px 7px rgba(2, 1, 1, 0.76);
}
.sboard{
    border:rgb(17, 17, 17) solid 1px;
    margin: 4px;
    background-color: rgb(255, 255, 255);
}

#mainImg{
  margin-top: 15px;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border: rgb(250, 248, 148) solid 1px;
  border-radius: 20px;

}

/* game control styles */
#gameControl{
width: 110px;
height: 130px;
position: absolute;
/*font-family: 'Courier New', Courier, monospace;*/
font-family: Arial, sans-serif; 
top: 200px;
left: 20px;
background-color:  rgb(17, 17, 17);
border: white solid 1px;
}

#introNext{
width: 90px;
height: 50px;
margin-left: 10px;
margin-top: 10px;
font-family: Arial, sans-serif; 
/*font-family: 'Courier New', Courier, monospace;*/

}
#skipIntro{
    width: 90px;
    height: 50px;
    margin-top: 10px;
   /* font-family: 'Courier New', Courier, monospace;*/
   font-family: Arial, sans-serif; 
    margin-left: 10px;
}
#startButton{
  width: 90px;
  height: 50px;
  margin-top: 10px;
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: Arial, sans-serif; 
  padding-left: 4px;
  margin-left: 10px;

}
#quitButton{
    width: 90px;
    height: 50px;
    margin-top: 10px;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-family: Arial, sans-serif; 
    margin-left: 10px;
  
  }
  #again{
    width: 90px;
    height: 50px;
    margin-top: 10px;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-family: Arial, sans-serif; 
    margin-left: 10px;
  }

  #completion{
    width: 100%;
    color: honeydew;
    border-top: honeydew solid 1px;
    border-bottom: honeydew solid 1px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:  rgb(17, 17, 17);
    /*font-family: 'Courier New', Courier, monospace;*/
    font-family: Arial, sans-serif; 
    font-size: 20px;
    margin-left: 0;  
    padding-left: 40px;
    padding-top: 15px;
    position: absolute;
    bottom: 120px;
    left: 0px;
  }

  nav {/* rgb(161, 201, 201);*/
   
    width: 130px;
    height: 20px;
    border: 1px solid black;
    background-color:ghostwhite;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 20px;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    
    
 }