/* Jon Barron inspired academic website stylesheet */

a {
  color: #1772d0;
  text-decoration: none;
}

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

body,
td,
th,
tr,
p,
a {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

strong {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
}

heading {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

papertitle {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700
}

name {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.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;
}

.hoverZoomLink {
  transition: transform .2s;
}

.hoverZoomLink:hover {
  transform: scale(1.05);
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Responsive design */
@media screen and (max-width: 1200px) {
  body {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding: 0 15px;
  }
  
  table {
    width: 100% !important;
  }
  
  td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  name {
    font-size: 24px;
  }
  
  heading {
    font-size: 18px;
  }
}
