@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,500;0,600;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");

:root {
  --global-bg-color: #ffffff;
  --global-text-color: #000000;
  --global-text-color-light: #828282;
  --global-theme-color: #4A90C2;
  --global-hover-color: #ffb81c;
}

body {
  background-color: #fff;
  padding: 0px;
  font: 16px/1.5 "Crimson Pro", serif;
  color: #595959;
  font-weight: 400;
  margin: 0;
}

.topnav {
  background-color: #4A90C2;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  width: 100%;
}

.topnav #myLinks {
  display: inline;
}

.topnav a.normal {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 9px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.normal:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.right {
  margin-right: 30%;
}

.wrapper {
  width: 1120px;
  margin: 0 auto;
}

header {
  width: 250px;
  float: left;
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 5.5em;
  text-align: center;
}

section {
  width: 800px;
  float: right;
  padding-top: 1.2em;
  padding-bottom: 50px;
}

.image {
  border-radius: 0.35em;
  border: 0;
  display: inline-block;
  position: relative;
}

.image.avatar {
  border-radius: 0;
  margin: 0 0 1em 0;
}

.image.avatar img {
  border-radius: 0;
  width: 150px;
  height: 150px;
  padding: 0;
  object-fit: cover;
}

h1 {
  font-weight: 500;
  color: #4A90C2;
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
}

h2 {
  color: #4A90C2;
  font-weight: 500;
  margin: 2px 0px 15px;
  font-size: 157%;
  line-height: 1.1;
  letter-spacing: 0;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #4A90C2;
  margin: 0 0 20px;
}

p,
ul,
ol,
table,
pre,
dl {
  margin: 0 0 20px;
}

a {
  color: #39c;
  text-decoration: none;
}

a:hover {
  color: #069;
}

strong {
  color: #222;
  font-weight: 500;
}

autocolor {
  color: #595959;
}

email {
  font-size: 14px;
  font-family: "Ubuntu Mono", monospace;
}

position {
  color: #595959;
}

img {
  max-width: 100%;
}

.bio-intro {
  margin: 60px 0 20px;
}

.awards {
  margin: 0 0 20px 18px;
  padding-left: 0;
}

.awards li {
  margin-bottom: 4px;
}

.pub-row {
  display: flex;
  align-items: center;
}

.social-icons a {
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  color: #4A90C2 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.15rem;
  line-height: 2.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background-color: white;
  color: black;
  transform: scale(1.2);
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff !important;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.publications {
  margin-top: 2rem;
}

.publications ol.bibliography {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.publications ol.bibliography li {
  min-height: 110px;
  margin-bottom: 0.5rem;
}

.publications ol.bibliography li .abbr {
  height: 8rem;
  margin-bottom: 0.5rem;
}

.publications ol.bibliography li .abbr abbr {
  display: inline-block;
  background-color: var(--global-theme-color);
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 8px;
  left: 16px;
}

.publications ol.bibliography li .teaser {
  border-radius: 8px;
  box-shadow: 3px 3px 6px #888;
  height: 123px;
  width: 270px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  object-fit: cover;
}

.publications ol.bibliography li .title {
  font-weight: bolder;
}

.publications ol.bibliography li .author a {
  border-bottom: 1px var(--global-theme-color);
}

.publications ol.bibliography li .author a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.btn {
  color: #000000;
}

.btn:hover {
  color: var(--global-theme-color);
}

@media print, screen and (max-width: 1200px) and (min-width: 1001px) {
  .topnav a.right {
    margin-right: 6%;
  }
}

@media print, screen and (max-width: 1000px) {
  .topnav a.right {
    margin-right: 3%;
  }

  .topnav a.normal {
    padding: 10px 5px;
  }
}

@media print, screen and (max-width: 1120px) {
  body {
    word-wrap: break-word;
    padding: 0px;
  }

  .wrapper {
    width: auto;
    margin: 0;
  }

  header,
  section {
    float: none;
    position: static;
    width: auto;
  }

  header {
    padding-top: 80px;
  }

  section {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    padding: 20px 20px;
    margin: 0 0 20px;
  }

  .image.avatar img {
    border-radius: 0;
    width: 150px;
    height: 150px;
    padding: 0;
    object-fit: cover;
  }

  .pub-row {
    display: flex;
    align-items: center;
  }
}

@media print, screen and (max-width: 480px) {
  .topnav #myLinks {
    display: inline;
  }

  .topnav a.normal {
    float: none;
    display: inline-block;
    padding: 10px 9px;
  }

  .topnav a.right {
    margin-right: 0;
  }

  .pub-row {
    display: block;
    align-items: center;
  }

  .image.avatar img {
    border-radius: 0;
    width: 140px;
    height: 140px;
    padding: 0;
    object-fit: cover;
  }
}
