body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    padding: 0px 50px 600px 200px;
    min-width: 600px;
    max-width: 900px;
    background-color: #ff00000d;
}
h1 {
    text-transform: capitalize;
    font-family: Georgia, Times, serif;
    color: #ff0080;
}
header > h1 {
    font-size: 2.5em;
}
header > h2, header > p {
    display: none;
}
ul {
    list-style: none;
    padding: 0;
}
section ul ul {
    padding-left: 2em;
}
section > ul > li {
    margin-top: 1.3em;
}
a, a:visited {
    color: black;
    background-color: #ff008040;
    text-decoration: none;
}
a:hover, a:active, a.active {
    background-color: yellow;
}

header {
    text-align: center;
}
header, section {
    padding-top: 15px;
}
header li {
    display: inline-block;
}
header li:nth-child(n+2):before {
    content: " - ";
}

section#summary .summary {
  font-size: 1.1em;
  text-align: center;
  margin: 0 15%;
}

#skillz > ul {
  text-align: center;
}
#skillz > ul > li {
  margin-top: 5px;
}

#pi > ul > li {
  margin-top: 0px;
}

#work ul > li > ul > li {
    margin-top: 5px;
}

nav ul {
    list-style: none;
    position: fixed;
    top: 80px;
    left: 0;
    padding-left: 10px;
}
.columns {
    -webkit-column-count: 2;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-fill: balance;
    column-count: 2;
    column-fill: balance;
}
b {
    font-weight: bold;
    font-family: Georgia, Times, serif;
}
.keywords p {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.keywords:hover p{
    color: transparent;
}
.keywords b {
    color: #333;
}
.date, dt {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 0.8em;
    font-weight: bold;
    color: black;
    padding-right: 1em;
}
dt {
    display: inline-block;
}
/* Goodies */
::-moz-selection { background-color: yellow;}
::selection { background-color: yellow;}
