body {
  margin-top: 50px;
}

.navbar {
  margin-bottom: 0;
}

.jumbotron {
  padding: 24px 0;
}

.jumbotron h1 {
  margin: 0 0 10px;
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-family: 'Dosis', sans-serif;
}

.jumbotron-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar {
  background-image: url("images/image1.jpg");
  background-position: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

p {
  text-align: justify;
}

footer div.container {
  border-top: solid 1px #ddd;
  margin-top: 24px;
  padding-top: 24px;
  color: #888;
}

ul.nobullet {
  list-style: none;
  padding: 0;
}

table.teaching td.tp-number {
  padding-right: 10px;
}

table.talks td:first-child,
td.bibtexnumber {
  padding-right: 10px;
}

table.publis blockquote {
  margin-top: 10.5;
  padding-top: 0;
  padding-bottom: 0;
}
