#header #nav ul a,
body .h1,
body h1 {
    color: #000;
}
.thumbnail {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
}
.fancy {
    font-family: Lora, serif;
    font-weight: 200;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.max-thumbnail {
    display: block;
    width: 230px;
    height: 100%;
    margin-right: 20px;
}
.project-title {
    font-weight: 700;
}
.left {
    float: left;
}
.right {
    float: right;
}
.max-width-1 {
    max-width: 24rem;
}
.max-width-2 {
    max-width: 32rem;
}
.max-width-3 {
    max-width: 48rem;
}
.max-width-4 {
    max-width: 64rem;
}
.mt0 {
    margin-top: 0;
}
.mx0 {
    margin-right: 0;
    margin-left: 0;
}
.mt1 {
    margin-top: 0.5rem;
}
.mx1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.mt2 {
    margin-top: 1rem;
}
.mx2 {
    margin-right: 1rem;
    margin-left: 1rem;
}
.mt3 {
    margin-top: 2rem;
}
.mx3 {
    margin-right: 2rem;
    margin-left: 2rem;
}
.mt4 {
    margin-top: 4rem;
}
.mx4 {
    margin-right: 4rem;
    margin-left: 4rem;
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.p0 {
    padding: 0;
}
.px0 {
    padding-right: 0;
    padding-left: 0;
}
.py0 {
    padding-top: 0;
    padding-bottom: 0;
}
.p1 {
    padding: 0.5rem;
}
.py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.p2 {
    padding: 1rem;
}
.py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px2 {
    padding-right: 1rem;
    padding-left: 1rem;
}
.p3 {
    padding: 2rem;
}
.py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px3 {
    padding-right: 2rem;
    padding-left: 2rem;
}
.p4 {
    padding: 4rem;
}
.py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px4 {
    padding-right: 4rem;
    padding-left: 4rem;
}
body .h1,
body h1 {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.01em;
    color: #383838;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body .h2,
body h2 {
    position: relative;
    display: block;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #383838;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 1rem;
}
body h3 {
    color: #383838;
    text-decoration: underline;
    font-weight: 700;
    font-size: 0.9rem;
}
body h4,
body h5,
body h6 {
    display: inline;
    text-decoration: none;
    color: #8c8c8c;
    font-weight: 700;
    font-size: 0.9rem;
}
body h3,
body h4,
body h5,
body h6 {
    margin-top: 0.9rem;
    margin-bottom: 0.5rem;
}
body hr {
    border: 0.5px dashed #8c8c8c;
    opacity: 0.5;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
body small {
    font-size: 0.85em;
}
body ul {
    line-height: 1.725;
}
body ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    height: 100%;
    background-color: snow;
    color: #383838;
    font-display: swap;
    font-weight: 400;
    font-size: 14px;
    font-family: "JetBrains Mono", monospace;
    line-height: 1.725;
    text-rendering: geometricPrecision;
    flex: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-wrap: break-word;
}
.content p {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.content code {
    hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
}
.content a {
    color: #383838;
    text-decoration: none;
    background-image: linear-gradient(
        transparent,
        transparent 5px,
        #383838 5px,
        #383838
    );
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}
.content a:hover {
    background-image: linear-gradient(
        transparent,
        transparent 4px,
        #007bff 4px,
        #007bff
    );
}
.content a.icon {
    background: 0 0;
}
.content a.icon:hover {
    color: #007bff;
}
.content .h1 a,
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
    background: 0 0;
    color: inherit;
    text-decoration: none;
}
.content .h1 a:hover,
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
    background-image: linear-gradient(
        transparent,
        transparent 6px,
        #007bff 6px,
        #007bff
    );
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}
.content h6 a {
    background: 0 0;
    color: inherit;
    text-decoration: none;
}
.content h6 a:hover {
    background-image: linear-gradient(
        transparent,
        transparent 6px,
        #007bff 6px,
        #007bff
    );
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}
.max-width {
    max-width: 48rem;
}
@media (max-width: 480px) {
    .px3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 480px) {
    p {
        text-align: justify;
    }
}
#header {
    margin: 0 auto 2rem;
    width: 100%;
}
#header .h1,
#header h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #383838;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#header a {
    background: 0 0;
    color: inherit;
    text-decoration: none;
}
#header #logo {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#header #nav {
    color: #007bff;
    letter-spacing: 0.01em;
    font-weight: 200;
    font-style: normal;
    font-size: 0.8rem;
}
#header #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 15px;
}
#header #nav ul a {
    margin-right: 15px;
    color: #007bff;
}
#header #nav ul a:hover {
    background-image: linear-gradient(
        transparent,
        transparent 5px,
        #007bff 5px,
        #007bff
    );
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}
#header #nav ul li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px dotted;
    border-color: #007bff;
    vertical-align: middle;
}
#header #nav ul .icon {
    display: none;
}
#header #nav ul li:last-child {
    margin-right: 0;
    border-right: 0;
}
#header #nav ul li:last-child a {
    margin-right: 0;
}
#header:hover #logo {
    filter: none;
    -webkit-filter: none;
}
@media screen and (max-width: 480px) {
    #header #title {
        display: table;
        margin-right: 5rem;
        min-height: 50px;
    }
    #header #title h1 {
        display: table-cell;
        vertical-align: middle;
    }
    #header #nav ul a:hover {
        background: 0 0;
    }
    #header #nav ul li {
        display: none;
        border-right: 0;
    }
    #header #nav ul li.icon {
        position: absolute;
        top: 77px;
        right: 1rem;
        display: inline-block;
    }
    #header #nav ul.responsive li {
        display: block;
    }
    #header #nav li:not(:first-child) {
        padding-top: 1rem;
        padding-left: 70px;
        font-size: 1rem;
    }
}
.main-list {
    padding: 0;
}
.main-list .main-item {
    margin-bottom: 1rem;
    margin-left: 0;
    list-style-type: none;
}
.main-list .main-item .meta {
    display: block;
    margin-right: 16px;
    min-width: 100px;
    color: #666;
    font-size: 14px;
}
@media (min-width: 480px) {
    .main-list .main-item {
        display: flex;
        margin-bottom: 5px;
    }
    .main-list .main-item .meta {
        text-align: left;
    }
}
.text-only-list {
    padding: 0;
    list-style: none;
}
.text-only-list .text-only-item {
    margin-bottom: 5px;
}
.text-only-list .text-only-item p {
    display: inline;
}
#archive .main-list {
    padding: 0;
}
#archive .main-list .main-item {
    margin-bottom: 1rem;
    margin-left: 0;
    list-style-type: none;
}
#archive .main-list .main-item .meta {
    display: block;
    margin-right: 16px;
    min-width: 100px;
    color: #666;
    font-size: 14px;
}
@media (min-width: 480px) {
    #archive .main-list .main-item {
        display: flex;
        margin-bottom: 5px;
        margin-left: 1rem;
    }
    #archive .main-list .main-item .meta {
        text-align: left;
    }
}
#footer {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    color: #666;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid;
    border-color: #666;
    vertical-align: middle;
}
#footer li a {
    margin-right: 15px;
}
#footer li:last-child {
    margin-right: 0;
    border-right: 0;
}
#footer li:last-child a {
    margin-right: 0;
}
#footer a {
    color: #666;
    text-decoration: underline;
    background-image: none;
}
#footer a:hover {
    color: #858585;
}
#footer .footer-left {
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
}
@media (min-width: 39rem) {
    #footer {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 20px;
    }
    #footer .footer-left {
        align-self: flex-start;
        margin-right: 20px;
    }
    #footer .footer-right {
        align-self: flex-end;
    }
}
@-moz-keyframes tooltip-appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes tooltip-appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes tooltip-appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes tooltip-appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
code {
    padding: 0 5px;
    border: 1px dotted #666;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
