@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400&display=swap');

html {
  background-color:rgb(238, 234, 238);
}

body {
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans;
  background-color: rgb(251,247,242);
  padding: 2em; 
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }

  .academic {
    display: grid;
    grid-template-columns: 1fr;
  }
}

hr {
  width: 100%;
  /* position: absolute;
  left: 0; */
}

body {
  line-height: 1.5em;
  max-width: 800px;
  margin: 0 auto;
}

ul {
  list-style: square;
}

h1 {
  font-size: 1.4em;
  margin: 1.5em 0em 1.5em 0em;
}

h2 {
  font-size: 1.2em;
  margin: 1.5em 0em 1.5em 0em;
}

h3 {
  font-size: 1em;
  margin: 1.5em 0em 1.5em 0em;
}

a {
  text-decoration: none;
  color: crimson;
}

nav {
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin: 1em 0;
}

nav #nav-name {
  color: #1d1b1e;
  text-decoration: none;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-left: 1rem;
  /* margin: 2em 0 0.5em 1.2em; */
}

nav #nav-links {
  text-align: right;
  font-size: 1em;
  /* margin: 2em 0 0.5em 1.2em; */
}

nav .nav-link {
  display: inline-block;
  /* margin: 0.8em; */
}

.academic {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.academic #info {
  padding: 2em;
}

.academic #position {
  padding: 1em 0;
}

.academic #info address {
  font-style: normal;
}

.academic #interests {
  margin: 1em 0 0 0;
}

.academic .face {
  display: flex;
  justify-content: center;
  align-items: center;
}

.academic #img-face {
  width: 90%;
  height: auto;
}

footer {
  margin: 3em 2em 1em 0em;
  text-align: center;
}

/* Publication table */

table.pubs {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

table.pubs td:nth-child(1) {
  width: 25%;
}

table.pubs td:nth-child(2) {
  width: 75%;
}

table.pubs td {
  padding: 1em;
}

td.short {
  vertical-align:top;
  text-align:center;
  margin: 1em;
  letter-spacing: 1px;
}

td.pub-desc {
  padding: 0.2em 0 1em 0;
}

.pub-desc .title {
  color: rgb(15, 15, 160);
}

span.short {
  display: inline-block;
  color: rgb(188, 206, 26);
  margin: 0 auto;
  padding: 0.7em;
  border-radius: 25px;
  background-color: black;
  vertical-align:top;
}

.bibbtn {
  border: 2pt outset;
}

/* Talks table */

table.talks {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

table.talks td:nth-child(1) {
  width: 25%;
}

table.talks td:nth-child(2) {
  width: 75%;
}

table.talks td {
  padding: 1em;
}

span.talkshort {
  display: inline-block;
  color:darkslateblue;
  margin: 0 auto;
  padding: 0.7em;
  border-radius: 25px;
  letter-spacing: 1px;
}

.talk .title {
  color: rgb(15, 15, 160);
}