@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
}

a {
  color: #1772d0;
  text-decoration: none;
}
a:focus, a:hover {
  color: #f09228;
  text-decoration: none;
}

body, td, th, tr, p, a {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

strong {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

h2 {
  margin: 0;
  font-weight: normal;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 22px;
}

.papertitle {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.name {
  padding-top: 20px;
  margin: 0;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 32px;
}

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.fade {
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

span.highlight {
  background-color: #ffffd0;
}

.venue-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border-radius: 6px;
  background-color: #f0f4fb;
  color: #1772d0;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

/* ── Mobile responsive ────────────────────────────────────────────────────── */
@media screen and (max-width: 600px) {

  /* Name size */
  .name { font-size: 24px; }

  /* Header: stack photo above bio */
  .header-row { display: flex; flex-wrap: wrap; }
  .header-photo {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 16px !important;
    box-sizing: border-box;
    order: -1;
  }
  .header-photo img {
    width: 45% !important;
    max-width: 180px !important;
  }
  .header-bio {
    display: block;
    width: 100% !important;
    padding: 8px 16px !important;
    box-sizing: border-box;
  }

  /* Paper rows: stack image above text */
  .paper-row { display: flex; flex-wrap: wrap; }
  .paper-img-cell {
    display: block;
    width: 100% !important;
    padding: 10px 16px 0 !important;
    box-sizing: border-box;
  }
  .paper-img-cell img { max-height: 180px; width: auto; margin: 0 auto; }
  .paper-txt-cell {
    display: block;
    width: 100% !important;
    padding: 8px 16px 16px !important;
    box-sizing: border-box;
  }
}
