@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

body {
  margin: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}

#content-container {
  margin: 0 auto;
  max-width: 950px;
  width: 80%;
  min-width: 580px;
}

#content {
  margin-top: 20px;
}

#intro {
  padding-bottom: 20px;
}

#intro-content {
  margin: 0px;
  display: block;
  width: 100%;
}

#blurb {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
  color: #404040;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 100%;
}

#pic {
  width: 20%;
  display: inline;
  float: right;
  padding-left: 30px;
  margin-right: 10px;
}

#pic img {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
}

#name {
  font-size: 2.5em;
  color: black;
  margin-top: 0px;
  margin-bottom: 8px;
}

#info-links {
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
}

#info-links img {
  vertical-align: middle;
  margin-right: -4px;
  margin-left: -4px;
  margin-top: -1px;
}

.research-container, .work-container {
  margin-left: 15px;
  margin-bottom: 20px;
}

.work-container > p.summary {
    margin-top: 2px;
    margin-left: 10px;
    font-size: 0.9em;
}

.work-container > h4 {
    margin-bottom: 0px;
}

.work-container span.date {
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    float: right;
    display: inline;
    margin-right: 30px;
    margin-top: 5px;
}

.research-container .abstract {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: justify;
}

.content-header {
  border: 0px;
  border-bottom: 1px #AAAAAA;
  border-style: solid;
  margin-bottom: 15px;
  margin-top: 25px;
}

#advisor {
  font-weight: normal;
}

#research {
  margin-top: -25px;
}

.content-header h2 {
  margin: 0;
}

p.conference {
    margin: 0;
    margin-top: 5px;
    font-size: 0.9em;
    padding-left: 10px;
    font-style: italic;
}

p.source {
  text-align: left;
  margin-top: 2px;
  font-size: 0.9em;
  padding-left: 10px;
}

p.source span.github-display {
  color: #404040;
}

a.paper p {
  font-size: 1.29em;
  margin: 0;
  text-align: left;
  color: #404040;
}

a.paper p.authors {
  color: #404040;
  font-size: 0.9em;
  text-align: left;
  margin-top: 1px;
  padding-left: 10px;
  font-weight: normal;
}

p.authors {
    padding-top: 4px;
}

a {
  color: #5b97f7;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: #333;
}
