@font-face {
  font-family: 'Mona Sans';
  src:
    url('Mona-Sans.woff2') format('woff2 supports variations'),
    url('Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

body {
    font-family: "Mona Sans",serif;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    color: #111;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    -ms-font-feature-settings: "kern", "liga", "clig", "alt";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    overflow-x: hidden
}

@media (max-width: 75em) {
    body {
        font-size:1.25rem;
        line-height: 2rem
    }
}

@media (max-width: 45em) {
    body {
        font-size:1.1rem;
        line-height: 2rem
    }
}

p,blockquote,pre,ul,ol,dl,figure {
    margin-bottom: 25px
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 50px
}

h1 {
    margin-bottom: 7.1428571429px
}

h4,h5,h6 {
    margin-bottom: 7.1428571429px
}

h1+h2,h2+h3,h3+h4,h1+h3,h1+h4,h2+h4 {
    margin-top: 25px
}

figure {
    text-align: center
}

figure figcaption {
    margin-top: 5px;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6rem
}

@media (max-width: 75em) {
    figure figcaption {
        font-size:1rem;
        line-height: 1.6rem
    }
}

@media (max-width: 45em) {
    figure figcaption {
        font-size:.85rem;
        line-height: 1.6rem
    }
}

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

figure>img {
    display: block
}

figcaption {
    font-size: 19px
}

ul,ol {
    margin-left: 50px
}

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

h1,h2,h3,h4,h5,h6 {
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    -ms-font-feature-settings: "kern", "liga", "clig", "alt";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt"
}

h1,h2 {
    letter-spacing: -1px;
    font-family: "Mona Sans",sans-serif;
    font-size: 2.941rem;
    line-height: 3.2351rem;
    font-weight: bold
}

@media (max-width: 75em) {
    h1,h2 {
        font-size:2.441rem;
        line-height: 2.6851rem
    }
}

@media (max-width: 45em) {
    h1,h2 {
        font-size:2.148rem;
        line-height: 2.6851rem
    }
}

h2 {
    font-size: 2.111rem;
    line-height: 2.5332rem
}

@media (max-width: 75em) {
    h2 {
        font-size:1.653em;
        line-height: 1.3224em
    }
}

@media (max-width: 45em) {
    h2 {
        font-size:1.719rem;
        line-height: 1.3224em
    }
}

h3 {
    font-family: "PT Serif",serif
}

h3,h4 {
    font-weight: normal
}

h3 {
    font-weight: bold;
    font-size: 1.663rem;
    line-height: 1.9956rem
}

@media (max-width: 75em) {
    h3 {
        font-size:1.563rem;
        line-height: 2.0319rem
    }
}

@media (max-width: 45em) {
    h3 {
        font-size:1.375rem;
        line-height: 2.0319rem
    }
}

h4 {
    font-size: 1.333rem;
    line-height: 1.5996rem
}

@media (max-width: 75em) {
    h4 {
        font-size:1.333rem;
        line-height: 1.7329rem
    }
}

@media (max-width: 45em) {
    h4 {
        font-size:1.233rem;
        line-height: 1.7329rem
    }
}

a {
    color: #2f4a8f;
    text-decoration: none
}

a:visited {
    color: #29407c
}

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

blockquote {
    color: #3F3F3F;
    padding-left: 25px;
    padding-right: 50px;
    font-size: 1.15rem;
    line-height: 1.84rem
}

@media (max-width: 75em) {
    blockquote {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    blockquote {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

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

p code,li code {
    font-size: 1rem;
    line-height: 1.6rem
}

@media (max-width: 75em) {
    p code,li code {
        font-size:1rem;
        line-height: 1.6rem
    }
}

@media (max-width: 45em) {
    p code,li code {
        font-size:.85rem;
        line-height: 1.6rem
    }
}

pre {
    display: block;
    padding-top: 16.6666666667px;
    padding-bottom: 16.6666666667px;
    padding-left: 10px;
    overflow-x: auto;
    font-size: 1rem;
    line-height: 1.6rem
}

@media (max-width: 75em) {
    pre {
        font-size:1rem;
        line-height: 1.6rem
    }
}

@media (max-width: 45em) {
    pre {
        font-size:.85rem;
        line-height: 1.6rem
    }
}

table {
    margin: auto;
    border-collapse: collapse;
    font-size: 1.15rem;
    line-height: 1.84rem
}

@media (max-width: 75em) {
    table {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    table {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

table th {
    border-bottom: 1px solid #111;
    padding: 5px
}

table td {
    padding: 5px
}

h1+table,h2+table,h3+table,h4+table,h5+table,h6+table {
    margin-top: 25px
}

hr {
    color: #3F3F3F;
    margin: 50px auto 25px auto;
    width: 100%;
    padding-left: 10%;
    border: none;
    border-top: 1px dashed #3F3F3F;
    font-size: 1.15rem;
    line-height: 1.84rem
}

@media (max-width: 75em) {
    hr {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    hr {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

.wrapper {
    max-width: -webkit-calc(900px - (50px * 2));
    max-width: calc(900px - (50px * 2));
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px
}

@media screen and (max-width: 900px) {
    .wrapper {
        max-width:-webkit-calc(900px - (50px));
        max-width: calc(900px - (50px));
        padding-right: 25px;
        padding-left: 25px
    }
}

.wrapper:after,.about-col-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.icon>svg {
    display: inline-block;
    vertical-align: middle
}

.icon>svg circle,.icon>svg path:last-of-type {
    fill: #3F3F3F
}

.footnotes {
    font-size: 1.15rem;
    line-height: 1.84rem;
    color: #3F3F3F
}

@media (max-width: 75em) {
    .footnotes {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    .footnotes {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

form input {
    font-size: 1.15rem;
    line-height: 1.84rem;
    color: #3F3F3F;
    font-family: "Mona Sans",sans-serif;
    background: #fdfdfd;
    border: 1px solid #3F3F3F;
    padding: 8.3333333333px
}

@media (max-width: 75em) {
    form input {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    form input {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

form input[type=email]:focus {
    border-color: #2f4a8f
}

form input[type=submit]:hover {
    color: #fdfdfd;
    background: #3F3F3F
}

form input[type=submit]:active {
    background: #2f4a8f
}

.site-header {
    border-top: 5px solid #3F3F3F;
    border-bottom: 1px solid #bfbfbf;
    position: relative
}

@media screen and (max-width: 900px) {
    .site-header {
        min-height:100px
    }
}

.site-header .site-header-float {
    min-height: 60px
}

.site-header .lang-selector {
    position: absolute;
    z-index: 900;
    top: 0px;
    right: 0px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    padding: 10px
}

.site-header .lang-selector .lang-intro {
    display: none
}

.site-header .lang-selector .lang {
    font-variant: small-caps;
    text-transform: capitalize;
    list-style: none;
    line-height: 40px
}

.site-header .lang-selector .lang:nth-child(n+3) {
    display: none;
    padding: 10px 0 10px 0
}

.site-header .lang-selector .lang:nth-child(2) {
    padding-bottom: 10px
}

.site-header .lang-selector .lang a {
    color: #bfbfbf
}

.site-header .lang-selector:hover {
    padding-bottom: 0px;
    background: #3F3F3F
}

.site-header .lang-selector:hover .lang:first-child {
    padding-bottom: 10px
}

.site-header .lang-selector:hover .lang a {
    color: #2f4a8f
}

.site-header .lang-selector:hover .lang a:hover {
    text-decoration: none;
    color: #bfbfbf
}

.site-header .lang-selector:hover .lang:nth-child(n+3) {
    border-top: 1px solid #bfbfbf;
    display: block
}

@media screen and (max-width: 900px) {
    .site-header .lang-selector {
        position:relative;
        left: 0;
        width: auto;
        clear: both;
        margin: -25px -25px;
        padding: 5px 5px 5px 25px;
        background: #f2f2f2;
        text-align: left;
        font-size: 1.15rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 900px) and (max-width: 75em) {
    .site-header .lang-selector {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 900px) and (max-width: 45em) {
    .site-header .lang-selector {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 900px) {
    .site-header .lang-selector .lang-intro {
        display:inline-block
    }

    .site-header .lang-selector .lang:nth-child(n+1) {
        padding: 5px 5px 5px 0;
        line-height: normal;
        display: inline-block
    }

    .site-header .lang-selector .lang:nth-child(n+1) a {
        color: #000
    }

    .site-header .lang-selector .lang:nth-child(n+1) a:hover {
        text-decoration: underline
    }

    .site-header .lang-selector .lang:nth-child(n+3):before {
        content: "| "
    }

    .site-header .lang-selector:hover {
        background: #f2f2f2;
        padding: 5px 5px 5px 25px
    }

    .site-header .lang-selector:hover .lang:nth-child(n+1) {
        padding: 5px 5px 5px 0;
        display: inline-block;
        border: none
    }

    .site-header .lang-selector:hover .lang:nth-child(n+1) a {
        color: #000
    }
}

@media screen and (max-width: 900px) and (max-width: 500px) {
    .site-header .lang-selector {
        margin-top:0px
    }
}

.site-title {
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: -1px;
    margin-bottom: -5px
}

.site-title,.site-title:visited {
    color: #000
}

.site-title:hover {
    text-decoration: none;
    border-bottom: 5px #2f4a8f solid
}

.site-title b {
    font-weight: 600
}

.with-pitch:hover {
    border-bottom: none;
    color: #2f4a8f
}

.site-pitch {
    display: inline-block;
    clear: both;
    line-height: 60px;
    padding-left: 10px;
    color: #3F3F3F
}

.site-pitch:before {
    content: " | "
}

@media screen and (max-width: 500px) {
    .site-pitch {
        display:block;
        padding-left: 0;
        padding-bottom: 15px;
        line-height: initial;
        color: #bfbfbf
    }

    .site-pitch:before {
        content: ""
    }
}

.site-nav {
    float: right;
    line-height: 60px;
    z-index: 1000
}

.site-nav .menu-icon {
    display: none
}

.site-nav .nav-list-title {
    display: none
}

.site-nav .nav-list {
    list-style: none;
    margin: 0
}

.site-nav .nav-list li {
    display: inline-block;
    height: 55px
}

.site-nav .nav-list li .page-link {
    color: #111
}

.site-nav .nav-list li .page-link:hover {
    text-decoration: none
}

.site-nav .nav-list li:not(:last-child) {
    margin-right: 15px
}

.site-nav .nav-list li:hover {
    border-bottom: 5px #3F3F3F solid
}

@media screen and (max-width: 500px) {
    .site-nav .nav-list li {
        height:auto;
        line-height: normal
    }

    .site-nav .nav-list li:nth-child(n+0) {
        margin: 0;
        height: auto;
        padding: 0 10px 0px
    }

    .site-nav .nav-list li a {
        margin: 0px;
        padding: 0px
    }
}

@media screen and (max-width: 500px) {
    .site-nav {
        position:absolute;
        top: 9px;
        right: 25px;
        background-color: #fdfdfd;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        text-align: right;
        margin-left: 20px
    }

    .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center
    }

    .site-nav .menu-icon>svg path {
        fill: #000
    }

    .site-nav .trigger {
        clear: both;
        display: none
    }

    .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px
    }

    .site-nav .nav-list .page-link:hover {
        color: #2f4a8f
    }

    .site-nav .nav-list li:hover {
        border: none
    }

    .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px
    }

    .site-nav .page-link:not(:last-child) {
        margin-right: 0
    }
}

.site-footer {
    font-size: 1rem;
    line-height: 1.6rem;
    border-top: 1px solid #bfbfbf;
    color: #3F3F3F
}

@media (max-width: 75em) {
    .site-footer {
        font-size:1rem;
        line-height: 1.6rem
    }
}

@media (max-width: 45em) {
    .site-footer {
        font-size:.85rem;
        line-height: 1.6rem
    }
}

.site-footer a {
    color: #3F3F3F
}

.site-footer .footer-col {
    list-style: none;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 50px
}

.site-footer .footer-col .author,.site-footer .footer-col .author a {
    color: #bfbfbf
}

.site-footer .footer-col-1 {
    width: -webkit-calc(65% - (50px / 2));
    width: calc(65% - (50px / 2));
    float: left
}

.site-footer .footer-col-2 {
    width: -webkit-calc(35% - (50px / 2));
    width: calc(35% - (50px / 2));
    float: right
}

.site-footer .single-col {
    clear: both;
    list-style: none;
    margin: 0;
    text-align: center
}

.site-footer .single-col li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.site-footer .single-col .username {
    display: none
}

.site-footer .single-col svg {
    width: 20px;
    height: 20px
}

.site-footer .single-col .icon:hover circle,.site-footer .single-col .icon:hover path:last-of-type {
    fill: #111
}

.site-footer .nav-list-title,.site-footer .contact-list-title {
    display: none
}

.site-footer .contact-list a .username:hover {
    text-decoration: underline
}

@media screen and (max-width: 500px) {
    .site-footer .contact-list {
        margin-bottom:25px
    }
}

.site-footer .bottom {
    color: #bfbfbf;
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}

@media screen and (max-width: 500px) {
    .site-footer .bottom {
        margin-top:0px
    }
}

.site-footer .bottom a {
    color: #bfbfbf
}

.site-footer .bottom .cc-licence {
    text-transform: uppercase
}

.site-footer .bottom .lang-selector {
    display: inline-block;
    list-style: none;
    color: #3F3F3F;
    margin: 12.5px 0 0 0;
    padding: 10px
}

@media screen and (max-width: 500px) {
    .site-footer .bottom .lang-selector {
        text-align:left;
        padding-left: 0px;
        margin: 0px 0px 25px 0px
    }

    .site-footer .bottom .lang-selector .lang-intro {
        font-weight: bold
    }
}

.site-footer .bottom .lang-selector .lang {
    display: inline-block;
    text-transform: lowercase
}

.site-footer .bottom .lang-selector .lang a {
    color: #3F3F3F
}

.site-footer .bottom .lang-selector .lang:nth-child(n+3):before {
    content: "|"
}

@media screen and (max-width: 900px) {
    .site-footer {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 900px) and (max-width: 75em) {
    .site-footer {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 900px) and (max-width: 45em) {
    .site-footer {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 500px) {
    .site-footer .footer-col-1,.site-footer .footer-col-2 {
        width:100%;
        float: none
    }

    .site-footer .nav-list-title,.site-footer .contact-list-title {
        display: inline;
        font-weight: bold
    }

    .site-footer .nav-list {
        margin-top: 0
    }

    .site-footer .contact-list {
        text-align: left;
        margin-top: 0
    }

    .site-footer .contact-list li {
        display: block
    }

    .site-footer .contact-list .username {
        display: inline
    }

    .site-footer .bottom {
        text-align: left
    }
}

.page-content {
    padding: 50px 0 25px 0
}

.post-content {
    padding-bottom: 50px
}

.page-heading {
    margin-top: 0
}

.pitch h2:first-of-type {
    margin-top: 0
}

.archive {
    margin-top: 50px
}

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

.post-list .last-update {
    display: none;
    color: #bfbfbf
}

.post-list .last-update a {
    color: #bfbfbf
}

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

.post-list>li:hover .last-update {
    display: inline-block
}

.post-list .post-link:hover {
    text-decoration: none
}

.post-list .post-meta {
    font-size: 19px;
    font-family: "Mona Sans",sans-serif;
    font-weight: 200;
    color: #3F3F3F
}

.post-list .post-thumbnail-wrapper {
    width: 100%;
    max-height: 200px;
    overflow-y: hidden;
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

.post-list .post-thumbnail {
    margin-top: -20%
}

.post-header {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    margin-bottom: 50px;
    overflow-y: hidden
}

@media screen and (max-width: 900px) {
    .post-header .post-meta {
        margin-bottom:8.3333333333px
    }
}

.post-header .last-update {
    color: #3F3F3F
}

.post-header .last-update a {
    color: inherit
}

.post-header .post-thumbnail {
    position: absolute;
    z-index: -1;
    min-height: 100%
}

@media screen and (max-width: 500px) {
    .post-header .post-thumbnail {
        position:relative;
        width: 100%
    }
}

.post-header .wrapper {
    background: rgba(255,255,255,0.9);
    margin-top: 50px;
    padding-bottom: 0;
    padding-top: 0
}

@media screen and (max-width: 900px) {
    .post-header .wrapper {
        margin-top:33.3333333333px
    }
}

@media screen and (max-width: 900px) {
    .with-thumbnail {
        margin-bottom:25px
    }
}

@media screen and (max-width: 500px) {
    .with-thumbnail {
        margin-bottom:0
    }
}

.with-thumbnail .wrapper {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 50px
}

@media screen and (max-width: 500px) {
    .with-thumbnail .wrapper {
        margin:0px
    }
}

.post-title {
    margin-top: 0;
    color: #2f4a8f
}

.post-summary {
    margin-top: 0
}

.post-content {
    padding-bottom: 25px
}

.post-content .footnotes {
    font-size: 1.15rem;
    line-height: 1.84rem;
    margin-top: 8.3333333333px;
    padding-top: 25px
}

@media (max-width: 75em) {
    .post-content .footnotes {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    .post-content .footnotes {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

@media screen and (max-width: 900px) {
    .post-content .footnotes p {
        margin-bottom:12.5px
    }
}

@media screen and (max-width: 500px) {
    .post-content .footnotes {
        margin-top:0
    }
}

.post-content .footnotes hr {
    margin-top: 0
}

.post-author {
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 5%;
    margin-top: 25px
}

@media (max-width: 75em) {
    .post-author {
        font-size:1rem;
        line-height: 1.6rem
    }
}

@media (max-width: 45em) {
    .post-author {
        font-size:.85rem;
        line-height: 1.6rem
    }
}

.post-author .user-picture {
    float: left;
    width: 20%;
    margin-right: 5%
}

.post-author .user-info {
    width: 75%;
    list-style: none
}

.post-author .user-shortbio {
    color: grey
}

.colored-block {
    font-size: 1.15rem;
    line-height: 1.84rem;
    background: #f2f2f2;
    padding: 5%
}

@media (max-width: 75em) {
    .colored-block {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    .colored-block {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

.about-col {
    float: left
}

@media screen and (max-width: 500px) {
    .about-col {
        float:none
    }

    .about-col .contact-list {
        text-align: center
    }

    .about-col .contact-list:last-of-type {
        margin-bottom: 25px
    }
}

.contact-list-title {
    display: none
}

.contact-list {
    list-style: none;
    margin-left: 0;
    margin-top: 25px;
    text-transform: lowercase
}

.contact-list a:hover {
    text-decoration: none
}

.user-picture {
    border-radius: 50%;
    max-width: calc(85%)
}

.about-col-1 {
    font-size: 1rem;
    line-height: 1.6rem;
    padding-right: 25px;
    width: -webkit-calc(35% - (50px / 4));
    width: calc(35% - (50px / 4))
}

@media (max-width: 75em) {
    .about-col-1 {
        font-size:1rem;
        line-height: 1.6rem
    }
}

@media (max-width: 45em) {
    .about-col-1 {
        font-size:.85rem;
        line-height: 1.6rem
    }
}

.about-col-1 .user-picture {
    margin-bottom: 25px
}

.about-col-2 {
    font-size: 1.15rem;
    line-height: 1.84rem;
    width: -webkit-calc(65% - (50px / 4));
    width: calc(65% - (50px / 4))
}

@media (max-width: 75em) {
    .about-col-2 {
        font-size:1.15rem;
        line-height: 1.84rem
    }
}

@media (max-width: 45em) {
    .about-col-2 {
        font-size:.95rem;
        line-height: 1.84rem
    }
}

.about-col-2 h1 {
    margin-top: 0
}

@media screen and (max-width: 900px) {
    .about-col {
        font-size:1.25rem;
        line-height: 2rem
    }
}

@media screen and (max-width: 900px) and (max-width: 75em) {
    .about-col {
        font-size:1.25rem;
        line-height: 2rem
    }
}

@media screen and (max-width: 900px) and (max-width: 45em) {
    .about-col {
        font-size:1.1rem;
        line-height: 2rem
    }
}

@media screen and (max-width: 500px) {
    .about-col {
        font-size:1.25rem;
        line-height: 2rem;
        padding: 0;
        float: none;
        width: auto
    }
}

@media screen and (max-width: 500px) and (max-width: 75em) {
    .about-col {
        font-size:1.25rem;
        line-height: 2rem
    }
}

@media screen and (max-width: 500px) and (max-width: 45em) {
    .about-col {
        font-size:1.1rem;
        line-height: 2rem
    }
}

@media screen and (max-width: 500px) {
    .about-col-1 {
        padding:5%;
        max-width: 200px;
        margin: auto
    }

    .contact-list {
        margin: 0
    }

    .user-picture {
        max-width: 200px
    }
}

.msg-404 {
    margin-bottom: 50px
}

.msg-404 .title {
    font-size: 2.941rem;
    line-height: 3.2351rem;
    font-family: "Mona Sans",sans-serif;
    color: #2f4a8f
}

@media (max-width: 75em) {
    .msg-404 .title {
        font-size:2.441rem;
        line-height: 2.6851rem
    }
}

@media (max-width: 45em) {
    .msg-404 .title {
        font-size:2.148rem;
        line-height: 2.6851rem
    }
}

.msg-404 .description {
    font-size: 2.111rem;
    line-height: 2.5332rem;
    font-family: "PT Serif",serif
}

@media (max-width: 75em) {
    .msg-404 .description {
        font-size:1.653em;
        line-height: 1.3224em
    }
}

@media (max-width: 45em) {
    .msg-404 .description {
        font-size:1.719rem;
        line-height: 1.3224em
    }
}

.no-version {
    cursor: default
}

.invisible {
    display: none
}

.highlight .hll {
    background-color: #ffc
}

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

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2
}

.highlight .k {
    color: #000000;
    font-weight: bold
}

.highlight .o {
    color: #000000;
    font-weight: bold
}

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

.highlight .cp {
    color: #999999;
    font-weight: bold;
    font-style: italic
}

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

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

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

.highlight .ge {
    color: #000000;
    font-style: italic
}

.highlight .gr {
    color: #a00
}

.highlight .gh {
    color: #999
}

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

.highlight .go {
    color: #888
}

.highlight .gp {
    color: #555
}

.highlight .gs {
    font-weight: bold
}

.highlight .gu {
    color: #aaa
}

.highlight .gt {
    color: #a00
}

.highlight .kc {
    color: #000000;
    font-weight: bold
}

.highlight .kd {
    color: #000000;
    font-weight: bold
}

.highlight .kn {
    color: #000000;
    font-weight: bold
}

.highlight .kp {
    color: #000000;
    font-weight: bold
}

.highlight .kr {
    color: #000000;
    font-weight: bold
}

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

.highlight .m {
    color: #099
}

.highlight .s {
    color: #d01040
}

.highlight .na {
    color: teal
}

.highlight .nb {
    color: #0086B3
}

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

.highlight .no {
    color: teal
}

.highlight .nd {
    color: #3c5d5d;
    font-weight: bold
}

.highlight .ni {
    color: purple
}

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

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

.highlight .nl {
    color: #990000;
    font-weight: bold
}

.highlight .nn {
    color: #555
}

.highlight .nt {
    color: navy
}

.highlight .nv {
    color: teal
}

.highlight .ow {
    color: #000000;
    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: #d01040
}

.highlight .sc {
    color: #d01040
}

.highlight .sd {
    color: #d01040
}

.highlight .s2 {
    color: #d01040
}

.highlight .se {
    color: #d01040
}

.highlight .sh {
    color: #d01040
}

.highlight .si {
    color: #d01040
}

.highlight .sx {
    color: #d01040
}

.highlight .sr {
    color: #009926
}

.highlight .s1 {
    color: #d01040
}

.highlight .ss {
    color: #990073
}

.highlight .bp {
    color: #999
}

.highlight .vc {
    color: teal
}

.highlight .vg {
    color: teal
}

.highlight .vi {
    color: teal
}

.highlight .il {
    color: #099
}
