.col-wrapper {
  box-sizing: border-box;
  background-image: url(../img/fictionary/fictionary-otb-openbook-redrawn/fictionary-otb-openbook-redrawn.png);
  background-size: cover;
  background-position: center;
  padding: 8% 7% 10% 5%;
}

#game-window.bottom-nav>#game-nav {
right: auto;
left: 6px;
z-index: 999;
border-right: 2px solid black;
}

#content-header {
  display: block;
  position: absolute;
  top: 10.5%;
  left: 6%;
  z-index: 999;
}

#game-nav button {
    background-color: white;
}

#back-button img {
    height: 50%;
    cursor: pointer;
  }

  #forward-button img {
    height: 50%;
    cursor: pointer;
  }

p {
  margin:7px;
  margin-top: 15px;
}

#column-one {
   left: 0%;
   width: 50%;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   
}

#column-one img {
  object-fit: contain;
  max-width: 100%;
  max-height: 95%;
}

#column-two{
  padding-left: 3% !important;
}

#game-content button {
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}

#popup {
  display: none;
  width: 370px;
  height:100px;
  background-color: white;
  border: 2px solid black;
  box-shadow: 5px 5px 5px black;
}

#popup-text {
  padding-top: 8px;
  padding-left: 10px;
  text-align: left;
}

#popup button {
  position: absolute;
  border: 4.5px solid #4d4d4d;
  stroke-width: 2px;
  border-radius:4px;
  top: 65px;
  right: 10px;
  width: 100px;
  background-color: lightgray;
}

.column-two {
  overflow-y: scroll;
  box-sizing: border-box;
  overflow-y: auto;
  right: 0%;
  box-sizing: border-box;
}

.column-two p {
   color: black;
   text-align: left;
}

a {
   text-decoration: none;
   mix-blend-mode: none;
}

.transparent-img {
   position: absolute;
   right: 0%;
}

.inactive {
  display: none;
}

#page-num-input {
   background-color: transparent;
   border: none;
   width: 100%;
   height: 100%;
   text-align: center;
   font-weight: bold;
}

.double-column {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column-one, .column-two {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 0 10px;
  height: 98%;
}

.column-two {
  margin-top: 3%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  height: 95%;
}

.fictionary-page-title {
  margin-top: 0;
  margin-left: .5em;
  text-align: left;
  font-size: .85em;
}