@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    font-family: 'Open Sans', sans-serif;
}

a,
a:link,
a:visited {
    color: coral;
}

a:hover {
    color: mediumturquoise;
}

.container {
    font-size: 1.25em;
    max-width: 850px;
}

@media screen and (max-width: 800px) {
    .container {
        font-size: 0.95em;
    }
}

header {
    text-align: center;
}

header .name {
    font-size: 5em;
    margin-bottom: 0;
}

header .row {
    font-size: 1.25em;
}

section {
    margin-top: 50px;
    margin-bottom: 50px;
}

section h2 {
    font-size: 3em;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px black;
}

section p {
    padding: 10px;
    line-height: 1.75em;
}

section ul {
    list-style-type: square;
    margin-top: 10px;
}

section ul.list-inline {
    color: #999;
}

.job {
    margin: 20px auto 80px auto;
}

.job .header {
    font-size: 2em;
}

.job .logo {
    width: 150px;
}

.job .name {
    font-weight: bold;
}

.job .date {
    font-size: 0.55em;
    padding: 10px 0;
    font-weight: bold;
    color: #999;
}

.job li {
    line-height: 2;
}
