@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(../source-sans-pro-latin-KD72LSAP.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: fallback
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(../source-sans-pro-bold-latin-D2CEUOOE.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: fallback
}

@font-face {
    font-family: Ubuntu Mono;
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu Mono"), local("UbuntuMono-Regular"), url(../ubuntu-mono-latin-FSHQZZWK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: fallback
}

@font-face {
    font-family: Ubuntu Mono;
    font-style: normal;
    font-weight: 700;
    src: local("Ubuntu Mono Bold"), local("UbuntuMono-Bold"), url(../ubuntu-mono-bold-latin-U4ZRILW6.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: fallback
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed
}

img,
picture {
    max-width: 100%;
    display: block;
    height: auto
}

input,
button,
textarea,
select {
    font: inherit
}

:root {
    --bg-color: #231f20;
    --font-color: #f5eaea;
    --primary-color: #ccff00;
    --secondary-color: #2f2b2c;
    --tertiary-color: #3233ff;
    --error-color: #c17474
}

html {
    font-size: 100%
}

body {
    background: var(--bg-color);
    font-family: Ubuntu Mono, monospace;
    font-weight: 400;
    line-height: 1.6;
    color: var(--font-color);
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

footer {
    margin-top: auto
}

hr {
    width: 35%;
    color: var(--primary-color)
}

form ul {
    margin: 0;
    padding: 0
}

form label {
    display: block;
    margin: .5rem 0
}

form input,
textarea {
    width: 500px;
    background: var(--secondary-color);
    border: 1px solid var(--primary-color);
    color: var(--font-color)
}

form button,
button {
    border: 0px;
    background-color: var(--secondary-color);
    color: var(--font-color);
    margin-top: 1rem;
    padding: .5rem 1rem
}

form button:hover,
button:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 700
}

code {
    background: var(--secondary-color);
    font-family: Ubuntu Mono, monospace;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    padding: .2rem .3rem
}

pre code {
    display: block;
    background: var(--secondary-color);
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    line-height: 1.3rem;
    white-space: pre;
    overflow-x: scroll;
    max-width: 100%;
    min-width: 100px;
    padding: .7rem .5rem;
    margin-bottom: 2.5rem
}

p {
    margin-bottom: 1rem
}

h1,
h2,
h3,
h4,
h5 {
    margin: 3rem 0 1.38rem;
    font-family: Source Sans Pro, system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-color)
}

h1 {
    margin-top: 0;
    font-size: 3.052rem
}

h2 {
    font-size: 2.441rem
}

h3 {
    font-size: 1.953rem
}

h4 {
    font-size: 1.563rem
}

h5 {
    font-size: 1.25rem
}

small,
.text_small {
    font-size: .8rem
}

a {
    text-decoration: none;
    color: var(--primary-color)
}

p a:hover {
    border-bottom: 1px var(--font-color) solid
}

.link:hover {
    border-bottom: 1px var(--primary-color) solid
}

.link-bold:hover {
    font-weight: 700
}

.main-headline {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 1.8rem
}

.title {
    font-size: 2.8rem
}

.subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.3rem
}

.lead {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.25rem;
    line-height: 140%
}

.logo {
    font-family: Ubuntu Mono, monospace;
    color: var(--font-color);
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400
}

.navbar {
    height: 80px;
}

.navbar ul {
    display: flex
}

.navbar a {
    padding: 10px;
    margin: 0 5px
}

.navbar ul a:hover {
    border-bottom: 2px var(--primary-color) solid
}

.navbar .flex {
    justify-content: space-between
}

footer ul {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0
}

footer ul a {
    margin: 0 2rem
}

footer p {
    font-size: .8rem
}

footer a:hover,
footer a:focus {
    font-weight: 700
}

.short-line {
    border: 0;
    border-top: 2px solid var(--primary-color);
    width: 5rem;
    margin: 0
}

.long-line {
    width: 600px;
    color: var(--primary-color);
    margin-top: 1.5rem
}

.icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 .25rem;
    stroke-width: 0;
    stroke: var(--font-color);
    fill: var(--font-color)
}

.icon:hover {
    fill: var(--tertiary-color)
}

.icon-arrow-right {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: var(--primary-color)
}

.access-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important
}

.article-wrapper {
    flex-direction: column
}

.article-card {
    background-color: var(--secondary-color);
    border-radius: 1.2rem;
    width: 100%;
    flex-grow: 1;
    position: relative;
    cursor: pointer
}

.article-card:hover {
    box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030
}

.article-card__header {
    font-size: 1.5rem;
    margin: 1rem 1rem 0rem
}

.article-card__link:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article-card__date {
    margin: .5rem 1rem 1rem
}

.project-wrapper {
    margin-top: 3.5rem
}

.project-card {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem
}

.project-card__img {
    filter: drop-shadow(5px 5px 5px rgb(0, 0, 0));
    width: 150px;
    margin: 0 2rem 0 0;
    transition: .5s ease;
}

.project-card__img:hover{
    box-shadow: 0 0 0 4px var(--tertiary-color);
    transition: .5s ease;
    }

.project-card__content {
    max-width: 30rem
}

.project-card__header {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.8rem
}

.project-card__text {
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.projetc-card__tags {
    padding-left: 0;
    margin: 0
}

.projetc-card__tags li {
    display: inline;
    font-size: 1rem
}

.text-card {
    margin-bottom: 2rem
}

.text-card__date {
    font-weight: 700;
    margin-bottom: .5rem
}

.text-card__text {
    font-family: Source Sans Pro, system-ui, sans-serif;
    font-size: 1.1rem
}

.btn-small {
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-left: .5rem;
    margin-right: .5rem
}

.btn-small:hover {
    background-color: var(--primary-color);
    color: var(--bg-color)
}

.profile-wrapper {
    display: flex;
    justify-content: center
}

.profile {
    border-radius: 50%;
    height: 200px;
    width: 200px
}

.profile__image {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.profile__image:hover {
    outline: 4px solid var(--tertiary-color);
}

.about-hero .icon {
    margin: 0 .5rem
}

.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.skills__wrapper {
    width: 230px;
    text-align: center
}

.skills h4 {
    margin-bottom: 0
}

.skills ul {
    list-style: inside;
    display: inline-block;
    text-align: left
}

.details-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--primary-color)
}

.details-item__list {
    display: flex;
    padding: 0;
    margin-top: 0
}

.details-item {
    font-size: 1.3rem;
    color: var(--font-color);
    margin-bottom: 0;
    margin-top: 1.5rem
}

.details-item__list li {
    margin-right: .5rem
}

.project-image {
    width: 800px
}

.input-search {
    width: 20rem
}

.error-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-code {
    font-family: Ubuntu Mono, monospace;
    font-size: 7rem;
    margin-bottom: 0rem
}

.error-desc {
    font-size: 1.7rem
}

.error-link__icon {
    width: 2rem;
    height: 2rem
}

.error-link__text {
    font-size: 2rem
}

.error-link__text:hover {
    font-weight: 700
}

.captcha-label {
    float: left;
    margin-top: 1rem
}

.captcha {
    padding-left: .7rem;
    padding-bottom: .7rem;
    padding-top: .3rem
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}

.small-container {
    max-width: 800px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.flex-dir-col {
    flex-direction: column
}

.hidden {
    visibility: hidden;
    height: 0
}

.text-center {
    text-align: center
}

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

.no-padding-bottom {
    padding-bottom: 0
}

.padding-top {
    padding-top: 2rem
}

.padding-bottom {
    padding-bottom: 2rem
}

.no-margin {
    margin: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.margin-top {
    margin-top: 2rem
}

.margin-bottom {
    margin-bottom: 2rem
}

.color-font {
    color: var(--font-color) !important
}

.color-primary {
    color: var(--primary-color) !important
}

#expandable-div {
    display: none
}

.md-content p {
    font-size: 1.2rem
}

.md-content h1 {
    font-size: 2.5rem
}

.md-content h2 {
    font-size: 2.2rem
}

.md-content h3 {
    font-size: 2rem
}

.md-content ul a {
    font-size: 1.15rem
}

.md-content a:hover {
    font-weight: 700
}

.toc {
    margin-top: 1rem
}

.md-content ul {
    list-style-type: disc
}

@media (max-width: 650px) {
    .navbar {
        height: 190px;
        margin-top: 3rem
    }

    .navbar .flex {
        flex-direction: column
    }

    .navbar ul {
        padding: 10px;
        background-color: #0000001a
    }

    nav {
        margin-top: 1.5rem
    }

    .article-card {
        padding: 0 .5rem;
        max-width: 80%
    }

    .project-card__img {
        width: 100px
    }

    .project-card__header {
        font-size: 1.5rem
    }

    .project-card__text {
        font-size: 1rem
    }

    .project-card__tags {
        font-size: .8rem
    }

    .long-line {
        display: none
    }
}

@media (max-width: 500px) {
    .article-card {
        max-width: 95%
    }

    .article-card__header {
        font-size: 1.3rem;
        margin: .5rem .7rem 0rem
    }

    .article-card__date {
        margin: .5rem .7rem 1rem
    }

    .project-card__img {
        width: 75px;
        margin: 0 1rem 0 0
    }

    .project-card__header {
        font-size: 1rem
    }

    .project-card__tags {
        font-size: .8rem
    }

    .project-card__text,
    .project-card__tags {
        margin: 0
    }

    footer ul {
        flex-direction: column;
        align-items: center;
        font-size: 1.2rem
    }

    footer li {
        margin: .5rem 0rem
    }

    .skills ul {
        display: initial;
        text-align: left
    }

    .skills li {
        margin-left: 3rem
    }

    form input,
    textarea {
        width: 320px
    }

    .input-search {
        width: 15rem
    }
}

@media (max-width: 435px) {
    .navbar a {
        padding: .3rem;
        margin: .2rem
    }
}

@media (max-width: 339px) {
    .navbar {
        height: 285px;
        margin-top: 2rem
    }

    .navbar ul {
        flex-direction: column
    }

    .navbar a {
        font-size: 1.2rem;
        padding: .5rem;
        margin: .3rem
    }

    .navbar a:hover {
        font-weight: 700
    }

    .navbar ul a:hover {
        border-bottom: none
    }

    .main-headline {
        margin-top: 0;
        padding-top: 0;
        text-align: center
    }

    .lead {
        font-size: 1.15rem
    }

    .icon {
        margin-right: .2rem
    }

    .project-card__img {
        display: none
    }
}