 #description-pane {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;

  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(black 10%, transparent 90%);
  padding: 50px;
  font-size: 1.5em;
}

#description-pane p em{
  color: #f7ac2c
}
#description-text {
  padding: 20px;
}

#close-pane {
  user-select: none;
  padding: 5px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}

#start-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 300%;
  background-color: rgba(150, 50, 50, 0.9);
  height: 50px;
  padding: 5px;
  width: 50%;
  left: 25%;
}

#start-button:hover{
  cursor: pointer;
}

#help {
  margin-left: 2em;
  color: #f7ac2c;
}
.close-pane:hover {
  cursor: pointer;
}

html{
  font-family: helvetica, arial, sans;
  color: #fff;
  box-shadow: 0 0 0 40px #333 inset;
  padding: 0 40px;
}

body {
  background-color: #333;
}

.audio{
  display: none;
}

.card{
  display: none;
  height: 140px;
  width: 90px;
}

#submit{
  display: none;
}

.header {
  background-color: #333;
  color: #fff;
  position: fixed;
  height: 5vh;
  width: 100%;
  z-index: 20;
}

.interactable {
  color: #3f3;
}

.container {
  font-family: 'Montserrat', sans-serif;
}

.scene-display {
  position: relative;
  box-sizing: border-box;
  padding-top: 5vh;
  display: flex;
  height: 80vh;
  background-color: #888;
  /*background-image: url("../img/placeholder1.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.scene-display img {
  object-fit: cover;
  width: 100%;
}

.footer{
  visibility: hidden;
}

.footer {
  padding: 10px;
  background-color: #222;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 18vh;
}

.footer-component {
  display: flex;
  background-color: #000;
  height: 18vh;
  /*flex: 0 1 auto;*/
}

.text-and-submit{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex: 0 1 auto;
  flex-wrap: nowrap;
}

#user-input{
  display: flex;
  justify-content: center;
}

.button-list{
  display: flex;
  justify-content: center;
}
.btn{
  background-color: #222;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  border-radius: 5px;
  flex: 0 1 auto;
}

.btn .action-btn{
  flex: 1 1 0;
}
.form-group {
  background-color: #555;
  flex-direction: column;
  flex: 3 1 30em;
  background-image: url("../img/inputbackground.png");
}

.form-group .input-control {
  flex: 1 1 auto;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 4px;
  margin-top: 0px;
 }

#user-command {
  width: 20em;
  font-size: 2em;
  background-color: #000;
  color: #3f3;
}


.inventory{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.inventory-label{
  margin-top: 5px;
  color: #f7ac2c;
  text-align: center;
  letter-spacing: 0.6em;
}
.inventory-array {
  margin: 0 1em;
  align-items: flex-start;
  /*background-color: #888;*/
  flex-direction: row;
  justify-content: center;
  flex: 2 1 10em;
}
.inventory img {
  height: 100px;
  width: 100px;
}


.opening {
  overflow: scroll;
}
