* {
    font-family:  system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
body {
    padding-top:0rem;
}
article {
    padding: 3rem 1rem;
    font-weight: 300;
    line-height: 28px
}

b, strong {
    font-weight: 600;
}

.tldr {
    padding: 0.5rem;
    background: #f8f8f8;
    border-left: 4px solid #007bff;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    article {
        max-width: 700px;
        margin: 3rem auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .hide-small {
        display: none !important;
    }
    h1 {
        margin-top:3rem;
    }
}

.mt {
    margin-top: 0.5rem;
}

article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 10px;
}

header section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

header section > :nth-child(2) {
    text-align: end;
    padding-right: 1rem;
}


blockquote {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    background: #f8f8f8;
    border-left: 4px solid #007bff;
}


nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: background 100ms;
    display: flex;
    flex-direction: row;
    align-items: center;
}

h1 {
    font-size: larger;
    margin-bottom:0px;
}

nav ul li {
    margin-inline: 0.5rem;
    padding:0.5rem;
}

figure {
    text-align: center;
}

img#lead-img {
    width: 30%;
    float: left;
    margin: 0 1.5rem 1rem 0;
    display: block;
    margin-top:0rem; 
}


    .left-side-img img {
        width: 22%;
        float: left;
        margin: 0 1.5rem 1rem 0;
        display: block;
        margin-top:1rem;
    }

    .right-side-img img {
        width: 22%;
        float: right;
        margin-left: 1.5rem;
        margin-bottom: 1rem;
        margin-top:1rem;
        display: block;
    }

header a {
    text-decoration: none;
    color: maroon;
    font-weight: 600;
}

.nodec a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .work {
        margin-top:2rem;
    }

}
    .work {
        margin-top:1.5rem;
        display: flex;
        justify-content: start;
        align-items: start;
        margin-bottom:1rem;
    }
    .work img {
        width: 75px;
        margin-right: 1rem;
    }
    .work section{
        flex-grow:10;
    }

    .work section h3{
        margin-block:0px;
    }
    .work section p{
        margin-top:0px;
}



