@font-face {
    font-family: 'icons';
    src: url("/fonts/icons.eot");
    src: url("/fonts/icons.eot#iefix") format("embedded-opentype"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.icon-facebook:before {
    content: '\e802'
}

.icon-facebook-squared:before {
    content: '\e800'
}

.icon-twitter:before {
    content: '\e801'
}

.icon-twitter-1:before {
    content: '\e804'
}

.icon-facebook-circled:before {
    content: '\e805'
}

.icon-twitter-circled:before {
    content: '\e806'
}

.icon-facebook-rect:before {
    content: '\e803'
}

@font-face {
    font-family: 'Fakt';
    src: url("/fonts/FaktPro-Thin.eot");
    src: url("/fonts/FaktPro-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/FaktPro-Thin.woff") format("woff"), url("/fonts/FaktPro-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: 'Fakt';
    src: url("/fonts/FaktPro-Blond.eot");
    src: url("/fonts/FaktPro-Blond.eot?#iefix") format("embedded-opentype"), url("/fonts/FaktPro-Blond.woff") format("woff"), url("/fonts/FaktPro-Blond.ttf") format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: 'Fakt';
    src: url("/fonts/FaktPro-SemiBold.eot");
    src: url("/fonts/FaktPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/FaktPro-SemiBold.woff") format("woff"), url("/fonts/FaktPro-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
    margin: 0;
    padding: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post h1,
h3,
h4,
h5,
p,
.post-body ul,
#post-list li,
pre {
    margin-bottom: 20px
}

.post {
    margin-bottom: 50px
}

html,
body {
    height: 100%
}

body {
    font-family: "Fakt", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
    margin-bottom: 15px
}

p {
    hyphens: auto;
    text-align: justify
}

sup {
    vertical-align: super;
    font-size: smaller
}

sub {
    vertical-align: sub;
    font-size: smaller
}

hr {
    background-color: #DFE1E4;
    width: 100px;
    height: 1px;
    border: 0;
    margin: 2rem auto
}

img {
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 1em 0 1.5em
}

figure>img {
    display: block;
    margin: 0 auto
}

figure>img.shadow {
    box-shadow: 0px 0px 10px -7px
}

figure figcaption {
    margin-top: 1em;
    text-align: center;
    color: #aaa;
    font-family: serif;
    font-size: 14.25px;
    font-style: italic
}

ul,
ol {
    margin-left: 30px
}

li>ul,
li>ol {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    clear: both
}

h1 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #222;
    font-weight: bold
}

em {
    font-style: italic
}

strong {
    font-weight: 600
}

.light {
    font-weight: 100
}

.flextitle {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

@media screen and (max-width: 730px) {
    .flextitle {
        justify-content: space-between
    }
}

@media screen and (max-width: 730px) {
    .flextitle span:not(:first-child) {
        font-size: 90%
    }
}

.flextitle span:not(:first-child)::before {
    display: inline-block;
    content: '·';
    width: 1em;
    text-align: center
}

@media screen and (max-width: 730px) {
    .flextitle span:not(:first-child)::before {
        display: none
    }
}

a {
    color: #9f54ad;
    text-decoration: none
}

a:visited {
    color: #9f54ad
}

a:hover {
    color: #9f54ad;
    text-decoration: underline
}

::selection {
    background-color: #9f54ad;
    color: #fff
}

::-moz-selection {
    background-color: #9f54ad;
    color: #fff
}

blockquote {
    color: #aaa;
    border-left: 4px solid #eaeaea;
    padding-left: 15px;
    font-size: 22px;
    letter-spacing: -1px;
    font-style: italic
}

blockquote>:last-child {
    margin-bottom: 0
}

.highlight {
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    border-radius: .15rem
}

pre,
code {
    font-size: 17px;
    font-family: 'Menlo', 'Monaco', "Courier New", monospace;
    font-variant-ligatures: none;
    font-feature-settings: normal;
    hyphens: none;
    white-space: pre-wrap;
    border-radius: 3px;
    background-color: #F5F5F5;
    color: #764684
}

code {
    padding: 1px 5px
}

.lineno {
    font-size: 10px;
    padding-right: 10px;
    color: #aaa
}

pre {
    padding: 8px 12px;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    padding: 16px;
    padding-left: 21px;
    padding-bottom: 14px;
    display: block;
    margin: 0 0 1rem;
    line-height: 1.4
}

pre>code {
    border: 0;
    padding-right: 0;
    padding-left: 0
}

div.highlighter-rouge+p>a[href^="https://godbolt.org/z/"] {
    display: block;
    width: 32px;
    height: 32px;
    color: transparent;
    font-size: 0;
    background-image: url("/assets/svg/godbolt.svg");
    background-size: contain;
    position: relative;
    float: right;
    margin-top: -52px;
    right: 3px
}

.wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 25px
}

.header-container>.wrapper {
    padding-top: 0px;
    padding-bottom: 0px
}

.wrapper,
.header-container>.wrapper {
    padding-right: 0px;
    padding-left: 0px
}

@media screen and (max-width: 730px) {

    .wrapper,
    .header-container>.wrapper {
        max-width: 730px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.wrapper:after {
    content: "";
    display: table;
    clear: both
}

.icon>svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.icon>svg path {
    fill: #aaa
}

.header-intro {
    font-size: 18px;
    color: #aaa
}

.header-intro a,
.header-intro a:visited {
    color: #aaa
}

.header-intro a:hover {
    color: #9f54ad;
    text-decoration: none
}

.header-container {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 64px;
    background: #3366ff;
    background-image: -moz-linear-gradient(right top, #1d81a2 0%, #7e4aa2 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #1d81a2), color-stop(1, #7e4aa2));
    background: -webkit-linear-gradient(right top, #1d81a2 0%, #7e4aa2 100%);
    background: -o-linear-gradient(right top, #1d81a2 0%, #7e4aa2 100%);
    background: -ms-linear-gradient(right top, #1d81a2 0%, #7e4aa2 100%);
    background: linear, right top, #1d81a2 0%, #7e4aa2 100%;
    opacity: 0.95;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.headroom {
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear
}

.headroom--pinned {
    display: block;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.headroom--unpinned {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.avatar {
    width: 62;
    height: 62;
    position: absolute;
    border-radius: 80%;
    overflow: hidden;
    display: block
}

.site-header {
    margin-bottom: 21px;
    position: relative;
    text-align: center;
    max-width: 1024px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px
}

.site-header a.site-title {
    color: #fff;
    text-align: center
}

.site-title {
    position: relative;
    padding: 1em 0;
    display: block;
    font-weight: 600;
    left: 60px
}

.site-title,
.site-title:visited,
.site-title:hover {
    text-decoration: none;
    color: #7923D5
}

a .site-title {
    color: #5badf0;
    color: #5694f1
}

.page-link {
    display: inline-block;
    line-height: 100%;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 17px
}

nav.site-nav {
    float: left;
    height: 100%;
    margin: 0px
}

nav.site-nav .page-link {
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    text-decoration: none;
    padding: 0 10px
}

@media screen and (max-width: 730px) {
    nav.site-nav .page-link {
        padding: 0 5px
    }
}

nav.site-nav .page-link:first-child {
    padding-left: 0
}

nav.site-nav .page-link.selected>span {
    border-bottom: 2px solid #fff
}

nav.site-nav .page-link>svg {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    bottom: 0.1em;
    width: 1.2em
}

nav.site-nav .page-link>svg path {
    fill: #fff;
    opacity: 0.7
}

nav.site-nav .page-link.selected>svg path,
nav.site-nav .page-link:hover>svg path {
    opacity: 1.0;
    transition: opacity 0.5s ease-out
}

#social-buttons {
    float: right;
    height: 100%;
    margin-top: -webkit-calc((64px - 25px)/2);
    margin-top: calc((64px - 25px)/2);
    margin-bottom: -webkit-calc((64px - 25px)/2);
    margin-bottom: calc((64px - 25px)/2);
    margin-left: 6px;
    margin-right: 0px
}

#social-buttons a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-decoration: none
}

#social-buttons a svg {
    fill: #fff;
    opacity: 0.7;
    width: 25px;
    height: 25px
}

#social-buttons a:hover svg {
    opacity: 1.0;
    transition: opacity 0.5s ease-out
}

.site-footer {
    padding: 40px 0 0 0;
    margin-top: 100px
}

.site-footer p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.5;
    display: block
}

.footer-heading {
    font-size: 18px;
    margin-bottom: 15px
}

.contact-list,
.social-media-list {
    list-style: none;
    margin-left: 0
}

.page-heading {
    font-size: 20px
}

.post-list {
    margin-left: 0;
    list-style: none
}

.post-list>li {
    margin-bottom: 30px
}

a,
.post-list a:hover,
.post-list li:hover .dates {
    text-decoration: none;
    color: #9f54ad
}

.post-list a {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.post-list,
#archive-list {
    margin-top: 50px
}

.post-list li,
#archive-list li {
    list-style-type: none
}

.post-list li:last-child {
    margin-bottom: 0
}

.post-list li+li {
    padding-top: 20px;
    border-top: 1px solid #DFE1E4
}

.post-list a {
    color: #333;
    display: block;
    font: 600 21px/1.7 "Fakt", Helvetica, Arial, sans-serif
}

.post-list p {
    font: normal 19px/1.5em "Fakt", Helvetica, Arial, sans-serif;
    color: #aaa;
    margin-top: 2px
}

#intro-text {
    padding-top: 10px
}

.post-list .dates {
    float: right;
    position: relative;
    top: 1px;
    font: 300 17px/1.8 "Fakt", Helvetica, Arial, sans-serif;
    color: #aaa
}

.post-list-footer {
    border-top: 1px solid #DFE1E4;
    margin-top: 20px;
    padding-top: 100px
}

.post-meta {
    font-size: 16.625px;
    color: #aaa
}

.post-disclaimer {
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #aaa
}

.post-link {
    display: block;
    font-size: 24px
}

.post-header {
    margin-bottom: 30px
}

.post-header>a {
    display: block
}

.post-header>a:hover {
    text-decoration: none
}

.post-header>a:hover .post-title {
    color: #9f54ad
}

.post-title {
    letter-spacing: -1px;
    line-height: 1
}

@media screen and (max-width: 730px) {
    .post-title {
        font-size: 36px
    }
}

.post-content {
    margin-bottom: 30px
}

.post-content h2 {
    font-size: 30px
}

@media screen and (max-width: 730px) {
    .post-content h2 {
        font-size: 28px
    }
}

.post-content h3 {
    font-size: 26px
}

@media screen and (max-width: 730px) {
    .post-content h3 {
        font-size: 22px
    }
}

.post-content h4 {
    font-size: 20px
}

@media screen and (max-width: 730px) {
    .post-content h4 {
        font-size: 18px
    }
}

.related {
    padding-top: 20px
}

.related li {
    list-style: none
}

.related li .post-meta {
    font-size: 15px
}

.related a:link,
.related a:hover {
    text-decoration: none
}

.pagination {
    border-top: 1px solid #eaeaea;
    margin-top: 50px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline
}

.pagination>* {
    min-width: 25%
}

.pagination>span {
    text-align: center
}

.pagination-link {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    padding: 0.5em;
    white-space: nowrap
}

.pagination-link.next {
    text-align: right
}

span.arrow {
    position: relative;
    top: 0;
    font-size: 17px
}

#byline {
    font-weight: normal
}

.more {
    float: right
}

ul.anchors {
    float: right;
    position: relative;
    margin: 0px
}

ul.anchors>li {
    display: inline-block;
    font-size: 50%
}

ul.anchors>li:not(:first-child)::before {
    content: '\00b7';
    margin-right: 0.3em
}

.centered {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.highlight .c {
    color: #998;
    font-style: italic
}

.highlight .k {
    font-weight: bold
}

.highlight .o {
    font-weight: bold
}

.highlight .cm {
    color: #998;
    font-style: italic
}

.highlight .cp {
    color: #999;
    font-weight: bold
}

.highlight .c1 {
    color: #998;
    font-style: italic
}

.highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic
}

.highlight .gd {
    color: #000;
    background-color: #fdd
}

.highlight .gd .x {
    color: #000;
    background-color: #faa
}

.highlight .ge {
    font-style: italic
}

.highlight .gr {
    color: #a00
}

.highlight .gh {
    color: #999
}

.highlight .gi {
    color: #000;
    background-color: #dfd
}

.highlight .gi .x {
    color: #000;
    background-color: #afa
}

.highlight .go {
    color: #888
}

.highlight .gp {
    color: #555
}

.highlight .gs {
    font-weight: bold
}

.highlight .gu {
    color: #aaa
}

.highlight .gt {
    color: #a00
}

.highlight .kc {
    font-weight: bold
}

.highlight .kd {
    font-weight: bold
}

.highlight .kp {
    font-weight: bold
}

.highlight .kr {
    font-weight: bold
}

.highlight .kt {
    color: #458;
    font-weight: bold
}

.highlight .m {
    color: #099
}

.highlight .s {
    color: #d14
}

.highlight .na {
    color: teal
}

.highlight .nb {
    color: #0086B3
}

.highlight .nc {
    color: #458;
    font-weight: bold
}

.highlight .no {
    color: teal
}

.highlight .ni {
    color: purple
}

.highlight .ne {
    color: #900;
    font-weight: bold
}

.highlight .nf {
    color: #900;
    font-weight: bold
}

.highlight .nn {
    color: #555
}

.highlight .nt {
    color: navy
}

.highlight .nv {
    color: teal
}

.highlight .ow {
    font-weight: bold
}

.highlight .w {
    color: #bbb
}

.highlight .mf {
    color: #099
}

.highlight .mh {
    color: #099
}

.highlight .mi {
    color: #099
}

.highlight .mo {
    color: #099
}

.highlight .sb {
    color: #d14
}

.highlight .sc {
    color: #d14
}

.highlight .sd {
    color: #d14
}

.highlight .s2 {
    color: #d14
}

.highlight .se {
    color: #d14
}

.highlight .sh {
    color: #d14
}

.highlight .si {
    color: #d14
}

.highlight .sx {
    color: #d14
}

.highlight .sr {
    color: #009926
}

.highlight .s1 {
    color: #d14
}

.highlight .ss {
    color: #990073
}

.highlight .bp {
    color: #999
}

.highlight .vc {
    color: teal
}

.highlight .vg {
    color: teal
}

.highlight .vi {
    color: teal
}

.highlight .il {
    color: #099
}

ul#references {
    margin-left: 0
}

#references li {
    clear: both;
    list-style-type: none;
    margin-bottom: 0.3em
}

#references li>a {
    display: inline;
    color: #000;
    font: 600 18px/1.7 "Fakt", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-weight: bold;
    text-decoration: none
}

#references li>a:hover {
    color: #9f54ad
}

#references li>a>span {
    display: inline-block
}

#references li>a>span.pub-index {
    width: 2.25em;
    padding-right: .25em;
    text-align: right
}

#references li.unlinked {
    display: inline;
    white-space: nowrap
}

#references li.unlinked>span {
    display: inline-block;
    margin-left: 0.5em;
    white-space: normal;
    vertical-align: text-top
}

#references li.unlinked>span sub {
    vertical-align: sub;
    font-size: smaller
}

#references li.unlinked>span.pub-index {
    margin-left: 0em;
    font-weight: bold;
    width: 2.25em;
    padding-right: .25em;
    text-align: right
}

#references div.pub-byline {
    margin-left: 2.5em;
    font: normal 18px "Fakt", Helvetica, Arial, sans-serif;
    color: #aaa;
    white-space: normal
}

#references div.pub-abstract {
    margin-left: 2.5em;
    color: #000;
    white-space: normal
}

#references div.pub-abstract>h4 {
    margin-bottom: 0.2em;
    line-height: 1.4
}

#references div.pub-abstract>h5 {
    margin-bottom: 0.25em
}

#references div.pub-abstract>p {
    font-weight: normal
}

#references div.pub-abstract::after {
    clear: both
}

#references li>aside,
#byline>aside {
    float: right;
    position: relative
}

aside>a.ref-link {
    fill: #aaa;
    font: 600 12px/1.6 "Fakt", Helvetica, Arial, sans-serif;
    color: #aaa;
    border-radius: 0.5em;
    border: 1px solid #aaa;
    padding: 0em 0.35em 0em 0.35em;
    vertical-align: middle;
    display: inline-block
}

aside>a.ref-link svg {
    vertical-align: middle
}

aside>a.ref-link:hover {
    fill: #9f54ad;
    color: #9f54ad;
    border-color: #9f54ad;
    text-decoration: none;
    transition: all .3s ease-in-out
}

#references li>a .fake-more {
    float: right;
    color: #9f54ad
}

#references li>a:hover .fake-more {
    text-decoration: underline
}

a.gitlab,
a.github,
a.download,
a.button {
    display: inline-block;
    position: relative;
    fill: #919191;
    font: 600 18px/1.8 "Fakt", Helvetica, Arial, sans-serif;
    color: #919191;
    border-radius: 0.3em;
    border: 1px solid #919191;
    margin: 3px;
    padding: 0.15em 0.35em 0em calc(18px + 0.5em);
    vertical-align: middle;
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

a.gitlab::before,
a.github::before,
a.download::before,
a.button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0.25em center;
    background-size: auto 18px;
    z-index: -1;
    filter: grayscale(1) brightness(1.2);
    -webkit-filter: grayscale(1) brightness(1.2)
}

a.gitlab:hover,
a.github:hover,
a.download:hover,
a.button:hover {
    fill: #9f54ad;
    color: #9f54ad;
    border-color: #9f54ad;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a.gitlab:hover::before,
a.github:hover::before,
a.download:hover::before,
a.button:hover::before {
    filter: none;
    -webkit-filter: grayscale(0);
    transition: all .3s ease-in-out
}

a.gitlab::before {
    background-image: url("/assets/svg/gitlab.svg")
}

a.github::before {
    background-image: url("/assets/svg/github.svg")
}

a.download::before {
    background-image: url("/assets/svg/download.svg")
}

a.button {
    padding-left: 0.35em
}

p.centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.tag,
a.tag:visited {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 0em calc(1em*(1 - .7)) 0 1.2em;
    margin-right: calc(1em*.7);
    background-color: #eaeaea;
    color: #6a6a6a;
    border-radius: 0.3em 0 0 0.3em;
    height: 1.4em;
    line-height: calc(1.4em - 0em)
}

.tag>span,
a.tag:visited>span {
    font-weight: 300;
    font-size: 80%
}

.tag::before,
a.tag:visited::before {
    position: absolute;
    content: '';
    left: calc((1.2em - .4em)/1.8);
    top: calc((1.4em - .4em)/2);
    width: .4em;
    height: .4em;
    background-color: #fff;
    box-shadow: inset 0 1.5px #aaa;
    border-radius: .4em
}

.tag>svg,
a.tag:visited>svg {
    position: absolute;
    top: 0;
    right: calc(-1em*.7);
    width: calc(1em*.7);
    height: 1.4em;
    fill: #eaeaea
}

a.tag:hover {
    text-decoration: none;
    background-color: #9f54ad;
    color: white;
    transition: all 0.3s ease-in-out
}

a.tag:hover::before {
    box-shadow: inset 0 1.5px #703b7a;
    transition: all 0.3s ease-in-out
}

a.tag:hover>svg {
    fill: #9f54ad;
    transition: all 0.3s ease-in-out
}

ul.tags-list {
    list-style: none;
    color: #aaa;
    margin: 0
}

ul.tags-list>li {
    display: inline-block;
    margin: 0.1em;
    vertical-align: middle
}

ul.tags-list>li:not(:last-child)::after {
    content: ','
}

ul.tags-list::before {
    content: 'tags:';
    padding-left: 1.2em;
    background-image: url(/assets/svg/tags.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

.wrapper.no-pad {
    padding-top: 0
}

#all {
    padding-top: 15px
}

#all-tags-list {
    padding-bottom: 15px
}

#all-tags-list::before {
    content: 'all tags:'
}

#tag-posts {
    list-style-position: inside;
    list-style-type: none;
    margin-left: 0
}

#tag-posts>li {
    display: none
}

#tag-posts>li .sticky {
    position: sticky;
    top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fffc;
    border-bottom: 1px solid #eaeaea;
    z-index: 2
}

#tag-posts>li .sticky .cancel {
    display: none
}

#tag-posts>li .tag {
    font-size: 120%;
    margin-bottom: 0
}

#all:target+#tag-posts>li {
    display: block
}

#tag-posts>li:target {
    display: block;
    position: absolute;
    min-height: 100%;
    width: 700px
}

@media screen and (max-width: 730px) {
    #tag-posts>li:target {
        width: unset;
        left: 15px;
        right: 15px
    }
}

#tag-posts>li:target .sticky {
    position: inline
}

#tag-posts>li:target .sticky>.tag {
    background-color: #6fa3c5;
    color: white
}

#tag-posts>li:target .sticky>.tag::before {
    box-shadow: inset 0 1.5px #346281
}

#tag-posts>li:target .sticky>.tag>svg {
    fill: #6fa3c5
}

#tag-posts>li:target .sticky::before {
    content: 'filter: ';
    color: #6fa3c5;
    padding-left: 1.2em;
    background-image: url(/assets/svg/filter.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

#tag-posts>li:target .sticky .cancel {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    position: relative
}

#tag-posts>li:target .sticky .cancel>svg {
    position: absolute;
    fill: #6fa3c5;
    width: 100%;
    height: 100%
}

#tag-posts>li:target .sticky .cancel>svg:hover {
    fill: #346281
}

#tag-posts>li ul {
    margin: 0 0 0 30px
}

.columns {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center
}

#motivation {
    font-size: smaller
}

#skills {
    width: max-content;
    flex-grow: 0;
    display: grid;
    grid-template-columns: max-content 190px;
    grid-gap: 5px;
    margin-left: 25px
}

#skills h1,
#skills h2,
#skills h3,
#skills h4,
#skills h5,
#skills h6 {
    grid-column: span 2;
    text-align: center;
    margin-bottom: 0
}

#skills label {
    font-size: 90%;
    text-align: right
}

#skills progress {
    animation: progress-expand 1s ease-out;
    height: 1.2em;
    align-self: center;
    background: white;
    color: #9f54ad;
    border: 0px;
    -webkit-progress-appearance: none
}

#skills progress::-moz-progress-bar {
    background: #9f54ad
}

#skills progress::-webkit-progress-value {
    background: #9f54ad
}

#skills progress::-webkit-progress-bar {
    background: white
}

@keyframes progress-expand {
    from {
        width: 0px
    }

    to {
        width: 100%
    }
}

div.timeline {
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) calc(0% + 35px), rgba(255, 255, 255, 0) calc(100% - 35px), #fff 100%), linear-gradient(to right, #fff calc(25% - 2px / 2), #9f54ad calc(25% - 2px / 2), calc(25% + 2px / 2), #fff calc(25% + 2px / 2))
}

@media screen and (max-width: 450px) {
    div.timeline {
        background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) calc(0% + 35px), rgba(255, 255, 255, 0) calc(100% - 35px), #fff 100%), linear-gradient(to right, #fff calc(7px - 2px / 2), #9f54ad calc(7px - 2px / 2), calc(7px + 2px / 2), #fff calc(7px + 2px / 2))
    }
}

@media screen and (max-width: 450px) {
    div.timeline>section>h3 {
        margin-left: 27px
    }
}

div.timeline>section>section {
    display: block;
    position: relative;
    width: 100%;
    padding-left: calc(20px + 25%)
}

@media screen and (max-width: 450px) {
    div.timeline>section>section {
        padding-left: 27px
    }
}

div.timeline>section>section>h4 {
    margin-bottom: 0
}

div.timeline>section>section>h5 {
    display: block;
    position: absolute;
    width: calc(25% - 20px);
    left: 0%;
    top: 3px;
    margin-right: 20px;
    text-align: right;
    font-weight: normal;
    font-size: 90%
}

@media screen and (max-width: 450px) {
    div.timeline>section>section>h5 {
        display: inline-block;
        position: inherit;
        width: auto;
        top: 0px;
        margin-right: 0px;
        margin-bottom: 5px
    }
}

div.timeline>section>section>h6 {
    font-size: smaller;
    font-weight: normal;
    margin-bottom: 0px
}

div.timeline>section>section>p {
    font-size: smaller;
    line-height: 1.2;
    color: #6a6a6a
}

div.timeline>section>section::after {
    content: '';
    position: absolute;
    display: block;
    left: calc(25% - 7px);
    top: 8px;
    vertical-align: top;
    border: 2px solid #9f54ad;
    border-radius: 50%;
    background-color: white;
    width: 14px;
    height: 14px
}

@media screen and (max-width: 450px) {
    div.timeline>section>section::after {
        left: 0px
    }
}

div.timeline>section>section.award {
    margin-bottom: 8px
}

div.timeline>section>section.award>h4 {
    width: max-content;
    position: relative;
    z-index: 0;
    font-weight: normal;
    font-size: 16px;
    background-color: #eaeaea;
    color: #6a6a6a;
    padding-right: 0.5em;
    border-radius: 0em 0.4em 0.4em 0em
}

@media screen and (max-width: 450px) {
    div.timeline>section>section.award>h4 {
        float: left;
        border-radius: 0
    }
}

div.timeline>section>section.award>h4::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 36px;
    height: 100%;
    left: -18px;
    background-color: #eaeaea;
    border-radius: 50% 0% 0% 50%
}

div.timeline>section>section.award>h5 {
    top: 0px
}

@media screen and (max-width: 450px) {
    div.timeline>section>section.award>h5 {
        vertical-align: top;
        font-size: 16px;
        background-color: #eaeaea;
        color: #6a6a6a;
        padding-right: 0.5em;
        border-radius: 0em 0.4em 0.4em 0em
    }

    div.timeline>section>section.award>h5::before {
        content: '('
    }

    div.timeline>section>section.award>h5::after {
        content: ')'
    }
}

div.timeline>section>section.award::after {
    top: 9px;
    left: calc(25% - 4px);
    width: 8px;
    height: 8px;
    background-color: #9f54ad
}

@media screen and (max-width: 450px) {
    div.timeline>section>section.award::after {
        left: 3px
    }
}

#layers {
    display: inline-block;
    position: relative;
    width: 100%
}

#dummy {
    margin-top: 57.14%
}

#canvas {
    position: absolute;
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

input[type="text"] {
    width: 4em
}

#nu-slider {
    transform: translateY(30%)
}

#primary-green {
    display: inline
}

.toggled #primary-green {
    display: none
}

#primary-red {
    display: none
}

.toggled #primary-red {
    display: inline
}

#control-container {
    display: flex;
    flex-flow: row wrap
}

#control-container div {
    padding: 1em
}