*, *:before, *:after {
  box-sizing: border-box;
  text-align: left;
}

html {
  font-family: sans-serif;
  color: #303030;
  background-color: #f0f1f2;
  font-size: 1rem;
}

body {
  line-height: 1.5;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0em 1em;
}

div.content {
  width: 100%;
  margin: 0 auto;
  top: 3rem;
}

img {
  max-width: 100%;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1rem 0;
  color: #888888;
  border-left: 1px solid currentColor;
}

blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: italic;
  font-size: .875rem;
}

blockquote cite:before {
  content: "&endash; "
}

a {
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px solid #08b26c;
}
  a:hover {
    color: #08b26c;
    text-decoration: none;
    border-bottom: none;
  }

ol, ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
  list-style-position: outside;
}

ol ol, ul ul, ul ol, ol ul {
  margin-bottom: 0;
}

li {
  margin: 0;
  text-align: left;
}

abbr {
  border-bottom: 1px dashed currentColor;
  cursor: help;
}

kbd, code, pre {
  font-family: monospace, sans-serif;
}

pre {
  max-width: 100%;
  margin: 0 0 1rem;
}

kbd, code {
  padding: .125rem .25rem 0;
  margin: 0;
  background-color: #e5e5e5;
}

article, section {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
}

h1 {
  margin: 0 0 1rem;
  font-size: 2.3rem;
}

h1.header {
  margin: 0 0 1rem;
  font-size: 3rem;
  color: #08b26c;
}

  h1.header:hover {
    color: #074eb2;
  }

h2 {
  font-size: 2rem;
  margin: 0 0 .7rem;
/*  position: relative;
  left: -2rem;*/
}

h2, h3, h4, h5, h6 {
  margin: .5rem 0 .1rem;
}

h3 {
  font-size: 1.5rem;
/*  position: relative;
  left: -1rem;*/
}

h3.pub-title {
/*  font-size: 1.25rem;
  position: relative;
  left: 2rem;*/
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
}

time {
  display: block;
  margin: .2rem 0 .2rem;
}

footer {
  margin: 0 0 .5rem;
  font-size: 14px;
  color: #888888;
}

  footer a {
    color: currentColor;
  }

  footer > *+* {
    margin-left: .5rem;
  }

  footer p {
    margin: 0 0 .3rem;
    padding: 0 0 0;
  }

.site-footer {
  margin-bottom: 1rem;
}

.container {
  width: 100%;
  margin: 1rem auto 0 auto;
}

nav.top {
  margin: 0 0 1rem;
  width: 100%;
  max-width: 600px;
  text-align: right;
}

nav.top a {
  margin-right: .5rem;
  color: #08b26c;
  text-decoration: none;
  border-bottom: dotted 1px;
}

nav.top a:hover {
  color: #074eb2;
  border-bottom: dotted 1px;
}

ul.pager {
  list-style-type: none;
  margin: 1rem 0 1.5rem;
}

li.previous {
  text-align: left;
}

li.next {
  text-align: right;
}

h3.post-title a {
  border: none;
  text-align: left; /* Ensures all section titles are left-aligned */
  display: block; /* Ensures proper positioning */
  margin-left: 0; /* Resets any unintended indentation */
}

div.post-banner {
  width: 100%;
  text-align: center;
}

  div.post-banner a {
    border: none;
  }

  div.post-banner img {
    max-width: 100%;
  }

p.read-more {
  text-align: right;
}

div.cv-container {
  width: 100%;
  margin: 0 0 .7rem 0;
}

div.cv-right {
  width: 100%;
  text-align: right;
  margin: none;
}

.cv-header {
  /*display: block;*/
  float: left;
}

.cv-title {
  font-weight: bold;
}

.cv-date {
  font-style: italic;
  font-size: .9rem;
  float: right;
}

div.cv-left {
  width: 100%;
  text-align: left;
  margin: none;
  clear: both;
}

/*ol.publications li {
  text-align: left;
}*/

ul.pub-links {
  list-style-type: none;
  font-size: .9rem;
  margin: 0;
  padding: 0;
  max-width: 600px;
  width: 100%;
  min-height: 1rem;
  display: inline-block;
}

  ul.pub-links li {
    float: left;
  }

  ul.pub-links li a {
    text-align: center;
    margin-right: .6rem;
  }

.pub-title {
  color: #074eb2;
}

.pub-journal {
  font-style: italic;
}

p.pub-note {
  font-size: .8rem;
  text-align: left;
  text-indent: 1rem;
  margin: 0 0 0;
}

div.totop {
  text-align: right;
  margin: 0 0 1rem;
}

  div.totop hr {
    margin: 0 0 .2rem;
    height: 0;
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px dotted #888888;
  }

  div.totop a {
    border: none;
  }

svg.caret {
    width: 1rem;
    height: 1rem;
    fill: #888888;
}

  svg.caret:hover {
    fill: #08b26c;
  }

div.contact-social {
  text-align: center;
}

div.contact-social svg.social {
  height: 3rem;
  fill: currentColor;
  margin: 0 .7rem 0;
}

  div.contact-social svg.social:hover {
    fill: #08b26c;
  }

a.social {
  text-decoration: none;
  border: none;
}

svg.social {
    height: 1.5rem;
    fill: #888888;
    margin: 0 0 -.3rem;
}

  svg.social:hover {
    fill: #08b26c;
  }
