body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px #fff;
  font-size: 150%;
  font-weight: 300;
  color: #5a5a5a;
  background-color: #e5e5e5;
}

#container {
  width: 100%;
  height: 100%;
  background: rgb(247,247,247); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#hero {
  margin: 0;
  padding: 120px 0 120px 0;
  text-align: center;
}

.hero-note {
  margin-top: 2em;
  font-size: 80%;
}

#content {
  margin-left: 5em;
  padding-top: 1em;
  padding-bottom: 3em;
}

.project-description {
  font-size: 70%;
  margin-left: .5em;
}

ul {
  list-style-type: none;
  padding-left: 1em;
}

li {
  margin-bottom: 1em;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

a, a:visited {
  color: #2d81c5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2569a0;
  text-decoration: underline;
}
