html {
    font-size:62.5%;
}

body {
    padding:0;
    margin:0;
    color:#4f4f2f;
	background-color:#dcdad6;
	font-family:Verdana, sans-serif;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-size:1.4rem;
	line-height:2.4rem;
	text-align:left;
	letter-spacing:.015em;
	text-size-adjust:none;
	-webkit-text-size-adjust:none;
}

a,a:active,a:visited {
	color: #464626;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #8f8f6f;
}

a:hover {
    background:#dadad0;
}

blockquote, h1, h2, h3, h4, h5, h6, p, pre, ul, ol {
	margin:0 0 2.24rem 0;
}

blockquote {
    margin-left:.3rem;
    padding-left:1.5rem;
    border-left:1px solid #cfcfc0;
}

pre, code {
    font-family:'SF Mono', Courier, Menlo, monospace;
}

pre {
    font-size:1.3rem;
    color:#5f5f3f;
    overflow:auto;
    line-height:1.96rem;
    white-space:pre-wrap;
    padding:.75rem .25rem;
    border-style:solid;
    border-width:1px 0;
    border-color:#cfcfc0;
}

ol, ul {
    padding-left: 2rem;
}

img {
    max-width:100%;
}

img.wide {
    max-width:900px;
    margin-left:-130px;
}

p.embed {
    height:0;
    position:relative;
    padding-bottom:56.25%;
}

p.embed iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:0;
}

.footnotes {
    font-size:90%;
    line-height:2rem;
    margin-top:5rem;
}

.footnotes hr {
    width:12rem;
    border-style:solid;
    border-width:1px 0 0 0;
    border-color:#cfcfc0;
    margin-left:0;
    margin-top:5rem;
    margin-bottom:2rem;
}

.footnotes p, .footnotes ul, .footnotes ol {
    margin-bottom:1rem;
}

.footnotes a, .footnotes a:active, .footnotes a:visited {
    border-width:0;
    padding:0;
    text-decoration:underline;
    color:darkcyan;
}

h2 {
   font-family: BlinkMacSystemFont, -apple-system, "Helvetica Neue", 
   Helvetica, Arial, sans-serif;
   font-weight:500;
   line-height:1.4;
   margin-right:1.5em;
}

.linked h2 {
    font-size:1.5rem;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:500;
    letter-spacing:.05em;
    white-space:nowrap;
    text-transform:uppercase;
}

h3 {
    margin-top:3rem;
    font-size:1.5rem;
    font-weight:600;
}


/* Links */

#masthead a {
    border:0 none;
}

#masthead a:hover {
    background:transparent;
}

h2 a {
    border-bottom-width:0;
}

h2 a:hover {
    background:#dadad0;
    border-bottom: 1px solid #8f8f6f;
}

.linked h2 a {
    white-space:normal;
    padding-bottom:1px;
    border-bottom-width:1px;
}

.linked h2 a.permalink {
    color:#bfbfb6;
    padding:1px 3px 2px 4px;
    margin-left:1rem;
    border-bottom-width:0;
}

.linked h2:hover a.permalink {
    color:darkcyan;
}

.linked h2 a:hover {
    background:#dadad0;
    border-color:#888851;
}



/* Structure */

#cause {
    color:rgb(134, 68, 3);
    min-height:90px;
    background:rgba(255,255,255,.25);
    border-bottom:1px solid rgba(0,0,0,.05);
}

#cause p {
    font-size:1.3rem;
    font-family:"SF Mono";
    line-height:1.6;
    margin-bottom:0;
}

#cause-wrap {
    max-width:850px;
    margin:0 auto;
    padding:2.5rem;
}

#wrap {
    overflow:hidden;
    padding-bottom: 2rem;
	background-color: #eeeee7;
}

#mastheadbackground {
	height: 15rem;
	margin-bottom: -140px;
}

#topbar {
	height: 9px;
	background-color: #f8f8f1;
	border-top: 1px solid #fdfdf5;
}

#easel {
	box-sizing: border-box;
	position: relative;
    padding:0 130px;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

#easel > * {
    max-width:512px;
}

#masthead {
    margin-bottom: 8rem;
}

#logo {
	box-sizing: border-box;
	height: 85px;
	padding-top: 48px;
	max-width: 300px;
	overflow: hidden;
	margin-bottom: 1.3rem;
}

#logo a {
    padding:0;
    border:0 none;
}

#svg {
	width:273px;
}

.svg-text {
    fill:#009776;
    fill:darkcyan; 
}

a:hover .svg-text {
    fill:rgb(0, 154, 154);
}

#menu {
	color: #b8b6b2;
	padding: 0 3px;
	font-size: 1.3rem;
	font-weight: 600;
    font-family: BlinkMacSystemFont, -apple-system, "Helvetica Neue", 
    Helvetica, Arial, sans-serif;
	line-height: 3.0rem;
	text-transform: uppercase;
	letter-spacing: 0.0875em;
	border-top: 1px solid rgb(179, 179, 166);
    border-top: 1px solid #cfcfaf;
}

#menu a {
    border-bottom-width:0;
}

#menu a:hover {
    border-bottom:1px solid #8f8f6f
}

article {
    margin-bottom:7rem;
}

article.linked {
    
}

article:last-of-type {
    margin-bottom:14rem;
}


article:after,
article + article:before {
    color:#bbbbb0;
    display:block;
    content: "·•✪•·";
    text-align:center;
    letter-spacing: 1rem;
    margin-top:8rem;
    margin-bottom:8rem;
}

article.linked:after,
article + article.linked:before,
.post-permalink article:after,
.year-archive article:after {
    content:"";
    display:none;
}

.dateline {
    color:#8f8f6f;
    font-size:1.2rem;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin-top:9rem;
    margin-bottom:7rem;
}

.postdate {
	color: #8f8f6f;
	/*color: rgb(159, 159, 146); */
	/*font-family: Verdana, sans-serif; */
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.5rem;
	text-transform: none;
}


/* Archives calendar */

#archives {
    clear:both;
    padding-top:3rem;
    margin-bottom:5rem;
    border-top:1px solid #cfcfc0;
}

#archives h3 {
    margin-top:0;
    font-size:1.6rem;
    font-weight:400;
}

#archives > div {
    overflow:hidden;
    margin-left:-1rem;
    margin-right:-1rem;
}

#archives table {
    float:left;
    font-family:"SF Mono", Menlo, Courier, monospace;
    margin-left:1rem;
    margin-right:1rem;
    margin-bottom:1.5rem;
    color:rgba(80,80,50,.5);
    color:#b6b3a1;
}

#archives td {
    padding-right:.8rem;
    cursor:default;
}

#archives a {
    padding:0;
    border-bottom-width:0;
    font-weight:400;
    text-decoration:underline;
}

#archives a:hover {
    color:darkcyan;
    background:transparent;
}


/* Year archives */

.archives h2 {
    font-size:1.7rem;
    font-weight:500;
}

.archives h3 {
    font-size:1.4rem;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:.3em;
    margin-top:5rem;
    margin-bottom:3.5rem;
}

.archives p {
	color: rgb(159, 159, 146);
	padding-left: 75px;
}

.archives p span {
	font-size: 12px;
	white-space: nowrap;
}

.archives p span:first-of-type {
	float: left;
	width: 65px;
	margin-left: -75px;
}

.catatan a {
    font-weight:600;
}

.archives a:hover {
	color: #404643;;
	border-color: #606663;
}

.catatan a:hover {
/*    color:darkcyan; */
/*    border-color: darkcyan; */
}


/* Footer */

footer {
    clear:both;
    padding-top:2rem;
    padding-bottom:4rem;
    font-size:1.3rem;
    text-align:center;
    border-top:1px solid #cfcfc0;
}

footer p {
    line-height:1.4;
    margin-bottom:.6rem;
}

footer a {
    padding-bottom:0;
}

footer a:hover {
    background:transparent;
}


/* Handle screen sizes */

@media(max-width:900px) {
    img.wide {
        max-width:100vw;
    }    
}

@media(max-width:772px) {
    #easel {
        padding:0 50px;
        max-width:612px;
    }
    
    img.wide {
        margin-left:calc((100vw - 512px) / -2);
    }
}

@media(max-width:612px) {
    img.wide {
        margin-left:-50px;
    }    
}

@media(max-width:500px) {
    #easel {
        padding:0 30px;
    }
    
    img.wide {
        margin-left:-30px;
    }    
}

@media(max-width:480px) {
    #logo {
        height:80px;
    }
    
    #svg {
        width:240px;
    }
    
    #menu {
        padding:0;
        font-size:1.2rem;
        letter-spacing:.05em;
    }
    
    .archives p {
        padding-left:0;
    }
    
    .archives p span:first-of-type {
        display:none;
    }
}

@media(max-width:400px) {
    #easel {
        padding:0 20px;
    }
    
    img.wide {
        margin-left:-20px;
    }
    
    #archives table {
        margin-left:.6rem;
        margin-right:.6rem;
        margin-bottom:1.5rem;
    }
    
    #archives td {
        padding-right:.5rem;
    }
}

@media(max-width:360px) {
    .Kontak {
        display:none;
    }
}
