* {
    font-family: 'Roboto', sans-serif;
    color: #666;
}

body {
    line-height: 1.1em;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #333;
}

h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4067a3;
    letter-spacing: 0.1em;
    word-spacing: 0.4em;
    line-height: 1.3;
}

.container {
    max-width: 700px;
    margin: auto;
}

.info-bar {
    font-size: 14px;
    padding-bottom: 10px;
}
.info-key {
    padding-right: 10px;
    color: #666;
    font-variant: small-caps;
}
.info-text {
    padding-right: 10px;
}

a {
    color: #4067a3;
    text-decoration: none;
}

a:hover {
    color: #364b5e;
}

.block {
    margin-top: 30px;
}

.degree {
    width: 50px;
}
.field {
    width: 150px;
}
.year {
    width: 70px;
}

.grid-cols {
    display: flex;
    line-height: 1.5em;
}

.sub-block {
    margin-top: 15px;
}

.primary {
    color: #333;
    font-weight: 600;
}

.right-col {
    text-align: right;
    flex-grow: 1;
}

.secondary {
    padding-top: 5px;
}

.separator {
    color: #ccc;
    display: inline-block;
    padding: 0 10px;
}

.small-text {
    font-size: small;
}

.sub-text {
    /* padding-top: 5px; */
    color: #666;
    font-size: 13px;
}

.paper {
    line-height: 1.5em;
}

.de-emph {
    color: #777;
}

.table {
    line-height: 1.5em;
}

.primary-col {
    width: 120px;
}

li {
    color: #fff;
}

li::first-line {
    color: #666;
}

li + li {
    padding-top: 5px;
}

.honors-list {
    line-height: 2em;
}

#footer {
    padding-top: 20px;
    font-size: x-small;
    color: #ccc;
}
