body {
  font-size: 120%;
  background-color: #000;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow-x: hidden;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

b {
  font-weight: bold;
}

#outer_div {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-repeat: repeat-y;
  background-color: #000;
  background-size: 100vw auto;
  transition: margin-left 0.5s;
}

#outer_div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100vh, rgba(0, 0, 0, 0.75) 500vh, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}

#outer_div > * {
  position: relative;
  z-index: 2;
}

#main_title {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100vw;
  text-align: center;
  margin: 20px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, white 50%, rgba(255, 255, 255, 0.5) 100%);
}

#main_title img {
  max-width: 400px;
}

#hamburger_tab {
  width: 70px;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#contents_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  width: 100%;
  font-size: 110%;
}

#links_title {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#links_box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#OGL_text_box {
  height: 1300px;
  max-height: 100px;
  transition: max-height 1s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#OGL_text_box:hover {
  max-height: 1300px;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
#OGL_text_box h3,
#OGL_text_box ol,
#OGL_text_box p {
  font-size: 80%;
  color: #555;
}
#OGL_text_box ol ol {
  list-style-type: none;
  counter-reset: list;
}
#OGL_text_box ol ol li {
  counter-increment: list;
}
#OGL_text_box ol ol li:before {
  content: "(" counter(list, lower-alpha) ") ";
}

.no-break {
  white-space: nowrap;
}

.section_link {
  margin-top: 0;
  margin-bottom: 10px;
}

.publisher-attribution {
  float: right;
  margin: 15px;
}
.publisher-attribution img {
  display: block;
  margin: 0 auto;
}

a,
a:visited {
  color: #075B90;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #097ac1;
  text-decoration: underline;
}

a:active {
  color: #053c5f;
  text-decoration: underline;
}

.alt_list {
  list-style-image: url('/static/one-shot-adventure/custom_dot.png');
}

.no_dot {
  list-style-type: none;
}

.my_emph1 {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110%;
  color: #c51700;
}

.text_body {
  max-width: 1000px;
  width: 90vw;
  background-color: #fffc;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.skill_check {
  color: #278f0d;
}

.subsection_title {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20pt;
}

.indented_list {
  margin-left: 20px;
  margin-right: 20px;
}

.section_title {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30pt;
  text-align: center;
}
.section_title + img {
  width: 100%;
}

.centering_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.centering_box:last-child {
  margin-bottom: 20px;
}

.indented-ordered-list {
  margin-left: 20px;
  margin-top: 0;
}

.indented-ordered-list > * {
  margin-bottom: 10px;
}

.monster_name {
  color: #941100;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif;
}

.syrinscape_trigger {
  margin: 5px;
  padding: 0 20px;
}

.syrinscape_dialogboard_trigger {
  width: 300px;
  margin: 0;
  padding: 1px;
  margin-bottom: 10px;
  font-style: italic;
}

.syrinscape_trigger, .syrinscape_dialogboard_trigger {
  background: #1B5E8A;
  background: linear-gradient(90deg, #1B5E8A 0%, #0F5A95 100%);
  border-style: none;
  border-width: medium;
  border-color: #a3e9f7;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  /* Internet Explorer 10, and Safari browsers require prefixing. See: https://caniuse.com/user-select-none */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.syrinscape_trigger:hover, .syrinscape_dialogboard_trigger:hover {
  cursor: pointer;
  background: #13415f;
  background: linear-gradient(90deg, #13415f 0%, #0a3e67 100%);
}
.syrinscape_trigger:active, .syrinscape_dialogboard_trigger:active {
  background: #237bb5;
  background: linear-gradient(90deg, #237bb5 0%, #1476c3 100%);
}

.map_infobox {
  padding-left: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  padding: 1px;
  background: #b11500ff;
  background: linear-gradient(90deg, #b1150000 0%, #b11500ff 100%);
}

.map_infobox::before {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 60px;
  height: inherit;
  background-repeat: no-repeat;
  background-image: url('/static/one-shot-adventure/map-icon.png');
  background-position: center;
  background-size: 40px 40px;
}

.map_text_span {
  padding: 0;
  margin: 0;
}

.combat_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
      flex-direction: column;
  border-style: solid;
  border-width: medium;
  border-color: #b11500;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  background-color: #941100;
  color: white;
}
.combat_box .monster_name {
  color: unset;
}

.dialog_title {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 160%;
}

.dialog_title_line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}

.dialog_title_line::before {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 50px;
  height: inherit;
  background-repeat: no-repeat;
  background-image: url('/static/one-shot-adventure/speech-icon.png');
  background-position: center;
  background-size: 40px 40px;
}

.combat_title_line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.combat_title {
  margin: 0;
  text-align: center;
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 160%;
}

.combat_title_line::before {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 50px;
  height: inherit;
  background-repeat: no-repeat;
  background-image: url('/static/one-shot-adventure/sword-icon.png');
  background-position: center;
  background-size: 30px 30px;
}

.combatant_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.combat_spacer {
  width: 100%;
  height: 2px;
  padding-bottom: 10px;
}

.combatant_group_single_line {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.combatant_dots {
  margin-top: 5px;
  margin-bottom: 25px;
}

.combatant_titles {
  margin-bottom: 0;
  margin-top: 10px;
}

.combatant_img {
  width: 100%;
  min-width: 400px;
  max-width: 445px;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.monster_box {
  width: 100%;
  min-width: 400px;
  max-width: 445px;
  border-style: solid;
  border-width: thin;
  border-color: #aaa5;
  padding: 4px;
  margin-bottom: 10px;
}
.monster_box > .monster_name {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110%;
  padding: 0;
  margin: 0;
}

.statblock_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.monster_subtitle {
  font-size: 80%;
  color: #ddd;
  font-style: italic;
  padding: 0;
  margin: 0;
}

.monster_property {
  font-size: 80%;
  padding: 2px;
  margin: 0;
}

.ability_array {
  font-size: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ability_score {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.ability_text {
  padding: 0;
  margin: 0;
}

.monster_actions,
.monster_bonus_actions,
.monster_description,
.monster_equipment,
.monster_reactions,
.monster_traits {
  font-weight: normal;
  font-size: 80%;
  padding: 0;
  margin: 0;
}
.monster_actions dl,
.monster_actions p,
.monster_bonus_actions dl,
.monster_bonus_actions p,
.monster_description dl,
.monster_description p,
.monster_equipment dl,
.monster_equipment p,
.monster_reactions dl,
.monster_reactions p,
.monster_traits dl,
.monster_traits p {
  margin: 5px 0;
}
.monster_actions dl dt,
.monster_actions dl dd,
.monster_bonus_actions dl dt,
.monster_bonus_actions dl dd,
.monster_description dl dt,
.monster_description dl dd,
.monster_equipment dl dt,
.monster_equipment dl dd,
.monster_reactions dl dt,
.monster_reactions dl dd,
.monster_traits dl dt,
.monster_traits dl dd {
  display: inline;
  margin: 0;
}
.monster_actions dl dt.monster_audio,
.monster_bonus_actions dl dt.monster_audio,
.monster_description dl dt.monster_audio,
.monster_equipment dl dt.monster_audio,
.monster_reactions dl dt.monster_audio,
.monster_traits dl dt.monster_audio {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.monster_actions dl dt,
.monster_bonus_actions dl dt,
.monster_description dl dt,
.monster_equipment dl dt,
.monster_reactions dl dt,
.monster_traits dl dt {
  font-weight: bold;
  font-style: italic;
}
.monster_actions dl dt::after,
.monster_bonus_actions dl dt::after,
.monster_description dl dt::after,
.monster_equipment dl dt::after,
.monster_reactions dl dt::after,
.monster_traits dl dt::after {
  content: ". ";
}
.monster_actions dl dd::after,
.monster_bonus_actions dl dd::after,
.monster_description dl dd::after,
.monster_equipment dl dd::after,
.monster_reactions dl dd::after,
.monster_traits dl dd::after {
  content: "\a";
  white-space: pre-wrap;
  display: block;
  height: 0.5em;
}
.monster_actions dl dd:last-child::after,
.monster_bonus_actions dl dd:last-child::after,
.monster_description dl dd:last-child::after,
.monster_equipment dl dd:last-child::after,
.monster_reactions dl dd:last-child::after,
.monster_traits dl dd:last-child::after {
  content: none;
}

.monster_section .monster_section_title {
  font-weight: normal;
  font-size: 110%;
  padding: 0;
  margin: 0;
}
.monster_section::before {
  content: "";
  display: block;
  height: 1px;
  background: white;
  margin: 0.5em 0;
}

.monster_audio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.monster_audio:hover {
  color: #31b2f3;
  /* Internet Explorer 10, and Safari browsers require prefixing. See: https://caniuse.com/user-select-none */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}

.monster_audio:hover:active {
  color: #78d1ff;
}

.monster_audio::after {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 30px;
  height: inherit;
  background-repeat: no-repeat;
  background-image: url('/static/one-shot-adventure/speaker.png');
  background-position: center;
  background-size: auto 80%;
}

.monster_audio:hover::after {
  background-image: url('/static/one-shot-adventure/speaker-hover.png');
}

.monster_audio:hover:active::after {
  background-image: url('/static/one-shot-adventure/speaker-click.png');
}

.monster_audio_options .monster_audio {
  padding: 2px 4px;
  margin: 0 3px;
  border-radius: 3px;
  font-size: 85%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.monster_audio_options .monster_audio:hover {
  background: rgba(49, 178, 243, 0.15);
  border-color: rgba(49, 178, 243, 0.3);
}
.monster_audio_options .monster_audio:active {
  background: rgba(120, 209, 255, 0.2);
}
.monster_audio_options .monster_audio::after {
  -ms-flex-preferred-size: 18px;
      flex-basis: 18px;
  width: 18px;
  background-size: auto 70%;
  opacity: 0.7;
  margin-left: 4px;
}
.monster_audio_options .monster_audio:hover::after {
  opacity: 1;
}

.dialogboard_box {
  padding: 5px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border-style: solid;
  border-width: medium;
  border-color: #b11500;
  border-radius: 10px;
}

.dialogboard {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.dialogboard_fulltext {
  font-style: italic;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.dialogboard_fulltext_box {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.dialogue_trigger.narrative_trigger {
  width: 32px;
  height: auto;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: visible;
  text-overflow: unset;
  white-space: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.dialogue_trigger.narrative_trigger .dialogue_icon {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.narrative_dialogue_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 8px;
  margin: 8px 0;
}

.narrative_dialogue_text {
  font-style: italic;
  margin: 0;
  padding: 8px 12px;
  color: #333;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-left: 3px solid #1B5E8A;
  -ms-flex: 1;
      flex: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.narrative_dialogue_text:hover {
  background: rgba(0, 0, 0, 0.08);
}
.narrative_dialogue_text:active {
  background: rgba(0, 0, 0, 0.12);
}

.dialogue_trigger {
  width: 288px;
  margin: 4px;
  padding: 0 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background: #1B5E8A;
  background: linear-gradient(90deg, #1B5E8A 0%, #0F5A95 100%);
  border-style: none;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease;
  /* Internet Explorer 10, and Safari browsers require prefixing. See: https://caniuse.com/user-select-none */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialogue_trigger .dialogue_icon {
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  opacity: 0.9;
}
.dialogue_trigger:hover {
  cursor: pointer;
  background: #13415f;
  background: linear-gradient(90deg, #13415f 0%, #0a3e67 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dialogue_trigger:hover .dialogue_icon {
  opacity: 1;
}
.dialogue_trigger:active {
  background: #237bb5;
  background: linear-gradient(90deg, #237bb5 0%, #1476c3 100%);
  transform: translateY(0);
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  overflow-y: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  color: #fff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 1000;
  text-decoration: none;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.share-audio {
  width: 100%;
  text-align: center;
}