/* reset */
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}.alignleft{float:left}.alignright{float:right}.clear{clear:both}

/* fonts */
@font-face {
    font-family: 'Disket Mono';
    font-weight: bold;
    src: url('assets/Disket-Mono-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 'light';
    src: url('assets/Roboto-Light.ttf')
}

/* murakami */
body{
    background: rgb(253, 253, 242);;
}
#shojiViz{
    text-align: center;
    overflow: hidden;
}
#shojiSample{
    height: 150px;
}
div.content{
    width: 500px;
    margin: 0 auto;
    position: relative;
}
.book-the-city-and-its-uncertain-walls svg, #shojiSample{
    background-color: #b5b1d8 ;
}
.book-1q84{
    background-color: #87c540;
}
.book-kafka-op-het-strand{
    background-color: #fcb315;
}
.book-the-windup-bird-chronicle{
    background-color: #d96629;
}
.book-killing-commendatore{
    background-color: #bce4e5;
}

rect.outer, rect.inner, rect.outerSample, rect.innerSample{
    fill: none;
    stroke-width: 2px;
}
rect.outer, rect.outerSample{
    stroke: black;
}
rect.inner, rect.innerSample{
    stroke: #fcfcf2;
}
rect.shoji, rect.shojiSample{
    fill: #fcfcf2;
}
hr{
    margin-top: 50px;
    width: 100px;
    border: none;
    border-bottom: 4px dotted black;
}
/* fonts */
body{
    font-size: 14px;
}
h1, h2, h3{
    font-family: 'Disket Mono', Arial, sans-serif;
    font-weight: bold;
    margin: 50px 0 25px;
}
h1{
    font-size: 3em;
}
h2, h3{
    font-size: 2em;
}

p, ul{
    font-family: 'Roboto';
    font-weight: 'light';
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 25px 0;
    text-align: justify;
}
a{
    color: #87c540;
    font-weight: bold;
}
ul li{
    margin: 0 0 15px 25px;
    list-style-type: square;
}
/*
  'de stad en zijn onvaste muren': [184, 184, 255],
    '1q84': [35, 193, 124],
    'kafka op het strand': [255, 171, 0],
    'de opwindvogel kronieken': [222, 69, 0],
    */

div.img{
    text-align: center;
}
img{
    width: 500px;
}

/* multi */
object{
    width: 33%;
    height: 100vh;
    margin:0;
    padding:0;
    display: block;
    float:left;
    flex-flow: column wrap;
    overflow: hidden;
    
}


@media (max-width: 500px) {
    div.content{
        width: 300px;
        /* padding: 0 20px; */
    }    
    rect.outer, rect.inner, rect.outerSample, rect.innerSample{
        stroke-width: 1px;
    }
    img{
        width: 300px;
    }
}