/* @import url("https://fonts.googleapis.com/css?family=Ubuntu:Regular");
    @import url("https: //fonts.googleapis.com/css?family=Lato:Regular"); */
    /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
    html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption, figure, main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body {
    display: flex;
    flex-wrap: wrap;
}
body>header {
    width: 350px;
    box-sizing: border-box;
}
body>main {
    width: calc(100% - 350px);
    min-height: 75vh;
    padding: 4em 2em;
    box-sizing: border-box;
}
body>main>.wrapper {
    display: flex;
    flex-flow: wrap;
}
body>main>.wrapper>article.post {
    flex-grow: 1;
}
body>main>.wrapper>article>header, body>main>.wrapper>article>.post-content {
    margin: auto;
    max-width: 42em;
}
body>main>.wrapper>.home {
    margin: auto;
    max-width: 42em;
}
body>footer {
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
}
body p img {
    max-width: 100%;
    height: auto;
}
body hr {
    border: none;
    border-top: 1px solid currentColor;
    opacity: 0.1;
    margin-top: 3em;
    margin-bottom: 3em;
}
body {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Ubuntu", Arial, sans-serif;
    color: #f49a1a;
    margin-top: 0;
    padding-top: 1em;
}
body h1 {
    font-size: 50px;
}
body h1.post-title {
    border-bottom: 3px solid #f49a1a;
    padding-top: 0;
    padding-bottom: 0.3em;
}
body h1+h2 {
    padding-top: 0em;
}
body h1+h2+h3 {
    padding-top: 0em;
}
body h1+h2+h3+h4 {
    padding-top: 0em;
}
body h1+h2+h3+h4+h5 {
    padding-top: 0em;
}
body h1+h2+h3+h4+h5+h6 {
    padding-top: 0em;
}
body h2 {
    font-size: 33px;
}
body h2+h3 {
    padding-top: 0em;
}
body h2+h3+h4 {
    padding-top: 0em;
}
body h2+h3+h4+h5 {
    padding-top: 0em;
}
body h2+h3+h4+h5+h6 {
    padding-top: 0em;
}
body h3 {
    font-size: 27.3333333333px;
    color: grey;
}
body h3+h4 {
    padding-top: 0em;
}
body h3+h4+h5 {
    padding-top: 0em;
}
body h3+h4+h5+h6 {
    padding-top: 0em;
}
body h4 {
    font-size: 21.6666666667px;
    color: grey;
}
body h4+h5 {
    padding-top: 0em;
}
body h4+h5+h6 {
    padding-top: 0em;
}
body h5 {
    font-size: 16px;
    color: grey;
}
body h6 {
    font-size: 16px;
    color: grey;
}
body p {
    line-height: 1.6em;
}
body>header {
    background-color: #f49a1a;
    color: #fff;
    font-size: 13.3333333333px;
    min-height: 100vh;
}
body>header.sidebar>.wrapper {
    padding: 30px;
}
body>header.sidebar>.wrapper>.site-title {
    margin-top: 0;
    margin-bottom: 2em;
    line-height: 2em;
}
body>header.sidebar>.wrapper>.site-title a {
    color: #fff;
    font-size: 27.3333333333px;
    text-decoration: none;
    font-family: "Ubuntu", Arial, sans-serif;
}
body>header.sidebar>.wrapper>form {
    display: flex;
}
body>header.sidebar>.wrapper>form input[type="text"] {
    width: 100%;
    border-radius: 0px;
    border: none;
    padding: 1em 0.5em;
    background-color: #fff;
}
body>header.sidebar>.wrapper>form input[type="submit"] {
    border: none;
    background-color: #ebebeb;
    color: #9b9b9b;
    font-size: 13.3333333333px;
    padding: 0 1em;
}
body>header.sidebar>.wrapper>nav {
    padding-top: 30px;
}
body>header.sidebar>.wrapper>nav ul {
    margin: 0;
}
body>header.sidebar>.wrapper>nav li ul {
    font-size: 0.8em;
}
body>header.sidebar>.wrapper>nav li.item a {
    display: block;
}
body>header.sidebar>.wrapper>nav li.item a .post-meta {
    display: block;
    font-size: 9.3333333333px;
    margin: 0;
    color: #fbddb3;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
body>header.sidebar>.wrapper>nav>ul {
    list-style: none;
    padding: 0;
    font-size: 1.5em;
}
body>header.sidebar>.wrapper>nav>ul.filter {
    display: flex;
    margin-bottom: 1em;
    text-align: center;
}
body>header.sidebar>.wrapper>nav>ul.filter>li {
    width: inherit;
    flex-grow: 1;
}
body>header.sidebar>.wrapper>nav>ul.posts, body>header.sidebar>.wrapper>nav>ul.collections, body>header.sidebar>.wrapper>nav>ul.pages {
    display: none;
    padding: 1em 0em;
}
body>header.sidebar>.wrapper>nav>ul.posts.active, body>header.sidebar>.wrapper>nav>ul.collections.active, body>header.sidebar>.wrapper>nav>ul.pages.active {
    display: inherit;
}
body>header.sidebar>.wrapper>nav>ul.posts:before, body>header.sidebar>.wrapper>nav>ul.collections:before, body>header.sidebar>.wrapper>nav>ul.pages:before {
    content: '';
    display: block;
    display: block;
    font-size: 12px;
    color: #f8bc66;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
body>header.sidebar>.wrapper>nav>ul.pages:before {
    content: 'pages'}
body>header.sidebar>.wrapper>nav>ul.collections:before {
    content: attr(data-name);
}
body>header.sidebar>.wrapper>nav>ul.posts:before {
    content: 'posts';
    margin-bottom: 1em;
}
body>header.sidebar>.wrapper>nav>ul.posts>li {
    margin-bottom: 10px;
}
body>header.sidebar>.wrapper>nav>ul ul {
    list-style-type: circle;
    padding-left: 1em;
}
body>footer {
    background-color: #ebebeb;
    color: #afafaf;
    font-size: 13.3333333333px;
}
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%}
table tr {
    border: 1px solid #ebebeb;
    padding: 0.5em;
}
table tr:nth-child(even) {
    background-color: #ebebeb;
}
table th, table td {
    padding: 1em;
}
table th {
    font-size: 14.6666666667px;
    text-align: left;
    text-transform: uppercase;
    background-color: #d7d7d7;
    color: #878787;
    font-family: "Ubuntu", Arial, sans-serif;
}
@media (max-width: 34em) {
    table {
    border: 0;
}
table thead {
    display: none;
}
table tr {
    border-bottom: 2px solid #ebebeb;
    display: block;
    margin-bottom: 10px;
}
table tr:nth-child(even) {
    background-color: inherit;
}
table td {
    border-bottom: 1px dotted #ebebeb;
    display: block;
    font-size: 13px;
    text-align: right;
}
table td:last-child {
    border-bottom: 0;
}
table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Ubuntu", Arial, sans-serif;
}
}
@media (min-width: 34em) and (max-width: 48em) {
    table {
    border: 0;
}
table thead {
    display: none;
}
table tr {
    border-bottom: 2px solid #ebebeb;
    display: block;
    margin-bottom: 10px;
}
table tr:nth-child(even) {
    background-color: inherit;
}
table td {
    border-bottom: 1px dotted #ebebeb;
    display: block;
    font-size: 13px;
    text-align: right;
}
table td:last-child {
    border-bottom: 0;
}
table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Ubuntu", Arial, sans-serif;
}
}
body main a {
    color: #f49a1a;
    transition: all 300ms;
    border-bottom: 2px solid #f49a1a;
    font-weight: bold;
    text-decoration: none;
}
body main a:hover {
    color: #814e06;
    border-bottom: 2px solid #814e06;
}
body main a.link-static-files {
    border: none;
}
body main a.link-breadcrumb {
    border: none;
    font-weight: normal;
    color: #afafaf;
    font-size: 13.3333333333px;
}
body main a.link-breadcrumb:hover {
    color: #878787;
}
body main a.link-tag {
    color: #fff;
    background-color: #afafaf;
    font-size: 10.6666666667px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    padding: 0.3em 0.6em;
}
body main a.link-tag:hover {
    background-color: #878787;
}
body .sidebar a.link-page {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-bottom: 8px;
}
body .sidebar a.link-filter {
    color: #fbddb3;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #fbddb3;
}
body .sidebar a.link-filter.active {
    color: #fff;
    border-color: #fff;
}
body ul li, body ol li {
    line-height: 1.5em;
}
body main blockquote {
    color: #878787;
    border-left: 10px solid #ebebeb;
    padding: 1em;
    font-style: italic;
    margin-left: 0;
}
nav#toc {
    max-width: 350px;
}
nav#toc ul {
    list-style: none;
    padding: 0em;
    position: sticky;
    position: -webkit-sticky;
    top: 1em;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
}
nav#toc ul li:first-child>a {
    font-size: 9.3333333333px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-left: none;
    padding-left: 0;
}
nav#toc ul li>a {
    border-left: 2px solid #ebebeb;
    border-bottom: none;
    padding: 0.2em 1em;
    font-size: 13.3333333333px;
    color: #afafaf;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
nav#toc ul li>a:hover {
    color: #f49a1a;
    border-color: #f49a1a;
}
body nav.meta {
    display: flex;
    padding: 0.6em 1em;
    background-color: rgba(235, 235, 235, 0.2);
    border-left: 2px solid #ebebeb;
}
body time {
    font-size: 13.3333333333px;
    color: #afafaf;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
body main .post-list {
    list-style: none;
    padding: 0;
    margin: auto;
}
body main .post-list li span.post-meta {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10.6666666667px;
}
body main .post-list li h3 {
    margin-top: 0;
}
body main .post-list li+li {
    margin-top: 2em;
}
body .breadcrumbs .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
}
body .breadcrumbs .breadcrumb li {
    display: inline-block;
    font-size: 13.3333333333px;
}
body .breadcrumbs .breadcrumb li:after {
    content: '/';
    padding-right: 0.3em;
    padding-left: 0.3em;
    color: #d7d7d7;
    font-size: 12px;
}
body .breadcrumbs .breadcrumb li:last-child {
    color: #c3c3c3;
    font-style: italic;
}
body .breadcrumbs .breadcrumb li:last-child:after {
    display: none;
}
body .tags {
    list-style: none;
    padding: 0;
    font-size: 13.3333333333px;
    margin: 0;
    text-align: right;
    flex-grow: 1;
}
body .tags li {
    display: inline-block;
}
body .tags li:first-child {
    color: #c3c3c3;
}
body .post-content .static-files img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
body {
    background-color: #fff;
    color: #878787;
}
