@charset "utf-8"; 

@page {
    size: A5;
	    margin: 10mm 15mm 20mm 15mm;
	 @bottom-center{
	        content: counter(page);
	        font-size: 150%;        
	    }
    }
	
    @font-face {
        font-family: Amiamie-RegularRound;
        src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/57/2AM1IViQb1xHr29AXRd8Ws1Y/Amiamie-RegularRound.otf);
	}
	
	@font-face {
	    font-family: abordage;
	    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/99/nMPuQi6bsXWzzHQcKzByuHnk/abordage-regular.woff);
	}
	
	@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: 11px;
    line-height: 1.5;
    color: #822b01;
}

/* ------------------------------------ cover */

@page:first {    
    color: white;
    background-image: url('https://chatty-pub-files.hackersanddesigners.nl/files/2/22/CMGhsUBb2CTdF-aqP0oO4RvZ/Justice-is-indivisible.jpg');    
    background-size: cover;   
    background-repeat: no-repeat; 
    filter: hue-rotate(17deg);
    }

section#cover{
    break-after: always;
    font-family: abordage;
    margin-top: 50px; 
    padding: 15px;
    background:  #822b01;
    background-clip: border-box;  
}
section#cover h1#title{
    font-family: abordage;
    font-size: 360%;
    line-height: 1.2em;
}

section#cover h2 {
    font-family: abordage;
    font-size: 200%;
}



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

section#main pre{
}

section#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;
}

section#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;
}
