a { color: #025888; }
body { background-color: rgb(247, 249, 255); }

#container
{
    font-family: sans-serif;
    display: flex;
    margin: 50px auto;
    max-width: 1300px;
    flex-direction: row;
}

#profile
{
    margin-right: 100px;
    margin-left: 10px;
}

#profile img
{
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    width: 250px;
}

#header
{
    border-radius: 200px;
    text-align: center;
}

#links
{

}

.link-item
{
    height: 45px;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 22px;
    line-height: 45px;
    vertical-align: middle;
    margin-bottom: 10px;
    background-size: 40px;
}

.link-item a
{
    text-decoration: none;
}

h2
{
    font-size: 1.8em;
}

.heading
{
    background-repeat: no-repeat;
    background-size: 215px;
    text-indent: -100000px;
}

.twitter
{
    background-image: url(twitter.svg);
}

.github
{
    background-image: url(github.svg);
}

.email
{
    background-image: url(mail.svg);
}

.phone, .website
{
     display: none;
}

.location
{
    background-image: url(location.svg);
    font-size: 18px;
    padding-left: 50px;
    line-height: 43px;
}

#content
{

}

.work-section
{

}

.google
{
    background-image: url(google.svg);
    height: 70px;
}

.runkit
{
    background-image: url(runkit.svg);
    height: 60px;
}

.path
{
    background-image: url(path.svg);
    height: 77px;
}

.inkling
{
    background-image: url(inkling.svg);
    background-position-y: -64px;
    height: 85px;
}

.work-date-range
{
    font-weight: bold;
    font-size: 1em;
}

h4
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.3em;
    margin-bottom: 10px;
}

/* Mobile */
/* Mobile */
@media screen and (max-width: 840px) {
    #container
    {
        display: block;
    }

    #profile
    {
        margin: 0px;
    }

    #profile img
    {
        border: 2px solid #DFDFDF;
        border-radius: 50%;
        width: 150px;
    }

    #header
    {
        border-radius: 200px;
        text-align: center;
    }

    #links
    {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }

    .link-item
    {
        padding-right:20px;
        background-size: 30px;
        line-height: 33px;
        padding-left: 37px;
        margin-bottom: 0px;
    }

    .location
    {
        font-size: 14px;
        background-size: 25px;
        line-height: 25px;
        padding-left: 30px
    }

    #locations
    {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }

    #content
    {
        margin: 20px;
    }

    .heading
    {
        background-size: 120px;
    }

    .google
    {
        height:40px;
    }

    .runkit
    {
        height: 30px;
    }

    .path
    {
        height: 45px;
    }

    .inkling
    {
        background-position-y: -28px;
        height: 55px;
    }
}
@page { size: auto;  margin: 0mm; }
/* print */
@media print {
    body { background: white; color: #404040; margin: 50px 75px; }
    a { color: #404040; }

    #header
    {
        text-align: left;
    }

    #profile
    {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

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

    #links
    {
        text-align: right;
    }

    .link-item
    {
        padding-left: 0px;
        margin: 0;
        margin-bottom: 5px;
        line-height: initial;
        height: initial;
        font-size: 11px;
    }

    #container
    {
        display: block;
        margin: 0 auto;
    }

    #profile img
    {
        display: none;
    }

    .phone, .website
    {
        display: block;
    }

    .email
    {
        background-image: none;
        text-indent: 0px;
    }

    .email>a>span
    {
        display: none;
    }

    .email ::after
    {
        content: "randy.luecke@me.com";
    }

    #locations, .location, .twitter, .github
    {
        display: none;
    }

    .screen
    {
        display: none;
    }

    h2:not(.printable)
    {
        display: none;
    }

    .work-date-range
    {
        font-size: 10px;
    }

    ul
    {
        margin-top: 10px;
    }

    .heading
    {
        text-indent: initial;
        background-image: none;
        height: initial;
        font-size: 20px;
        margin: 10px 0;
    }

    h3 {
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

    h4
    {
        font-size: 12px;
        margin: 0;
    }

    p
    {
        font-size: 10px;
        margin: 5px 0;
    }
}