@charset "UTF-8";
/*
CSS http://clementrenaud.com
par Clément Renaud
hi@clementrenaud.com
*/
/* fonts */
@font-face {
  font-family: "fontello";
  src: url("/fonts/fontello/fontello.eot?#iefix") format("embedded-opentype"), url("/fonts/fontello/fontello.woff") format("woff"), url("/fonts/fontello/fontello.ttf") format("truetype"), url("/fonts/fontello/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(/fonts/PTSans/PTSans-Italic.ttf) format("ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(/fonts/PTSans/PTSans-Italic.ttf) format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Italic"), local("PTSans-BoldItalic"), url(/fonts/PTSans/PTSans-BoldItalic.ttf) format("ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Italic"), local("PTSans-BoldItalic"), url(/fonts/PTSans/PTSans-BoldItalic.ttf) format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(/fonts/PTSans/PTSans-Regular.ttf) format("ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(/fonts/PTSans/PTSans-Regular.ttf) format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(/fonts/PTSans/PTSans-Bold.ttf) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(/fonts/PTSans/PTSans-Bold.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 15.75;
}

/**
 * Lists
 */
ul,
ol {
  margin-bottom: 30px;
  padding-left: 1em;
}
ul li,
ol li {
  line-height: 30px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Links
 */
a {
  color: black;
  text-decoration: none;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}
a:visited {
  color: black;
}
a:hover, a:visited:hover {
  color: black;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  margin: 3em 0;
}
blockquote p {
  display: inline;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
  vertical-align: bottom;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    max-width: -webkit-calc(960px - (30px));
    max-width: calc(960px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(45.9, 45.9, 45.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  margin-top: 1.28rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 10px 15px;
  line-height: 28.8px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

html {
  font-family: "PT Sans", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  font-style: normal;
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  -o-text-size-adjust: auto;
  text-size-adjust: auto;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

a {
  text-decoration: none;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

p {
  line-height: 1.28rem;
  margin-top: 1.28rem;
  margin-bottom: 1.5rem;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-top: 1.28rem;
  margin-bottom: 0;
  line-height: 1.28rem;
}

h1 {
  font-size: 2.4rem;
  line-height: 2.048rem;
  margin-top: 2.56rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 20px 0 0 0;
  padding: 0;
}

h2 {
  font-size: 1.95rem;
  line-height: 1.664rem;
  margin-top: 2.56rem;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: black;
  line-height: 1;
  margin: 20px 0 15px 0;
  padding: 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: black;
  line-height: 1.15em;
  margin: 20px 0 25px 0;
  padding: 0;
}

h4 {
  font-size: 1.05rem;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: black;
  line-height: 1;
  margin: 20px 0 20px 0;
  padding: 0;
}

h5 {
  font-size: 0.75rem;
}

h6 {
  font-size: 0.45rem;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?71131331#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-wechat:before {
  content: "\f1d7";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
.pdf-content object {
  width: 100%;
}

body {
  background: #FFF;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 40px;
  }
}

p a {
  text-decoration: underline;
  text-decoration-color: rgb(219, 217, 217);
}
p a[href^="mailto:"] {
  text-decoration: none;
}

h2 small {
  font-weight: normal;
}

video {
  max-width: 100%;
}

#branding {
  margin: 30px 0 0 30px;
  transition: margin-top 150ms linear;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  #branding {
    position: fixed;
    top: 40px;
    left: 40px;
    width: 140px;
    margin: 0;
  }
}

#main-nav {
  display: none;
  position: fixed;
  top: 140px;
  left: 40px;
  width: 140px;
}
@media screen and (min-width: 768px) {
  #main-nav {
    display: block;
  }
}
#main-nav h1 {
  font-size: 26pt;
  margin: 0 0 1em 0;
}
#main-nav a, #main-nav a:visited {
  opacity: 1;
}
#main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  transition: top 150ms linear;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 620px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav li {
  line-height: 2.5em;
  display: block;
  text-align: center;
}
#mobile-nav a {
  color: black;
}

#toggle-mobile-menu {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
#toggle-mobile-menu + label {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: top 150ms linear;
}
@media screen and (min-width: 620px) {
  #toggle-mobile-menu + label {
    display: none;
  }
}
#toggle-mobile-menu + label:after {
  content: "Menu";
}
#toggle-mobile-menu:checked + label {
  top: 200px;
}
#toggle-mobile-menu:checked + label:after {
  content: "Close";
}
#toggle-mobile-menu:checked ~ #branding {
  margin-top: 200px;
}
#toggle-mobile-menu:checked ~ #mobile-nav {
  top: 0;
}

.main {
  transition: margin 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#desc {
  margin-top: 8em;
  font-size: 0.9em;
  width: 75%;
}
#desc p {
  text-align: left;
}

#showcase {
  padding-top: 1em;
}
#showcase .node {
  stroke: #fff;
  stroke-width: 1.5px;
}
#showcase .link {
  stroke: #999;
  stroke-opacity: 0.6;
}
#showcase path {
  stroke: steelblue;
  stroke-width: 1;
  fill: none;
}

img {
  max-width: 100%;
  height: auto;
}

#footer {
  background: #000;
  color: white;
}
#footer .wrapper {
  padding-top: 2.5em;
}
#footer p, #footer a {
  color: white;
}
#footer #social {
  text-align: center;
}

.main {
  background: #FFF;
  padding-top: 9em;
}

p.projectTitle {
  font-size: 2em;
}

.cover {
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.cover .thumbnail {
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  background-size: cover;
  background-position: center;
}

.portfolio ul {
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .portfolio ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.portfolio li {
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .portfolio li {
    flex: 1 1 33%;
    padding: 10px;
  }
}
.portfolio .portfolio-item {
  margin-bottom: 4em;
}
.portfolio h2 {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 900;
}
.portfolio .portfolio-meta {
  font-size: 0.5em;
}
.portfolio .portfolio-thumbnail {
  overflow: hidden;
}
.portfolio .portfolio-thumbnail a {
  min-height: 300px;
  border: none;
  display: block;
  background-position: center;
  background-size: cover;
}
.portfolio a {
  color: black;
  display: block;
}
.portfolio img {
  width: 100%;
}

.tile {
  margin: 0 auto;
}
.tile p.projectTitle {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #AAA;
}
.tile img {
  width: 100%;
  height: 150px;
}

.small-tile p.projectTitle {
  border-top: 1px solid #AAA;
  padding-top: 1em;
  margin-top: 1em;
}

.page {
  min-height: 70vh;
  padding-bottom: 2em;
}
.page .title {
  margin: 1.25em 0;
}

#project .project-title {
  margin-bottom: 0.3em;
}
#project .project-desc {
  font-size: 1.2em;
  line-height: 1.3em;
}
#project #project-header {
  min-height: 5em;
  margin: 2.5rem 0;
}

.back {
  padding-bottom: 1em;
  display: block;
}

#writings li {
  list-style: none;
}

.video {
  text-align: center;
  padding-top: 2em;
}

#gallery {
  min-height: 100%;
  position: relative;
  padding-top: 1em;
}
#gallery ul {
  list-style: none;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
#gallery img {
  max-width: 100%;
}

.stop-scrolling {
  height: 100%;
  position: fixed;
}
@media screen and (max-width: 640px) {
  .stop-scrolling {
    position: relative;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -22px;
  text-align: center;
  shadow: 1px;
  border: none;
}
.scroll-indicator .scroll-indicator-wrapper {
  width: 42px;
  height: 42px;
  margin-top: 4px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.PageNavigation {
  display: block;
  width: auto;
  overflow: hidden;
  margin-top: 3rem;
}

.PageNavigation a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
}

.PageNavigation .next {
  text-align: right;
}

.social {
  margin: 1.5em 0 2em 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.social .wechat {
  text-align: center;
}

/* Leading paragraph text */
.lead {
  font-size: 1.5rem;
}

/* Hug a the block above you */
.hug {
  margin-top: 0;
}

ul#talks li, .bibliography li {
  margin-bottom: 1em;
}

#home ul {
  list-style: none;
}

#posts-list ul {
  list-style: none;
}
#posts-list li {
  margin-bottom: 1em;
}
#posts-list input[type=search] {
  width: 50%;
}

.post-meta, .post-source {
  text-align: right;
}

.comment-incentive {
  background: rgba(0, 0, 0, 0.05);
  padding: 2em;
  margin: 2em 0;
  word-break: break-word;
}

.footnotes {
  border-top: 1px dashed #ccc;
  font-size: 0.8em;
}

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