*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* prevent elastic scrolling */
html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
}

#main-container {
  margin: 0 auto;
  max-width: 80rem;
}

h1,
h2,
h3 {
  font-weight: 600;
  color: #1c2b3b;
  font-family: "Mulish", sans-serif;
  line-height: 1.5;
}

a,
a:visited {
  color: #1c2b3b;
  text-decoration: underline;
}

a:hover {
  color: #1d836d;
  text-decoration: underline;
}

aside {
  width: 20rem;
  position: fixed;
  padding: 3rem 3rem 1rem;
  top: 0;
  height: 100%;
  background-color: rgb(236, 236, 240);
  overflow-x: hidden;
  text-align: center;
  color: #1c2b3b;
}
@media (max-width: 50rem) {
  aside {
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media (max-width: 50rem), (max-height: 620px) {
  aside {
    padding: 1.5rem;
  }
}
aside nav {
  clear: both;
}
@media (max-width: 50rem) {
  aside nav {
    margin-top: 2.5rem;
  }
}
aside nav a, aside nav a:visited {
  line-height: 2;
  text-decoration: none;
  display: block;
  color: #1c2b3b;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
@media (max-width: 50rem), (max-height: 620px) {
  aside nav a, aside nav a:visited {
    line-height: 1.5;
  }
}
aside nav a:hover, aside nav a:active, aside nav a.active-nav {
  color: #1d836d;
}

main {
  padding: 0 3rem;
  max-width: 60rem;
  display: block;
}
@media (min-width: 50rem) {
  main {
    margin-left: 20rem;
    padding: 2rem 4rem;
  }
}
main img {
  max-width: 100%;
  height: auto;
}
main img.publication-image {
  max-height: 12rem;
  width: auto;
}
main img.clickable-image:hover {
  opacity: 0.8;
}
main li {
  margin-bottom: 0.5rem;
}

#shadow {
  box-shadow: 15px 0 17px -7px #ccc, -15px 0 17px -7px #ccc;
  width: 80rem;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: -1;
}

#header-photo {
  border-radius: 50%;
  width: 8rem;
}
@media (max-width: 50rem) {
  #header-photo {
    float: left;
    margin-right: 1.5rem;
    width: 6rem;
  }
}

#header-photo:hover {
  opacity: 0.8;
}

#my-name {
  color: #1d836d;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  margin: 0.5rem 0;
}
@media (max-width: 50rem) {
  #my-name {
    text-align: left;
    margin: 0;
  }
}

#tagline {
  margin-bottom: 2rem;
}
@media (max-width: 50rem) {
  #tagline {
    margin-bottom: 1.5rem;
    text-align: left;
    margin-left: 7.5rem;
  }
}

#socials {
  margin-top: 2rem;
}
@media (max-width: 50rem) {
  #socials {
    margin-top: 1.5rem;
  }
}

img.social-icon {
  width: 1.5rem;
}
img.social-icon:hover {
  opacity: 0.5;
}

button.featherlight-close.featherlight-close-icon {
  font-size: 1.1rem;
  font-weight: 600;
  color: #a1a1a1;
}
button.featherlight-close.featherlight-close-icon:hover {
  color: #242424;
}

@media (max-width: 50rem) {
  figure {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}

figcaption {
  font-size: 0.9rem;
  color: rgb(88, 88, 88);
}

/*# sourceMappingURL=styles.css.map */