body {
  background-color: #777;
  margin: 4rem 1.75rem 1.75rem 1.75rem;
  font-family: Georgia, serif;
}

.element-agnostic-mutations {
  border-radius: 10px;
  padding: 10px;
  background-color: #fffefa;
}

.wyvern-type {
  border-radius: 10px;
  padding: 10px;
  background-color: #fffefa;
}

.wyvern-type h2 {
  text-transform: uppercase;
}

.level-table-container {
  font-family: 'Roboto', sans-serif;
  background-color: #fffefa;
  padding: 15px 5px;
  margin: 30px 0px;
  position: relative;
}

.level-table-container .corner {
  position: absolute;
  background-color: #fffefa;
  height: 12px;
  width: 40px;
}

.level-table-container .corner.top-left {
  border-top-left-radius: 10px;
  top: -12px;
  left: 0;
}

.level-table-container .corner.top-left .inner-curve {
  position: absolute;
  width: 25px;
  height: 12px;
  right: -26px;
  border-left: 13px solid;
  border-bottom: 5px solid;
  border-bottom-left-radius: 100%;
  border-color: #fffefa;
}

.level-table-container .corner.top-right {
  border-top-right-radius: 10px;
  top: -12px;
  right: 0;
}

.level-table-container .corner.top-right .inner-curve {
  position: absolute;
  width: 25px;
  height: 12px;
  left: -26px;
  border-right: 13px solid;
  border-bottom: 5px solid;
  border-bottom-right-radius: 100%;
  border-color: #fffefa;
}

.level-table-container .corner.bottom-left {
  border-bottom-left-radius: 10px;
  bottom: -12px;
  left: 0;
}

.level-table-container .corner.bottom-left .inner-curve {
  position: absolute;
  width: 25px;
  height: 12px;
  right: -26px;
  border-left: 13px solid;
  border-top: 5px solid;
  border-top-left-radius: 100%;
  border-color: #fffefa;
  bottom: 0;
}

.level-table-container .corner.bottom-right {
  border-bottom-right-radius: 10px;
  bottom: -12px;
  right: 0;
}

.level-table-container .corner.bottom-right .inner-curve {
  position: absolute;
  width: 25px;
  height: 12px;
  left: -26px;
  border-right: 13px solid;
  border-top: 5px solid;
  border-top-right-radius: 100%;
  border-color: #fffefa;
  bottom: 0;
}

.level-table-container h3 {
  margin: 0.1rem 0 0.5rem 0;
  text-transform: capitalize;
}

.level-table-container .level-table {
  color: #333;
  width: 100%;
  border-collapse: collapse;
}

.level-table-container .level-table th {
  font-weight: 700;
  padding: 2px 10px 5px 10px;
  text-align: left;
}

.level-table-container .level-table td {
  font-weight: 300;
  padding: 2px 10px;
}

.level-table-container .level-table tr:nth-child(even) td {
  background-color: #c9e0c0;
}

.stat-block {
  display: block;
  text-align: left;
  margin: 20px 0px;
  min-width: 280px;
  background: #FDF1DC;
  padding: 5px 10px 20px;
  -webkit-box-shadow: 0 0 1.5em #867453;
          box-shadow: 0 0 1.5em #867453;
}

.stat-block.wide {
  min-width: 560px;
  text-align: center;
}

.stat-block.wide .section-left,
.stat-block.wide .section-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  text-align: left;
}

.stat-block.wide .section-left {
  margin-right: 1.5%;
}

.stat-block.wide .section-right {
  margin-left: 1.5%;
}

@media screen and (max-width: 675px) {
  .stat-block.wide {
    min-width: 280px;
  }
  .stat-block.wide .section-left,
  .stat-block.wide .section-right {
    display: block;
    width: 100%;
  }
  .stat-block.wide .section-left {
    margin: 0;
  }
  .stat-block.wide .section-right {
    margin: 0;
  }
}

.stat-block .orange-border {
  display: block;
  background: #E69A28;
  border-top: 1px solid #ffc753;
  border-bottom: 1px solid #ffc753;
  border-right: none;
  border-left: none;
  height: 5px;
  padding: 0 10px 0;
  margin: -10px -12px 0;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  position: relative;
}

.stat-block .orange-border:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 7px;
  height: 7px;
  width: 3px;
  background-color: #efd258;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
}

.stat-block .orange-border:after {
  position: absolute;
  content: '';
  top: -1px;
  left: 15px;
  height: 7px;
  width: 3px;
  background-color: #efd258;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
}

.stat-block .orange-border.bottom {
  margin-top: 15px;
  margin-bottom: -20px;
}

.stat-block .tapered-rule {
  display: block;
  width: 100%;
  height: 5px;
  border: none;
  color: #922610;
  fill: #922610;
  stroke: #922610;
}

.stat-block .creature-heading h1 {
  text-transform: capitalize;
  font-family: 'Libre Baskerville', 'Lora', 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
  color: #922610;
  font-size: 23px;
  line-height: 1.2em;
  margin: 10px 0 0;
  letter-spacing: 1px;
  font-variant: small-caps;
  font-weight: bold;
}

.stat-block .creature-heading h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  line-height: 1.2em;
  margin: 0 0 10px;
}

.stat-block .property-line {
  text-indent: -1em;
  padding-left: 1.1em;
  line-height: 1.4em;
}

.stat-block .property-line h4, .stat-block .property-line p {
  display: inline;
  margin: 0;
  color: #922610;
  font-size: 13.5px;
  line-height: 1.2em;
}

.stat-block .property-line h4 {
  color: #7A200D;
}

.stat-block .property-line.first {
  margin: 8px 0 0;
}

.stat-block .property-line.last {
  margin: 0 0 10px;
}

.stat-block .abilities {
  text-align: center;
  color: #922610;
  max-width: 400px;
}

.stat-block .abilities > div {
  display: inline-block;
  vertical-align: middle;
  width: 15.5%;
  min-width: 40px;
  font-size: 12px;
  line-height: 1em;
}

.stat-block .abilities h4 {
  margin: 10px 0 2px;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #7A200D;
}

.stat-block .abilities p {
  margin: 0 0 10px;
  line-height: 1.2em;
}

.stat-block .property-block {
  padding: 10px 2px 0;
}

.stat-block .property-block h4,
.stat-block .property-block p {
  font-size: 13.5px;
  line-height: 1.2em;
  display: inline;
  margin: 0;
}

.stat-block .property-block h4 {
  font-style: italic;
}

.stat-block .actions {
  margin: 0 0 20px;
}

.stat-block .actions h3 {
  border-bottom: 1px solid #7A200D;
  color: #7A200D;
  font-size: 21px;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 20px 0 0;
  padding: 0 0 10px;
  text-indent: 5px;
}

.stat-block .actions:last-child {
  margin: 0;
}

@media print {
  .orange-border {
    display: none;
  }
  .stat-block,
  .stat-block.wide,
  .stat-block.wide .section-left,
  .stat-block.wide .section-right,
  .property-line,
  .property-block {
    width: 100%;
    display: block;
  }
  .stat-block.wide .section-left {
    margin: 0;
  }
  .stat-block.wide .section-right {
    margin: 0;
  }
  .stat-block {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  .stat-block.wide {
    page-break-after: always;
  }
}

@media screen and (max-width: 575px) {
  .stat-block {
    margin: 20px 0;
  }
}

#navbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100vw;
  left: 0;
  background-color: #242424;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0rem 1.75rem;
}

#navbar button {
  border: none;
  background-color: transparent;
  color: #e6f6ff;
  font-size: 1.25rem;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

#navbar button i {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#navbar button:hover {
  background-color: #000000;
}

#navbar button:active i, #navbar button:focus i {
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */
}

.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  width: 80%;
  /* Could be more or less, depending on screen size */
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=wyvern_styles.css.map */