@charset "utf-8"; 

@page{
  size: 80mm 2000mm;
  margin: 0mm;
}

@font-face {
    font-family: picnic;
    src: url(https://chatty-pub-files.hackersanddesigners.nlfiles/2/41/l2ZNzcvH2rom9BKwM72jvVsB/PicNic-Regular.woff2
}

@font-face {
    font-family: Director-Regular;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/d2/T7cPNlPHYfJD7uGerSbUl2zH/Director-Regular.otf);
}


@font-face {
    font-family: Latitude;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/f8/52Q5ce2-rtPtoRRQpZrwp0X_/Latitude-Regular.otf);
}

body{
    font-family: Latitude;
    font-size: 10pt;
    line-height: 1.5;
    color: #822b01;
    --paged-layout: booklet; 
}

/* ------------------------------------ main */


.main {
    height: 100%;
    color: white;
    background-size: cover;   
    background-repeat: no-repeat; 
    filter: hue-rotate(17deg);
    background: linear-gradient(rgba(0, 0, 150, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 2mm;
}

h1 {
    text-align: center;
    margin: 0;
    font-family: picnic;
    line-height: 1em;
    padding: 10mm;
    font-size: 3.6rem;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #fff;
  filter: drop-shadow(0px 0px 15px white);
}

.dust {
    white-space: pre;
        font-family: picnic;
    font-size: 1.6rem;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #fff;
  filter: drop-shadow(0px 0px 15px white);
}

.main h1 {
    text-align: center;
    margin-top: 10mm;
}

.main 

.main h1 + ul {
    border: 1px dashed;
    border-radius: 3mm;
    padding: 5mm;
    margin: 3mm;
}
.main h1 + ul li::marker {
    content: "*";
}

.goblindrop {
    margin-left:auto;
    background: lightyellow;
        background: linear-gradient(lightyellow 0%, lightgreen 100%);
    border-radius: 100%;
    border:5px solid;
    color: orange;
font-size: 1.2rem;
font-family:   Director-Regular;
font-weight: bold;
  padding: 1rem;
  text-align: center;
  filter: drop-shadow(0px 0px 10px red);
  width: 40mm;
  height: 40mm;
}



section#main pre{
    color: black;
}

.main h2 {
    font-family: abordage;
    font-size: 180%;
    line-height: 1.2em;
}

blockquote{
   margin-right: 0; 
   font-family: abordage;
   font-size: 140%;
   line-height: 1.2em;
}

/* 
Images are always grayscale in the main content and 
are alone on a page
*/
.main img {
    display: block;
    filter: grayscale(100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    page-break-after: always;
    page-break-before: always;
}

/*
*** alone on a line in markdown will be turned into a <hr>
we use this a way to force a page break, and hide the hr itself.
*/

hr {
  break-after: page;
  border: none;
  margin: 0;
  height: 0;
}


