/* GLOBAL */
body {
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #666;
  font-size: 100%;
}

/* HEADER */
h1 {
  margin: 0;
  text-align: center;
}
h1.name {
  color: #333;
  font-size: 3em;
}
h1.title {
  font-size: 1.5em;
  color: #666;
  margin-bottom: 5px;
}
div.links {
  text-align: center;
  font-size: 1.5em;
  margin: 0.5em 0 1em;
}
div.links::before {
  content: '\00A0';
}
div.links::after {
  content: '\00A0';
}
div.links>span {
  margin: 0 0.1em;
}
a {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #333;
}
a:active {
  color: #000;
}
div.links span span {
  display: none;
}

/* MAIN BODY */
p.brief {
  font-size: 1.3em;
  font-style: italic;
}
@media (min-width: 640px) {
  p.brief {
    margin-left: 1em;
    margin-right: 1em;
  }
}
h2 {
  font-size: 1.5em;
}
h3::after {
  content:"";
  display:block;
  clear:both;
}
h3 {
  color: #999;
}
h3 span.title {
  float: left;
}
h3 span.dates {
  float: right;
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
}
section {
  margin: 2em 0;
  page-break-inside: avoid;
}
section.phase {
  margin: 0 10px;
}
ul.accomplishments {
}
p, ul, ol {
  line-height: 1.5em;
}
p.tech {
  color: #666;
}
h4::after {
  content:"";
  display:block;
  clear:both;
}
h4 {
  color: #999;
  font-size: 0.8em;
}
h4 span.title {
  float: left;
}
h4 span.dates {
  float: right;
  font-weight: normal;
  font-style: italic;
}

/* ADDENDUM */
section.background h2 {
  font-weight: normal;
  font-size: 1em;
  color: #999;
  margin-bottom: 0.5em;
}
section.background h2 strong {
  font-weight: bold;
  color: #666;
}
