body {
  font-family: ETBook, Garamond, serif;
  font-weight: 400;
  max-width: 800px;
  margin: auto;
  padding: 10px 10px 10px 10px;
  background-color: #fdf6e3;
  color: #586e75;
}
@media print {
  body {
    background-color: #fff;
  }
}
h1 h2 h3 {
  font-weight: 400;
}
/* Section bar */
h1:not([class="name"])::before {
  content: "";
  display: inline-block;
  margin-right: 1%;
  width: 10%;
  height: 5px;
  background-color: #073642;
  vertical-align: middle;
}
h1:not([class="name"]) {
  font-size: 150%;
  page-break-after: avoid;
}
strong {
  font-weight: 600;
}
/* Listings */
dt,
dd {
  margin-bottom: 3px;
}
dt {
  float: left;
  clear: both;
  width: 17%;
  font-weight: 400;
}
dd {
  margin-left: 17%;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  dd {
    clear: left;
  }
}
p {
  margin-top: 0;
  margin-bottom: 7px;
}
/* blockquote */
.summary blockquote {
/* opacity: 0.5 */
/* opacity causes low-res rasterization on print */
  text-align: left;
  margin-left: 0;
  margin-right: 0;
/* font-style: italic */
}
blockquote p {
  display: inline-block;
  background-color: #eee8d5;
  padding: 1%;
  margin: auto;
}
@media print {
  blockquote p {
    background-color: #e6e6e6;
  }
}
a {
  text-decoration: none;
  color: #2aa198;
}
a:hover,
a:active {
  background-color: #eee8d5;
  color: #657b83;
  text-decoration: none;
}
/* name, contact, summary header */
.name-and-summary {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0px 0px 1px 0px;
  background-color: #fdf6e3;
}
@media print {
  .name-and-summary {
    background-color: #fff;
  }
}
h1.name {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.socnet,
.email,
.address,
.orcid {
  display: inline-block;
  color: #586e75;
  margin-right: 1%;
}
.socnet div {
  display: inline-block;
}
.name-and-summary hr {
  display: block;
  border: 0;
  border-bottom: 1px solid #586e75;
  margin-bottom: 0;
  margin-top: 0;
}
i[class^="fa fa-"]:after {
  content: ": ";
}
/* custom sections */
h3#programming-languages,
h3#presentations {
  page-break-before: always;
}
.cv-col-list > ul {
  margin: 0;
}
.cv-columns > ul ul,
.cv-columns > .cv-col-list {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 480px) {
  .cv-columns > ul ul,
  .cv-columns > .cv-col-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.cv-columns ul {
  padding-left: 1em;
  list-style: none;
}
div[id^="ref-"] {
  padding-left: 4em;
  text-indent: -4em;
}

