@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;1,300&family=Open+Sans:wght@300&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile-only {
  display: initial;
}

@media screen and (min-width: 720px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media screen and (min-width: 720px) {
  .desktop-only {
    display: initial;
  }
}

div.inner {
  padding: 0px 20px;
  margin: 0px auto;
  max-width: 960px;
}

@media screen and (min-width: 720px) {
  div.inner {
    padding: 0px 40px;
  }
}

a.anchor {
  display: block;
  top: 0px;
  visibility: hidden;
  position: relative;
}

html {
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  color: #ecf0f1;
  background-color: #34495e;
}

@media screen and (min-width: 720px) {
  html {
    font-size: 22px;
  }
}

html body {
  padding: 0px;
  margin: 0px;
}

html body header {
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

html body header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  padding: 20px 0px;
  background-color: #2980b9;
}

html body header nav div.inner {
  width: 100%;
}

html body header nav div.inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px calc(0px - var(--scrollbar-width, 0px) / 2);
}

html body header nav div.inner ul li {
  padding-right: 30px;
}

html body header nav div.inner ul li a {
  text-decoration: none;
  color: #ecf0f1;
}

html body header nav div.inner ul li a:hover {
  color: #f1c40f;
}

html body header nav .menu-icon {
  padding-top: 4px;
  margin-right: 20px;
  height: 18px;
}

html body header nav .menu {
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  top: 64px;
  right: 0px;
  width: 50%;
  background-color: #27ae60;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-bottom-left-radius: 8px;
}

html body header nav .menu ul {
  list-style-type: none;
  padding: 20px;
  margin: 0px;
}

html body header nav .menu ul li {
  padding-bottom: 4px;
}

html body header nav .menu ul li a {
  display: block;
  text-decoration: none;
  color: #ecf0f1;
  font-family: 'Open Sans';
  font-size: 1.2rem;
}

html body header nav .menu.opened {
  opacity: 1;
  pointer-events: inherit;
}

html body div.page {
  position: fixed;
  top: 64px;
  height: calc(100vh - 64px);
  width: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

html body div.page section.home {
  margin-top: 30px;
  background-color: #7f8c8d;
}

html body div.page section.home div.home-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body div.page section.home div.home-container img {
  height: 128px;
  margin: 10px 30px 10px 0px;
  border-radius: 4px;
}

html body div.page section.home div.home-container h1 {
  font-family: 'Open Sans';
  font-size: 1.8rem;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

html body div.page section.home div.home-container p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

html body div.page main {
  padding: 0px;
  margin: 0px;
}

html body div.page main section.about {
  margin-top: 30px;
}

html body div.page main section.about ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

html body div.page main section.profiles {
  margin-top: 30px;
}

html body div.page main section.profiles ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

html body div.page main section.profiles ul li {
  margin: 10px 0px;
}

html body div.page main section.profiles ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #ecf0f1;
}

html body div.page main section.profiles ul li a:active {
  color: #ecf0f1;
}

html body div.page main section.profiles ul li a:visited {
  color: #ecf0f1;
}

html body div.page main section.profiles ul li a img {
  height: 32px;
}

html body div.page main section.profiles ul li a p {
  padding: 0px;
  margin: 4px 10px;
}

html body div.page main section.education {
  margin-top: 30px;
}

html body div.page main section.education strong {
  font-family: 'Open Sans';
  font-size: 1.3rem;
}

html body div.page main section.education ul {
  padding: 0px;
  margin: 20px 0px 0px 20px;
}

html body div.page main section.education div.thesis {
  padding: 20px 0px 0px 0px;
}

html body div.page main section.education div.thesis strong {
  font-family: 'Open Sans';
  font-size: 1rem;
}

html body div.page main section.education div.thesis p {
  margin: 10px 0px 0px 0px;
}

html body div.page main section.publications {
  margin-top: 30px;
}

html body div.page main section.publications strong {
  font-family: 'Open Sans';
  font-size: 1.3rem;
}

html body div.page main section.publications ol {
  padding: 0px;
  margin: 20px 0px 0px 20px;
}

html body div.page main section.publications ol li {
  margin-bottom: 10px;
}

html body div.page main section.publications ol li span.journal {
  font-style: italic;
}

html body div.page main section.publications ol li a {
  text-decoration: none;
  color: #2ecc71;
}

html body div.page main section.publications ol li a:active {
  color: #2ecc71;
}

html body div.page main section.publications ol li a:visited {
  color: #2ecc71;
}

html body div.page main section.interests,
html body div.page main section.students,
html body div.page main section.honors {
  margin-top: 30px;
}

html body div.page main section.interests strong,
html body div.page main section.students strong,
html body div.page main section.honors strong {
  font-family: 'Open Sans';
  font-size: 1.3rem;
}

html body div.page main section.interests ul,
html body div.page main section.students ul,
html body div.page main section.honors ul {
  padding: 0px;
  margin: 20px 0px 0px 20px;
}

html body div.page main section.interests ul li,
html body div.page main section.students ul li,
html body div.page main section.honors ul li {
  margin-bottom: 10px;
}

html body div.page main section.contact {
  margin-top: 30px;
  position: relative;
}

html body div.page main section.contact strong {
  font-family: 'Open Sans';
  font-size: 1.3rem;
}

html body div.page main section.contact .subsection {
  margin: 20px 0px 0px 0px;
}

html body div.page main section.contact .subsection strong {
  font-family: 'Open Sans';
  font-size: 1rem;
}

html body div.page main section.contact .subsection p {
  margin: 10px 0px 0px 0px;
}

html body div.page main section.contact img {
  position: absolute;
  right: 0px;
  bottom: calc(50% - 85px);
  height: 100px;
}

@media screen and (min-width: 720px) {
  html body div.page main section.contact img {
    height: 128px;
  }
}

html body div.page footer {
  margin-top: 30px;
}

html body div.page footer div.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body div.page footer div.info img {
  background-color: #000000;
  padding: 2px;
}

html body div.page footer div.info .notes {
  font-family: 'Open Sans Condensed';
  font-size: 0.8rem;
}

html body div.page footer .copyright {
  background-color: #7f8c8d;
  padding: 20px 0px;
  margin: 50px 0px;
}
/*# sourceMappingURL=main.css.map */