#background {
    position: fixed;
    background-image: url(../../images/background.png);
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 1;
}

table{
    position: relative;
    width: 85vw;

}

td {
    color: white;
    font-size: 15px;
}

#backgroundOVerlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.753);
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 2;
}

#imageFrame {
    position: relative;
    background-color: rgb(255, 255, 255);
    top: 10%;
    left: 0vw;
    width: 50vw;
    height: 25vh;
    border: solid 4px rgb(255, 255, 255);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.button {
    background-color: black;
    border: solid 4px rgb(97, 97, 97);
    border-bottom-style: hidden;
    color: white;
    padding: 8px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
  }

  #english {
    font-size: 18px; 
    color: white;
    vertical-align: text-top;
  }

  #source {
    position: absolute;
    font-size: 14px; 
    vertical-align: text-top;
    text-align: right;
    left: 50%;
  }

  #weaponFrame {
    position: relative;
    background-color: rgb(255, 255, 255);
    left: -3vw;
    height: 20vh;
    border: solid 4px rgb(255, 255, 255);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#frameNarrow {
  position: relative;
  background-color: rgb(255, 255, 255);
  left: -3vw;
  height: 25vh;
  border: solid 4px rgb(255, 255, 255);
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#weaponSource {
  position: absolute;
  font-size: 14px; 
  vertical-align: text-bottom;
  top: 5vh;
  left: 40%;
}

#weaponRow {
  height:5vh; 
  position:relative; 
  text-align: center;
  left: 10vw;
}

#largeTop {
    position: absolute;
    top: 20vh;
    left: 5vw;
    width: 90vw;
    z-index: 100;
}
#imgLeft {
    vertical-align: middle;
    width: 50%;
    left: 0%;
    display: inline-block;
    float: left;
  }

  #imgRight {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    top: 0%;
  }

  #weaponDiv {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    top: 0%;
  }

  #smallTop {
        background-color: black;
        border: solid 4px rgb(97, 97, 97);
        z-index: 100;
}