html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Arial Narrow";
  font-size: 20px;
  background: black;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-thumb{
background: #ff8f1f;
height:auto;
}

::-webkit-scrollbar {
height:auto;
width:3px;
background: black;
}

::-moz-selection {
  background: #ff8f1f;
}

::selection {
  background: #ff8f1f;
}

.storyBG {
  background-image: url(../img/bg/gos_school_classroom-inside.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  left: 0;
}

#topMenu {
  position: fixed;
  top: 1;
  margin-left: -35px;
  height: auto;
  padding: 5px 10px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #000;
  border: 4px #ff8f1f double;
  font-family: Times;
  transform: scale(.8, 1);
}

#topMenu a {
  color: white;
}

#topMenu a:hover {
  color: #ff8f1f;
}

.bgShade {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.popup {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 50%;
  padding: 0px 10px 10px 10px;
  background: black;
  border: 4px #ff8f1f double;
  color: white;
  font-size: 16px;
  overflow-y: auto;
}

.popup h1 {
  font-family: Times;
  transform: scale(.8, 1);
  font-size: 30px;
  text-align: center;
}

.popup a {
  font-family: Times;
  transform: scale(.8, 1);
  font-size: 20px;
  color: #ff8f1f;
}

.popup a:hover {
  color: white;
}

.close {
  top: 0;
  margin-top: -25px;
  padding: 5px;
  width: 100%;
  position: sticky;
  text-align: left;
  font-family: "Arial Narrow";
  font-size: 20px;
  background: black;
  color: #ff8f1f;
  line-height: 75%;
}

.close:hover {
  color: white;
}

#box {
  position: absolute;
  width: 100%;
  bottom: 1%;
}

#diaBox {
  width: 65%;
  height: 150px;
  background: #000;
  padding: 10px;
  border: 4px #ff8f1f double;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#speakerName {
  position: relative;
  margin-left: 17%;
  width: 150px;
  height: auto;
  background: #000;
  color: white;
  padding: 5px;
  font-family: Times;
  transform: scale(.8, 1);
  font-size: 30px;
  text-align: center;
  border-top: 4px #ff8f1f double;
  border-left: 4px #ff8f1f double;
  border-right: 4px #ff8f1f double;
}

#avatar {
  position: absolute;
  right: 20%;
  margin-top: -115px;
}

#avatar img {
  width: 80%;
  border: 4px #ff8f1f double;
  background: black;
}

.dialogue {
  color: white;
  text-align: left;
  font-size: 24px;
}

.choices {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  font-family: Times;
  transform: scale(.8, 1);
  font-size: 28px;
  text-align: center;
}

.option {
  margin: 10px;
  background: #000;
  padding: 5px;
  color: #ff8f1f;
  border: 4px #ff8f1f double;
}

.option:hover {
  color: white;
  border: 4px white double;
}

#nextButton {
  position: absolute;
  top: 80%;
  right: 20%;
  text-align: center;
  text-transform: uppercase;
  color: #ff8f1f;
  font-family: Times;
  font-size: 30px;
  transform: scale(.8, 1);
}
