/* CSS Reset: http://meyerweb.com/eric/tools/css/reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

#body {
  font-family: 'Asap', roboto, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #150c21;
}

#main {
  width: 54em;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: rgb(20, 110, 190);
}

a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgb(20, 110, 190);
}

i { font-style: italic; }
b { font-weight: 700; }

h1 {
  font-size: 2.4em;
  line-height: 3em;
  font-weight: 500;
}

#intro {
  padding-top: 6em;
  display: flex;
}

#intro-text {
  width: 40em;
  float: left;
}

#intro-image {
  margin: 2em 0 0 2em;
  width: 12em;
  height: 12em;
  float: left;
  overflow: hidden;
  border-radius: 1em;
}

#intro-image img {
  width: 12em;
}

.section-heading {
  color: #150c21;
  font-family: inherit;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2.4em;
  margin-top: 0.5em;
  padding: 0;
}

.grid:after,
.list-item:after {
  content: '';
  display: block;
  clear: both;
}

#research {
  margin-top: 1em;
}

#research p {
  margin-bottom: 0.8em;
  line-height: 1.55em;
}

.research-topics {
  margin: 0.4em 0 1em 1.25em;
  padding: 0;
  list-style: disc;
}

.research-topics li {
  margin-bottom: 0.35em;
  padding-left: 0.2em;
  line-height: 1.5em;
}

#work-experience {
  margin-top: 1.25em;
}

.experience-item h3 {
  margin: 0;
  font-weight: 600;
}

.experience-item p {
  margin: 0.2em 0 0;
  color: #a0a8b0;
  line-height: 1.5em;
}

.experience-item + .experience-item {
  margin-top: 0.9em;
}

.publication-heading {
  margin-top: 1.15em;
  margin-bottom: 0;
}

.grid {
  padding-bottom: 6em;
}

.year-heading {
  clear: both;
  margin: 1.5em 0 1.25em;
  padding-bottom: 0.45em;
  border-bottom: 1px solid #dce1e7;
  color: #3f4858;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.2em;
}

.year-heading:first-child {
  margin-top: 0.35em;
}

.list-item {
  width: 100%;
  line-height: 1em;
  margin-top: 1em;
}

.thumbnail {
  width: 28%;
  float: left;
  margin-right: 2%;
}

.thumbnail:hover { border-bottom: none; }

.thumbnail img {
  margin-top: 0.4em;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.thumbnail-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.1em;
  margin-top: 0.4em;
  border-radius: 5px;
  background: #edf1f4;
  color: #7b8790;
  font-weight: 600;
}

h3 {
  font-size: 1em;
  line-height: 1.5em;
}

.publication {
  margin-bottom: 1.25em;
}

.publication p {
  font-size: 1em;
  line-height: 1.5em;
  color: #a0a8b0;
}

.project-description {
  width: 70%;
  float: left;
}

.cv-page {
  padding: 3em 0 6em;
}

.cv-page h1 {
  line-height: 1.5em;
}

.cv-back {
  margin-bottom: 1.5em;
}

.cv-section {
  margin-top: 2.25em;
}

.cv-section h2 {
  margin-bottom: 0.8em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #dce1e7;
  color: #3f4858;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4em;
}

.cv-entry {
  margin-bottom: 1.2em;
}

.cv-entry h3,
.cv-entry p {
  margin: 0 0 0.25em;
}

.cv-entry ul {
  margin: 0.4em 0 0 1.25em;
  list-style: disc;
}

.cv-entry li {
  margin-bottom: 0.2em;
  line-height: 1.5em;
}
