body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #333333;
    background: white;
}

@media only screen and (min-width: 1200px) {
    .right-sidebar {
        padding-left: 10px;
    }
}

/* The light green background */
@media only screen and (min-width: 576px) {
    body {
        background-image: linear-gradient(hsl(120, 10%, 96%), white);
        background: -moz-linear-gradient(top, hsl(120, 10%, 96%) 0%, white 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, hsl(120, 10%, 96%)), color-stop(100%, white));
        background: -webkit-linear-gradient(top, hsl(120, 10%, 96%) 0%, white 100%);
        background: -o-linear-gradient(top, hsl(120, 10%, 96%) 0%, white 100%);
        background: -ms-linear-gradient(top, hsl(120, 10%, 96%) 0%, white 100%);
        background: linear-gradient(to bottom, hsl(120, 10%, 96%) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f6f4', endColorstr='#ffffff', GradientType=0);

        background-repeat: no-repeat;
    }

    .outer-container {
        margin: 0 auto;
        max-width: 1200px;
    }

    .container-fluid,
    .container {
        margin: 2rem 2rem 0 2rem;
        width: auto;
    }
}

.container-fluid,
.container {
    background-color: white;
    padding: 2rem;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    margin-top: .8rem;
    line-height: 1.3;
}

ul.bulleted {
    list-style: disc;
    padding-left: 16px;
}

ul.bulleted li {
    margin-top: .4rem;
    line-height: 1.5;
}

a {
    color: hsl(140, 100%, 20%);
    text-decoration: none;
}

a:hover {
    color: hsl(140, 100%, 20%);
}

h1, h2, h3, h4, h5 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 2.1rem;
    margin-bottom: .7rem;
    color: #111;
}

h2:first-of-type {
    margin-top: 0;
}

h2 {
    font-size: 1.5rem;
    margin-top: 1.7rem;
    color: #111;
}

h3 {
    font-size: 1.1rem;
    margin-top: 1.3rem;
    color: #333;
}

p {
    margin-bottom: .8rem;
}

.fa {
    text-align: center;
    color: #333;
}

.fa-file-text,
.fa-file-text-o {
    font-size: .92rem;
    position: relative;
    bottom: 1px;
}

.fa-envelope {
    font-size: .9rem;
    position: relative;
    bottom: .5px;
}

.fa-linkedin {
    font-size: .98rem;
    position: relative;
    bottom: 1px;
}

.fa-home {
    font-size: 1.1rem;
}

.fa-arrow-right {
    font-size: .9rem;
}

.fa-building-o {
    padding-left: 4px;
    font-size: .98rem;
}

.left-sidebar {
    margin-bottom: 1rem;
}

.left-sidebar .fa {
    width: 24px;
}

.headshot {
    width: 100%;

    border-radius: 8px;
    margin-bottom: 1.3rem;
}

.contact-info {
    padding-bottom: .8rem;
}

.light {
    color: #777777;
    display: inline;
}

.year-range {
    /* float: right; */
    display: inline;
    /* font-size: .9em; */
    padding-left: 5px;
    /* position: relative;
       top: .2em; */
    color: #aaa;
}

.public-commits {
    display: inline-block;
}

.space {
    margin-top: 1.4rem;
}
