:root {
  --dialogue-font: 'Calistoga', 'Material Icons', serif;
}

body * {
  font-family: var(--dialogue-font);
}

.inline-text-icon {
  height: 81px;
  background: url(./ui/icons.png);
  display: inline-block;
  vertical-align: middle;
}

.base-button, .base-button:hover {
  font-size: 3.5rem;
  padding: 20px;
  background: url(./ui/button.png);
}

.base-button.look-button, .base-button.look-button:hover {
  background-image: none;
  border: 1px solid red;
  background-color: rgba(255,255,255,.3);
  background-color: transparent;
  border: none;
}

.base-button.fullscreen {
  font-size: 5rem;
}

.base-button.fullscreen::after {
  content: " ";
  background: url(./ui/button.png);
  position: absolute;
  top: 0;
  right: -7px;
  width: 7px;
  height: 120px;
  background-position-x: 7px;
}

.base-label.look-border {
  pointer-events: all;
  background: url(./ui/choices.png);
}

.dialogue-box {
  background: url(./ui/choices.png);
  width: 1080px;
  left: 0;
  bottom: 0;
}

.portrait-name-body {
  top: 1540px;
  left: 20px;
  font-size: 3rem;
  min-width: 350px;
  background: url(./ui/choices.png);
  background-repeat: no-repeat;
  background-position: -10px 66px;
  height: 74px;
}

.system .portrait-name-body {
  height: 0;
}

.portrait-name-text {
  padding-left: 20px;
}

.dialogue-text {
  font-size: 4rem;
  width: 1020px;
  left: 30px;
  top: 80px;
}

.system .dialogue-text {
  top: 30px;
}

.option-body {
  top: auto;
  bottom: 0;
  left: 0;
  width: 1080px;
  background: url(./ui/choices.png);
}

.option-body ul {
  display: flex;
  flex-flow: wrap;
}

.option-body li {
  position: relative;
  font-size: 3.5rem;
  display: inline-block;
  width: 490px;
  height: 120px;
  margin: 10px;
  background: url(./ui/button.png);
}

.dialogue-layer.wait-for-click::after {
  font-size: 4rem;
  content: "\e838";
  /* content: "\eb3b"; */
  right: 20px;
  bottom: -10px;
}

.option-body li .inline-text-icon.arrow {
  position: absolute;
  width: 55px;
  left: 25px
}

.game-shield.end-game::after {
  content: "The End";
  font-size: 6rem;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 240px;
}

/* Gallery */

.gallery {
  top: 60px;
  left: 50px;
  width: 1080px;
  height: 1600px;
  background: none;
}

.gallery-navigation {
  display: none;
}

.gallery-item {
  height: 480px;
  width: 270px;
}