html, body {
  font-family: 'Muli', sans-serif;
  ;
}

h2 {
  font-size: 20pt;
  color: #34495e;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 12pt;
}

#about-text a {
  color: #2c3e50;
}

#news p {
  display: inline;
}

#news .date {
  font-size: 9pt;
  color: #c0392b;
  /*margin-left: -100px;*/
  /*color: #7f8c8d;*/
}

.profile-photo {
  border: 3px solid white;
  width: 150px;
  height: 150px;
  float: left;
  margin-left: 17px;
}

.container {
  width: 800px;
  margin: auto;
}

#header {
  background: #34495e;
  color: white;
  font-family: 'Muli', sans-serif;
}

#header h1 {
  margin-bottom: 0px;
}

#header p {
  margin-bottom: 0;
  margin-left: 4px;
}

#header span.glyphicon {
  font-size: 12px;
  margin-right: 2px;
}

#header a {
  color: white;
}

#header p.email {
  font-size: 10pt !important;
}

nav {
  text-align: right;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  border-right: 2px solid #eee;
}

.item {
  margin-top: 12px;
}

.title-text {
  font-weight: bold;
}

.publication {
  /*font-size: 10pt;*/
  margin-top: 10px;
}

.publication-title {
  font-weight: bold;
}

.publication-awards {
  color: #c0392b;
}

.project-details {
  font-size: 9pt;
  color: #7f8c8d;
}

.project-description {
  /*font-size: 9pt;*/
}

.reviewer {
  font-size: 10pt;
}

.address {
  margin: 10px 0;
}

.footer {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #34495e;
  color: white;
  text-align: center;
  font-size: 8pt;
}

.symbol {
  color: #2ecc71;
}
