body {
	font-family: 'Frank Ruhl Libre', serif;
    color: #282828;
}

h1 { 
    font-size: 35px;
    font-weight: normal;
    letter-spacing: -0.03em;
    line-height: 37px;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

h2 {
    color: #000000; 
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -0.03em;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
}


h3 {
    color: #aaa; 
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-style: italic;
}

main h3 {
    color: #000000; 
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.03em;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
}

header { padding: 40px 0 10px 0; text-align: center; }
header a { color: black; }
header.page-post h1 { margin-bottom: 5px; }
header.page-post h2 { margin-top: 5px; }

main { max-width: 780px; margin: auto; }
main article { margin-top: 40px; text-align: left; padding: 0 15px; }
main article h2 { text-align: left; font-size: 22px; text-decoration: none; margin: 30px 0 20px 0; }
main article h3 { text-align: left; }
main.page-home article h2 { margin: 0; }
main article h2 a { color: #282828; }
main article p, main article li { margin: 0; margin-bottom: 15px; font-size: 18px; }
main.page-home article p { margin: 0;  }
header h2 { margin: 0;  }
main article p > code,
main article li > code { font-size: 80%; background-color: #585858; color: white; display: inline-block; padding: 1px 5px; }
main article pre code { font-size: 13px; }
pre.prettyprint { overflow: scroll; }
main article img { width: 100%; max-width: 450px; 
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

span.date { font-size: 13px; font-style: italic; color: #aaa; }
span.label { display: inline;
    padding: 2px 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; 
    font-weight: 300;
}
span.label { background-color: #777; }

footer { text-align: center; margin: 50px 0 20px 0; }
footer a { display: inline-block; color: #aaa; text-decoration: none; margin-right: 15px; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a:hover { color: #282828; text-decoration: none; }

