a {
  color: #738923;
  text-decoration: none;
}
a:hover {
  color: #deebb0;
}
body {
  background: #e0f4f4;
  font-family: 'Roboto', Trebuchet MS, Helvetica, Arial, sans-serif;
  margin: 0px;
}
h1 {
  font-family: 'EB Garamond', Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: lighter;
}
h2 {
  font-family: 'EB Garamond', Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: lighter;
}
h3 {
  font-family: 'EB Garamond', Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: lighter;
}
table {
  border-spacing: 10px;
  width: 100%;
}
td {
  padding: 15px;
  vertical-align: top;
}
td.person {
  text-align: center;
  width: 20%;
}
td.table-header {
  font-family: 'EB Garamond', Trebuchet MS, Helvetica, Arial, sans-serif;
  background: #53bec1;
  color: white;
  font-size: 2.1em;
  font-weight: lighter;
  text-align: center;
}
table.table-home {
  background: #e0f4f4;
}
td.dlink {
  background: #f3fafb;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
td.dlink:hover {
  background: #f6f6f6;
}
td.tlink {
  background: white;
  border-bottom: 3px solid #53bec1;
  cursor: pointer;
}
td.tlink:hover {
  background: #f6f6f6;
}
thead {
  font-weight: bold;
}
thead td {
  background: #B2C9D9;
}
tbody {
  background: white;  
}

#content {
  margin: 0px auto;
  padding: 15px;
  padding-bottom: 70px;
  padding-top: 10px;
  top: 0px;
  width: 900px;
}
#cover {
  display: inline-block;
  width: 900px;
}
.demo-link {
  font-family: 'EB Garamond', Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  padding-top: 10px;
}
#featured {
  background: white;
  border-bottom: 3px solid #53bec1;
  text-align: right;
  margin-bottom: 15px;
  padding-top: 110px;
}
#featured-content {
  margin: 0px auto;
  width: 900px;
}
#header {
  background: #D16309;
  border-bottom: 5px solid #764329;
  margin: 0px;
  position: fixed;
  width: 100%;
}
#header-content {
  margin: 0px auto;
  width: 880px;
}
#intro {
  line-height: 150%;
}
.link {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  font-weight: lighter;
  padding-left: 23px;
}
.link:hover {
  color: #dddddd;
}
#names {
  font-size: 1.1em;
  line-height: 150%;
  min-width: 220px;
}
#navigation {
  float: right;
  padding-top: 45px;
}
.sub {
  font-size: 0.8em;
}
#title {
  float: left;
  cursor: pointer;
  margin: 0px;
  margin-left: -10px;
  vertical-align: middle; 
}
#title-name {
  display: table-cell;
  color: white;
  font-family: 'EB Garamond', Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 3.6em;
  display: inline;
  vertical-align: middle;
  padding-left: 10px;
}
