* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: geneva, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #201000;
  background-color: #fffef8;
  --webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: #6b4024;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}
a strong {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border: 0 solid #dddddd;
  border-collapse: collapse;
}

td,
th {
  padding: 0.25rem 0.5rem;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

th {
  text-align: left;
}

thead th {
  border-bottom-color: currentColor;
}

mark {
  padding: 0.15rem;
  background-color: #fff3bf;
  border-radius: 0.125rem;
}

.site {
  margin-left: auto;
  margin-right: auto;
}

.page-content {
  max-width: 38rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

footer {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.headshot {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  max-width: 180px;
  border-radius: 0.25rem;
}

@media (max-width: 600px) {
  .headshot {
    float: none;
    display: block;
    margin: 0 auto 1rem auto;
  }
}
.masthead {
  padding: 1rem;
  margin-bottom: 0;
}
.masthead .masthead-nav {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
}
.masthead .masthead-title {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
}
.masthead .masthead-item {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.masthead a {
  text-decoration: none;
  color: inherit;
}
.masthead a:hover {
  color: #000000;
}

.masthead-rule {
  border: none;
  border-top: 1px solid #dddddd;
  margin-top: 0;
  margin-bottom: 2rem;
}

.publications ol, .publications ul {
  list-style: none;
  padding-left: 0;
}
.publications li {
  margin-bottom: 1rem;
}
.publications h1 {
  color: #201000;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.publications h2 {
  margin-bottom: 0.5rem;
}
.publications h2 span {
  font-size: 1rem;
}
.publications .title {
  font-weight: bolder;
}
.publications .author a {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.publications .author a:hover {
  text-decoration-style: solid;
}
.publications .author > em {
  text-decoration: underline;
  font-style: normal;
}
.publications .buttons {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.publications .buttons a.button {
  text-decoration: none;
  border: 2px solid #6b4024;
  margin-right: 0.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 0;
  font-size: 0.625rem;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
}
.publications .buttons a.button:hover {
  border-color: #000000;
}
.publications .hidden {
  font-size: 0.75rem;
  max-height: 0px;
  overflow: hidden;
  text-align: justify;
}
.publications .hidden p {
  line-height: 1.4em;
  margin: 10px;
}
.publications .hidden pre {
  font-size: 1em;
  line-height: 1.4em;
  margin: 10px;
}
.publications .hidden.open {
  max-height: 100em;
  overflow-x: auto;
  margin-bottom: 0.5rem;
}
.publications div.abstract.hidden {
  border: none;
}
.publications div.abstract.hidden.open {
  border: dashed 1px #fffef8;
  border-color: #6b4024;
}
.publications div.bibtex.hidden {
  border: none;
}
.publications div.bibtex.hidden.open {
  border: dashed 1px #fffef8;
  border-color: #6b4024;
}

ul.posts {
  list-style: none;
  padding-left: 0;
}
ul.posts li {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=main.css.map */