@font-face {
    font-family: 'Sebaldus Gotisch';
    src: url('sebaldus-gotisch-webfont.eot');
    src: url('sebaldus-gotisch-webfont.eot?#iefix') format('embedded-opentype'),
         url('sebaldus-gotisch-webfont.woff2') format('woff2'),
         url('sebaldus-gotisch-webfont.woff') format('woff'),
         url('sebaldus-gotisch-webfont.ttf') format('truetype'),
         url('sebaldus-gotisch-webfont.svg#sebaldus-gotischregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div.navbar ul {
  list-style-type: none;
  float: left;
  position: fixed;
  overflow: auto;
  width: 55mm;
  margin: 0;
  padding: 0;
}

div.navbar ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 12pt;
  text-align: center;
  color: hsl(146, 50%, 18%);
  background-color: hsl(146, 50%, 66%);
  border: 1mm solid hsl(146, 50%, 18%);
  margin: 1mm 0mm;
  border-radius: 10mm;
  padding: 0.5mm 1mm;
}

div.navbar ul li a:hover {
  background-color: hsl(146, 50%, 18%);
  color: hsl(146, 50%, 82%);
}

a#author_link {
  font-family: "Sebaldus Gotisch", display;
  font-size: 80pt;
  border-radius: 50%;
  width: 40mm;
  margin: 6mm 6mm;
  height: 40mm;
}
 


div.content {
  margin-left: 60mm;
  margin-right: 5mm;
  padding: 5mm;
  background-color: white;
  font-family: "Lato", sans-serif;
  font-size: 12pt;
}

@media screen and (max-width: 900px) {
  div.navbar {
    display: none;
  }
    
  div.content {
    margin-left: 0;
    margin-right: 0;
    padding: 5mm;
  }
}

.content p,
.content ul,
.content ol {
  line-height: 1.5em;
  margin-top: 0.5cm;
  margin-bottom: 0.5cm;
}

.content ul,
.content ol {
  margin-left: 0.5cm;
}

.content li {
  padding: 0.2mm;
}

body {
  background-color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sebaldus Gotisch", display;
  font-weight: normal;
  margin-bottom: 0em;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 0em;
}

h1+ol, h2+ol, h3+ol, h4+ol, h5+ol, h6+ol {
  margin-top: 0em;
}

h1+ul, h2+ul, h3+ul, h4+ul, h5+ul, h6+ul {
  margin-top: 0em;
}

h1 {
  font-size: 48pt;
}

h2 {
  font-size: 36pt;
}

h3 {
  font-size: 24pt;
  margin-top: 0.45em;
}

a {
  text-decoration: none; 
}

.content a.externalLink {
  font-family: "Courier New";
}

.content a:link, a:visited {
  color: hsl(146, 50%, 33%);
}

.content a:hover, a:active {
  color: hsl(146, 50%, 66%);
  text-decoration: underline dotted hsl(146, 50%, 66%);
}

.content a:active {
  color: hsl(146, 50%, 66%);
  text-decoration: underline dotted hsl(146, 50%, 66%);
}

.content a.xref:link, a.xref:visited {
   color: black;
}

.content a.xref:hover, a.xref:active {
  color: hsl(146, 50%, 66%);
  text-decoration: none;
}

ul.no-bullets {
  list-style-type: none;
}

table, table * {
  border-collapse: collapse;
}


.costTable table,
.d20Table table {
  width: 100%
}

.d20Table {
  table-layout: fixed;
}

.d20Table tr td {
  text-align: center;
}

.shadedTable tbody tr:nth-child(odd) {
  background-color: hsl(146, 50%, 83%);
}

.shadedTable tbody tr:hover {
  background-color: hsl(146, 50%, 66%);
}

.costTable tbody tr td:nth-child(2) {
  text-align: right;
}

th {
  font-weight: normal;
  font-variant: small-caps;
  color: hsl(146, 50%, 33%);
  border-top: 2px solid hsl(146, 50%, 33%);
  border-bottom: 2px solid hsl(146, 50%, 33%);
}

th, td {
  padding: 1mm 2mm;
}

ol.traitList {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-width: 5cm;
     -moz-column-width: 5cm;
          column-width: 5cm;
    -webkit-column-gap: 1cm;
       -moz-column-gap: 1cm;
            column-gap: 1cm;
}

hr {
  border-top: solid hsl(146, 50%, 33%) 2px;
  border-bottom: solid #fff 1px;
  border-left: solid #fff 1px;
  border-right: solid #fff 1px;
  margin: 1em 2em;
}

ul.buttons {
  list-style-type: none;
}

ul.buttons li {
  display: block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 12pt;
  text-align: center;
  color: hsl(146, 50%, 18%);
  background-color: hsl(146, 50%, 66%);
  border: 1mm solid hsl(146, 50%, 18%);
  margin: 1mm 0mm;
  border-radius: 10mm;
  padding: 0.5mm 1mm;
}

ul.buttons li:hover {
  background-color: hsl(146, 50%, 18%);
  color: hsl(146, 50%, 82%);
}

.characterSheet {
             max-width: 20cm;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 6cm;
     -moz-column-width: 6cm;
          column-width: 6cm;
    -webkit-column-gap: 1cm;
       -moz-column-gap: 1cm;
            column-gap: 1cm;
}


.characterSheet h2 {
  margin: 0;
  padding: 0;
  column-span: all;
}


#rolledStats td {
  text-align: center;
}

#otherStats {
  margin-top: 0.5cm;
}

#otherStats tr td:nth-child(2) {
  width: 2cm;
  text-align: center;
}

.characterTable {
  width: 6cm;
}

.characterTable caption {
  font-family: "Sebaldus Gotisch", display;
  font-weight: normal;
  font-size: 24pt;
  margin-top: 0.45em;
  margin-bottom: 0em;
}

#rolledStats tr td:nth-child(1),
#rolledGear tr td:nth-child(1) {
  text-align: center;
  font-variant: small-caps;
}

#rolledGear td {
  border: 2px solid hsl(146, 50%, 33%);
}

ul.buttons {
  margin-left: 0;
  padding-left: 0;
}

ul.buttons li {
  width: 8cm;
  margin-left: 0;
  padding-left: 0;
}