h4 {
  letter-spacing: .1rem; }
.container {
  max-width: 800px; }
.header {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left; }
.main-description h1 {
  margin-bottom: 0px; }
.main-description p {
  margin-bottom: 0px; }
.profile-pic {
  border-radius: 3px; }

/* Keep the photo a sensible size when the header stacks on phones */
@media (max-width: 549px) {
  .profile-pic {
    max-width: 170px;
    margin-bottom: 15px; }
}

/* Social icons */
.social-icons {
  margin-top: 8px; }
.social-icons a {
  color: #333;
  margin-right: 12px;
  text-decoration: none;
  transition: color .2s ease; }
.social-icons a:hover,
.social-icons a:focus-visible {
  color: #33C3F0; }
.footer .social-icons a {
  color: rgba(0, 0, 0, 0.4); }
.footer .social-icons a:hover {
  color: #33C3F0; }

/* Papers */
.paper {
  margin-bottom: 20px }
.paper p {
  margin-bottom: 2px }
.paper-buttons {
  margin-top: 5px }
.paper .button {
  display: inline-block;
  height: 25px;
  padding: 0 25px;
  font-weight: 100;
  line-height: 25px;
  text-transform: none; }

/* Research items */
.research-item {
  margin-bottom: 22px; }
.research-item p {
  margin-bottom: 4px; }
.research-interests {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 25px; }

.section-header {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.footer {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid #eee;
  padding: 15px 0 40px 0;
  margin-bottom: 0;}
.navbar {
  display: none; }
.title-subtitle h3 {
  margin-bottom: 0px; }
.title-subtitle h5 {
  color: rgba(0, 0, 0, 0.60); }
.image {
  text-align: center; }

/* Accessibility */
a:focus-visible,
.button:focus-visible {
  outline: 2px solid #33C3F0;
  outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 5rem; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  .has-docked-nav .navbar > .container {
    width: 80%; }
}
