@import url(https://fonts.googleapis.com/css?family=Mirza:400,500,700&subset=latin,latin-ext);
html {
  scroll-behavior: smooth;
}

body {
  background-image: url("/static/images/sf_dustywall02.dc3e3fa393b7.jpg");
  font-family: "Mirza", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  margin-top: 10px;
}
h2 img {
  width: 64px;
  height: 64px;
  float: left;
}
@media (min-width: 576px) {
  h2 img {
    float: none;
  }
}
h2 {
  font-size: 1.9rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
}

/* pointer should be the default anyway, but Bootstrap 4 is weird. */
a {
  cursor: pointer;
}

code {
  color: #000;
}

.parchment {
  border: 8px double beige;
  border-image: url("/static/images/parchment/parchment-border.50cafb6f9494.png") 20 20 20 20 round;
  position: relative;
}
@media (min-width: 576px) {
  .parchment {
    border: 16px double beige;
    border-image: url("/static/images/parchment/parchment-border.50cafb6f9494.png") 20 20 20 20 round;
  }
}
.parchment .parchment-inner {
  background: url("/static/images/parchment/center.83cd4339d9e1.png") top left repeat;
  padding: 0.4rem;
}
@media (min-width: 576px) {
  .parchment .parchment-inner {
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .parchment .parchment-inner {
    padding: 0.75rem;
  }
}

.page-border {
  background-image: url("/static/images/sf_dustywall02_border.84d14e3f17cf.jpg");
  background-repeat: repeat-x;
  height: 48px;
}

#game {
  margin-top: 75px;
  scroll-behavior: smooth;
}
@media (max-width: 480px) {
  #game {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  #game {
    margin-top: 0;
  }
}

.main-heading {
  background-color: #dc9;
  border-bottom: 2px solid #b97;
  position: fixed;
  height: 75px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 576px) {
  .main-heading {
    top: 48px;
  }
}
@media (min-width: 768px) {
  .main-heading {
    background-color: transparent;
    border: none;
    position: relative;
    top: 0;
  }
}
.main-heading h1 {
  font-size: 20px;
}
@media (min-width: 576px) {
  .main-heading h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .main-heading h1 {
    font-size: 3rem;
  }
}
.main-heading .player-name {
  padding: 15px 10px 15px 0;
}
.main-heading .player-menu {
  padding: 20px 0 0 0;
}
.main-heading .player-menu button {
  padding: 0;
}
.main-heading .player-menu img {
  width: 40px;
  height: 40px;
}
.main-heading button {
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .main-heading .player-menu, .main-heading .player-name {
    display: none;
  }
}
.main-heading .sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 28px;
  left: 15px;
  height: 22px;
  width: 22px;
}
.main-heading .sidebarIconToggle .spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000000;
}
.main-heading .sidebarIconToggle .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.main-heading .sidebarIconToggle .diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.main-heading .sidebarIconToggle .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.main-heading .sidebarIconToggle.open .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
.main-heading .sidebarIconToggle.open .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
.main-heading .sidebarIconToggle.open .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.status {
  background: #dc9;
  padding-top: 5px;
  z-index: 1;
}
@media (min-width: 768px) {
  .status {
    margin: 5px 0;
    position: relative;
    background: transparent;
    top: auto;
  }
}

.status-widget {
  background-color: #dc9;
  border: 3px dotted #b97;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 0 #b97, inset 0 1px 0 0 #b97, 0 1px 0 0 #b97, 0 -1px 0 0 #b97, inset -1px 0 0 0 #b97, inset 1px 0 0 0 #b97, 1px 0 0 0 #b97, -1px 0 0 0 #b97;
  margin-bottom: 10px;
  padding: 6px;
}
.status-widget .heading {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}
.status-widget .none {
  color: #666;
}
.status-widget .stats {
  margin-bottom: 5px;
  font-size: 110%;
}
.status-widget .spell-abilities, .status-widget .weapon-abilities {
  margin-bottom: 10px;
}
.status-widget .table > tbody + tbody {
  border-top: 1px solid #999;
}
.status-widget .table > tbody > tr > td, .status-widget .table > tbody > tr > th, .status-widget .table > tfoot > tr > td, .status-widget .table > tfoot > tr > th, .status-widget .table > thead > tr > td, .status-widget .table > thead > tr > th {
  border-top: none;
}
.status-widget .artifact-contents {
  padding-left: 15px;
}
.status-widget.inventory .row {
  border-bottom: 1px solid #ccbbaa;
  margin-bottom: 7px;
  padding-bottom: 4px;
}
.status-widget.inventory .row:last-child {
  border-bottom: none;
}
.status-widget.inventory .row .artifact-info {
  color: #333333;
  display: inline-block;
  font-size: 85%;
}

.artifacts-list th {
  border-top: none;
}
.artifacts-list .weapon-icon img {
  width: 32px;
}

/** ADVENTURE UI STYLES **/
.history {
  margin: 0 5px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .history {
    height: 380px;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (min-height: 800px) {
  .history {
    height: 460px;
  }
}
@media (min-width: 768px) and (min-height: 900px) {
  .history {
    height: 550px;
  }
}
@media (min-width: 768px) and (min-height: 1000px) {
  .history {
    height: 640px;
  }
}
@media (min-width: 768px) and (min-height: 1100px) {
  .history {
    height: 730px;
  }
}
.history p {
  margin: 10px 0 0;
}
.history p.no-space {
  margin-top: 0;
}
.history div.no-space p {
  margin-top: 0;
}
.history .history-command {
  margin: 10px 0;
  font-size: 20px;
  color: #009;
  font-weight: bold;
  text-transform: uppercase;
}
.history .paused {
  margin: 10px 0 0 10px;
  font-style: italic;
}

.sell-items .ratings {
  border: 2px solid #b97;
}
.sell-items .ratings a {
  opacity: 0.5;
}
.sell-items .ratings a.active {
  opacity: 1;
}
.sell-items .ratings a.inactive {
  filter: grayscale(50%);
}
.sell-items .ratings a img {
  height: 32px;
  width: 32px;
}

.command-prompt {
  padding-top: 12px;
  width: 100%;
}
.command-prompt .form-inline .form-control {
  vertical-align: baseline;
}
.command-prompt .form-control {
  font-size: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .command-prompt .form-control {
    width: 69%;
  }
}
@media (min-width: 768px) {
  .command-prompt .form-control {
    width: 69%;
  }
}

.hints-command-list {
  margin-top: 20px;
}

.hint-next-prev {
  margin-bottom: 15px;
}
.hint-next-prev .next {
  float: right;
}

.btn {
  font-size: 18px;
  padding-top: 4px;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.btn.disabled:hover {
  cursor: not-allowed;
}

.form-control {
  margin-bottom: 0.25rem;
}

.game-modal .form-control {
  font-size: 20px;
}
.game-modal .hotkey {
  text-decoration: underline;
}

.return-button-container {
  margin-top: 10px;
}

.emphasis {
  font-weight: bold;
}

.special {
  color: dodgerblue;
  font-weight: bold;
}

.special2 {
  color: darkviolet;
  font-weight: bold;
}

.success {
  color: green;
  font-weight: bold;
}

.warning {
  color: #c60;
  font-weight: bold;
}

.danger {
  color: #cc0000;
  font-weight: bold;
}

.friendly {
  color: green;
}

.hostile {
  color: #cc0000;
}

#intro-link img {
  margin: -10px;
}
@media (min-width: 576px) {
  #intro-link img {
    margin: 0;
  }
}

#intro-dragon {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 576px) {
  #intro-dragon {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  #intro-dragon {
    max-width: 350px;
  }
}

@media (min-width: 950px) {
  .adventure-list.columns {
    column-count: 2;
  }
}
.adventure-list .ratings img {
  width: 20px;
}
.adventure-list .ratings .rating {
  font-size: 95%;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .adventure-list .ratings {
    text-align: right;
  }
  .adventure-list .ratings .rating {
    margin: 0 0 0 10px;
  }
}

.tags {
  margin-top: 2px;
}
.tags .tag {
  float: left;
  border: 1px solid #b97;
  border-radius: 2px;
  margin-right: 5px;
  border-left: 3px solid #841;
  background: #dc9;
  padding: 0 2px 2px 2px;
  font-size: 80%;
}
.tags.tags-vertical .tag {
  float: none;
  width: 100%;
}

.artifact-tile.animating, .saved-game-tile.animating {
  opacity: 0;
  transform: scale(0.5);
}
.artifact-tile .artifact-tile-inner, .saved-game-tile .artifact-tile-inner {
  border: 1px solid #b97;
  height: 230px;
  margin: 15px 0;
  padding: 10px;
  position: relative;
  text-align: center;
}
.artifact-tile .artifact-tile-inner .artifact-icon img, .saved-game-tile .artifact-tile-inner .artifact-icon img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}
.artifact-tile .artifact-tile-inner .artifact-name, .saved-game-tile .artifact-tile-inner .artifact-name {
  text-align: left;
  width: 50%;
  min-height: 72px;
}
.artifact-tile .artifact-tile-inner .artifact-data, .saved-game-tile .artifact-tile-inner .artifact-data {
  min-height: 90px;
}
.artifact-tile .artifact-tile-inner .artifact-price img, .saved-game-tile .artifact-tile-inner .artifact-price img {
  width: 40px;
  margin: -5px;
}
.artifact-tile .artifact-tile-inner .message, .saved-game-tile .artifact-tile-inner .message {
  background-color: #b97;
  color: white;
  padding-bottom: 5px;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}
.artifact-tile .artifact-tile-inner button, .saved-game-tile .artifact-tile-inner button {
  margin-top: 5px;
}
.artifact-tile .artifact-tile-inner-magic, .saved-game-tile .artifact-tile-inner-magic {
  border: 1px solid #d59735;
}

.spells-list h3 {
  font-size: 1.33rem;
  font-weight: bold;
  margin-bottom: 0;
}
.spells-list img {
  width: 48px;
  margin: -5px;
}
.spells-list .row {
  border-bottom: 1px solid #b97;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.wizard-shop .current-ability, .witch-shop .current-ability {
  display: inline-block;
  padding-top: 12px;
}

.message-inner {
  background-color: #b97;
  color: #fff;
  padding: 0.375rem;
}

.adventure-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.adventure-list-item h3 {
  margin-bottom: 0;
}
.adventure-list-item .desc {
  font-size: 93%;
}
.adventure-list-item .adv-id {
  margin-top: 0.6em;
}

.stat {
  font-size: 133%;
}

.facebook-login {
  background-color: #4267b2;
  border-color: #4267b2;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 25px;
  padding: 5px;
}

.icon-sm {
  width: 32px;
}

.icon-md {
  width: 48px;
}

.margin-bottom-md {
  margin-bottom: 15px;
}

.margin-bottom-lg {
  margin-bottom: 30px;
}

.footer a {
  white-space: nowrap;
}

.subfooter a {
  color: #222222;
  font-size: 93%;
  white-space: nowrap;
}

.blur {
  color: transparent;
  text-shadow: 0 0 8px #000;
}

blockquote {
  margin: 1rem 2rem;
}

.modal-dialog {
  background-color: #dc9;
  border: 3px dotted #b97;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 0 #b97, inset 0 1px 0 0 #b97, 0 1px 0 0 #b97, 0 -1px 0 0 #b97, inset -1px 0 0 0 #b97, inset 1px 0 0 0 #b97, 1px 0 0 0 #b97, -1px 0 0 0 #b97;
}
.modal-dialog .modal-content {
  background-color: #dc9;
}
.modal-dialog .modal-content .modal-header, .modal-dialog .modal-content .modal-body {
  border-bottom: 1px solid #b97;
}

/*# sourceMappingURL=style.css.map */
