body {
  /*background: linear-gradient(90deg, white, gray);*/
    background-color: #F1F1F1;
    margin-bottom: 50px;
    margin-left: 40px;
}

body, h1{
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h2 {

}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  /* margin-left: 3em; */
}

ul {
  list-style-type: none;
  list-style: none;
}

p {
  margin: 0px 5px 8px 0px;
  text-align: left;
}

a {
  color: #8CBCC6;
  text-decoration: none;
}

.content_body {
  margin-left: 40px;
}

.sub {
  font-weight: lighter;
}

.top_matter{
  height: 15em;
  width: 95%
}

.banner {
  background: #C2C2BC;
  height: 10em;
  margin-top: 2em;
}

.menu {
  display: block;
  width: 75%;
  height: 1em;
  margin-top: 0.5em;
  float: left;
  clear: both;
}

.headline {
  display: block;
  width: 60%;
  background: #FAFAFA;
  position: absolute;
  top: 1.5em;
  margin-bottom: 1.5em;
}

.banner, .menu {
  position: relative;
  margin-right: auto;
}

.menu_button {
  display: inline-block;
  font-family: "Courier";
  font-size: 1.2em;
  margin-left: 2em;
  color: #3F3F3F;
}

#photo {
  position: absolute;
  top: 1.5em;
  right: 2em;
  width: 9em;
  max-width: 200px;
}

.main {
  width: 95%;
  position: relative;
  height: 100%;
}

.main .content {
  position: absolute;
  width: 68%;
}

.main .contact_bar {
  position: absolute;
  width: 28%;
  right: 2em;
  float: right;
}

.contact_info {
  position: absolute;
  right: 0em;
  width: 100%;
}

ul.teaching {
  /* margin-left: 40px; */
}

.banner p {
  color: #3F3F3F;
}

.banner-content {
  margin-left: 40px;
}

.headline p {
  font: 4em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.byline p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #999691;
  font-weight: lighter;
}

.contact_info p {
  text-align: right;
  margin-right: 0em;
  color: #999691;
}

.projectName {
  font-weight: bold;
  margin-top: 12px;
  cursor: pointer;
  margin-left: 0em;
}

.pubLink {
  color: black;
}

.pubInfo {
  margin-bottom: 1em;
}

.projectDescription {
  display: none;
}

ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -40px;
  padding-left: 20px;
}

.small-note {
  font-size: 0.8em;
  margin-left: 1em;
}

a + ul {
  margin-top: 0px;
}