html, body, div, ul, li, img {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

body {
  background-color: #eee;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
  color: #484c55; }

#content {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 10px; }

#header {
  top: 0;
  height: 110px;
  max-width: 900px;
  position: fixed;
  z-index: 5000;
  background-color: #bbb;
  width: 100%; }

#navigation {
  float: right;
  margin-right: 10px; }
  #navigation ul li {
    display: inline; }
    #navigation ul li .projectButton img {
      border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -webkit-border-radius: 8px;
      width: 55px;
      height: 55px; }
    #navigation ul li .projectButton:hover img {
      filter: brightness(110%);
      -webkit-filter: brightness(110%); }

#info {
  float: left;
  margin-left: 10px;
  padding-bottom: 10px; }
  #info .infoName {
    font-size: 2em;
    color: #333;
    font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif; }
  #info .infoDesc {
    font-size: .75em; }

#resumes {
  margin-bottom: 10px;
  clear: both;
  text-align: right;
  font-size: .8em;
  background-color: #777;
  padding: 6px 10px 6px 0;
  color: #ddd;
  z-index: 45000; }
  #resumes .resumeLink {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 1.1em;
    border: 1px solid #555;
    color: #ddd;
    padding: 2px 10px;
    text-decoration: none; }
  #resumes .resumeLink:hover {
    background-color: #555; }

#timeline {
  margin-top: 110px; }
  #timeline .anchor {
    position: relative;
    display: block;
    top: -110px;
    visibility: hidden; }
  #timeline .employerInfo {
    position: sticky;
    display: block;
    top: 110px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    background-color: white; }
    #timeline .employerInfo .employerLogo {
      display: block;
      position: relative;
      width: 75px;
      height: 75px; }
    #timeline .employerInfo .nameAndDate {
      position: relative;
      margin-left: 75px;
      margin-top: -75px;
      min-height: 70px;
      color: #444;
      background-color: #d8d8d8;
      padding-left: 10px;
      padding-top: 5px; }
      #timeline .employerInfo .nameAndDate .employerName {
        font-size: 1.6em;
        font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif; }
  #timeline .project {
    margin: 15px 20px 15px 20px;
    padding: 0 20px; }
    #timeline .project img {
      display: block;
      width: 256px;
      height: 256px; }
    #timeline .project .projectName {
      font-size: 1.2em; }
    #timeline .project .projectDescription {
      margin: 10px; }
    #timeline .project .example {
      padding: 10px;
      margin-bottom: 10px;
      background-color: #eee;
      border: 1px solid #ccc;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -webkit-border-radius: 4px;
      overflow: hidden;
      font-size: .9em; }
      #timeline .project .example .exampleImage {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        float: left;
        margin-right: 20px; }
      #timeline .project .example .exampleImage + .exampleImage {
        margin: 5px 0; }
      #timeline .project .example .exampleText {
        list-style-type: circle; }
        #timeline .project .example .exampleText li {
          margin: 0; }
        #timeline .project .example .exampleText li + li {
          margin: 5px 0; }

/*# sourceMappingURL=main.css.map */
