/* Base */
/* ----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html, body { height: 100%; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }

a         { color: #2a7ae2; text-decoration: none; }
a:hover   { color: #000; text-decoration: underline; }
a:visited { color: #205caa; }

p,
aside {
  margin-bottom: 20px;
}

.preface {
  font-style: italic;
  font-size: 0.8em;
  background-color: rgb(232, 232, 232);
  padding: 5px;
}

strong {
  font-weight: bold;
}
/* Utility */

.wrap:before,
.wrap:after { content:""; display:table; }
.wrap:after { clear: both; }
.wrap {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1;
}

@media screen and (max-width: 1259px) {
  .wrap {
    max-width: 800px;
  }
}

@media screen and (max-width: 859px) {
  .wrap {
    max-width: 400px;
  }
}

.video-container {
  position: relative;

  /* old approach, 100% width video */
  /*padding-bottom: 56.25%;*/
  /*padding-top: 30px;*/
  /* width: 100% */

  /* new approach, 95% width video */
  padding-bottom: 53.4375%; /* 56.25 * 0.95 */
  width: 95%;

  height: 0;
  overflow: hidden;
  margin: 0 auto 20px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Layout Styles */
/* ----------------------------------------------------------*/

/* Site header */

.site-header {
  border-top: 5px solid #333;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  background-color: white;
}

.site-title,
.site-title:hover,
.site-title:visited {
  display: block;
  color: #333;
  font-size: 26px;
  letter-spacing: -1px;
  float: left;
  line-height: 56px;
  position: relative;
  z-index: 1;
  /*text-align: center;*/
  /*width:100%;*/
}

.site-nav {
  float: right;
  line-height: 56px;
}

.site-nav .menu-icon { display: none; }

.site-nav .page-link {
  margin-left: 20px;
  color: #727272;
  letter-spacing: -.5px;
}

/* Site footer */

.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -.5px;
  margin-bottom: 15px;
}

.site-footer .column { float: left; margin-bottom: 15px; }

.footer-col-1 {
  width: 270px; /*fallback*/
  width: -webkit-calc(35% - 10px);
  width: -moz-calc(35% - 10px);
  width: -o-calc(35% - 10px);
  width: calc(35% - 10px);
  margin-right: 10px
}
.footer-col-2 {
  width: 175px; /*fallback*/
  width: -webkit-calc(23.125% - 10px);
  width: -moz-calc(23.125% - 10px);
  width: -o-calc(23.125% - 10px);
  width: calc(23.125% - 10px);
  margin-right: 10px
}
.footer-col-3 {
  width: 335px; /*fallback*/
  width: -webkit-calc(41.875%);
  width: -moz-calc(41.875%);
  width: -o-calc(41.875%);
  width: calc(41.875%);
}

.site-footer ul { list-style: none; }

.site-footer li,
.site-footer p {
  font-size: 15px;
  letter-spacing: -.3px;
  color: #828282;
}

.github-icon-svg,
.twitter-icon-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}


/* Page Content styles */
/* ----------------------------------------------------------*/

.page-content {
  padding: 30px 0;
  background-color: #fff;
}


/* Home styles */
/* ----------------------------------------------------------*/

.announcement {
  background-color: #e8e8e8;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 5px;
  text-align: center;
}

.home h1 { margin-bottom: 25px; }

.home h2 {
  font-size: 32px;
  letter-spacing: -1.25px;
  font-weight: 300;
  margin: 7px 0;
}

.posts { list-style-type: none; }

.posts li { margin-bottom: 30px; }

.posts .post-link {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
}

.posts .post-date {
  display: block;
  font-size: 15px;
  color: #818181;
}

.projects {
  background: #e8e8e8;
  overflow:auto;
}

.project,
.hit {
  position:relative;
  width: 390px;
  float: left;
  margin: 5px;
}

.project {
  background: white;
  height: 390px;
}

.hit > .project {
  margin: 0;
}

.project-link {
  display: block;
}

.project img {
  display: block;
  width: 100%;
  height: auto;
}

.project .info {
  position: absolute;
  top: 74%;
  left: 0;
  width: 92%;
  height: 18%;
  background: rgba(232, 232, 232, 0.9);
  padding: 2%;
  margin: 2%;
  color: #000;

  display: none;
}

.project:hover .info, .touch .project .info {
  display: block;
}


.project .info h3 {
  font-weight: bold;
}

.project .info .tags {
  position: absolute;
  bottom: 0;
}

/* Post styles */
/* ----------------------------------------------------------*/

.post-header {
  margin: 10px 0;
}

.post-header h1 {
  font-size: 42px;
  letter-spacing: -1.75px;
  line-height: 1;
  font-weight: 300;
}

.post-header h2 {
  font-size: 28px;
  font-weight: 300;
}

.post-header .client {
  font-weight: 400;
}

.post-header time {
  display: block;
  margin-top: 5px;
}

.post-header .meta {
  font-size: 15px;
  color: #818181;
  margin-top: 5px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1;
  font-weight: 300;
  margin: 40px 0 20px;
}

.post-content h2 {
  font-size: 32px;
  letter-spacing: -1.25px;
  border-bottom:1px solid #e8e8e8;
  padding-bottom: 7px;
}

.post-content h3 {
  font-size: 26px;
  letter-spacing: -1px;
}

.post-content h4 {
  font-size: 20px;
  letter-spacing: -1px;
}

.post-content blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  opacity: .6;
  letter-spacing: -1px;
  font-style: italic;
  margin: 30px 0;
}

.post-content audio {
  width: 100%;
}

.post-content ul,
.post-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  margin-bottom: 0px;
}

.post pre,
.post code {
  border: 1px solid #d5d5e9;
  background-color: #eef;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  overflow:scroll;
}

.post code { padding: 1px 5px; }

.post ul,
.post ol { margin-left: 1.35em; }

.post pre code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.post pre.terminal code { background-color: #333; }


/* Single Projects */
/* ----------------------------------------------------------*/

.project-single .post-header,
.project-single .post-content {
  max-width: 870px;
  margin: 10px auto;
}

.project-single .sourcecode {
  font-size: 0.85em;
}

.project-single.has-sidenotes .sidenote-mobile {
  display: none;
}

aside,
.project-single.has-sidenotes .sidenote,
.project-single.has-sidenotes .sidenote-mobile {
  font-size: 0.8em;
  padding: 5px;
  background-color: rgb(232, 232, 232);
}


@media screen and (min-width: 1200px) {
  .project-single.has-sidenotes .post-content {
    max-width: 700px;
    position: relative;
  }

  .project-single.has-sidenotes .sidenote {
    position: absolute;
    display: block;
    width: 140px;
    left: 720px;
  }
}

@media screen and (max-width: 1200px) {
  .project-single.has-sidenotes .sidenote {
    display: none;
  }
  .project-single.has-sidenotes .sidenote-mobile {
    display: block;
  }
}

.sidenote h1,
.sidenote h2,
.sidenote h3,
.sidenote h4,
.sidenote h5,
.sidenote h6,
.sidenote-mobile h1,
.sidenote-mobile h2,
.sidenote-mobile h3,
.sidenote-mobile h4,
.sidenote-mobile h5,
.sidenote-mobile h6 {
  margin-top: 0;
  font-weight: 800;
  line-height: 1.25em;
  margin-bottom: 10px;
} 

.project-single .post-content img {
  display: block;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
  max-height: 80vh;
}

.project-single .post-content img.full-height {
  max-height: 100vh;
}

.project-single .post-content img.wrap-right {
  float: right;
  padding-left: 10px;
}

.project-single .post-content img.wrap-left {
  float: left;
  padding-right: 10px;
}

.project-single .post-content img.portrait {
  max-height: 700px;
  width: auto;
}

.img-caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 90%;
  font-size: 0.85em;
}

.project-single .post-content div.big-quote {
  width: 90%;
  margin: 0 auto 20px;
  font-family: Palatino;
  font-size: 1.7em;
  font-style: italic;
}

.project-single .post-content div.big-quote strong {
  font-weight: bold;
}

.project-single .post-content .big-list {
  width: 90%;
  margin: 0 auto 20px;
  /*font-family: Palatino;*/
  font-size: 1.3em;
  /*font-style: italic;*/
}

.project-single .post-content .big-list strong {
  font-weight: bold;
}

em.smaller {
  font-size: 0.8em;
}

@media screen and (max-width: 859px) {
  .project-single .post-content img, .project-single .post-content img.portrait {
    max-width: 100%;
    height: auto;
  }
}

/* Demo Projects */
/* ----------------------------------------------------------*/

.project-single.has-demo {
  max-width: 100%;
}

/*.project-single.has-demo .post-header {
  max-width: 870px;
  margin: 0 auto 10px;
}
*/
/*.project-single.has-demo .post-content {
  width: 100%;
  max-width: 1200px;
}
*/
/* Syntax highlighting styles */
/* ----------------------------------------------------------*/

.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */


/* media queries */
/* ----------------------------------------------------------*/

@media screen and (min-width: 751px) {
  .split > * {
    max-width: 50%;
  }

}

@media screen and (max-width: 750px) {

  .footer-col-1 { width: 50%; }

  .footer-col-2 {
    width: 45%; /*fallback*/
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .site-footer .column.footer-col-3 {
    width: auto;
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 600px) {

  .wrap { padding: 0 12px; }

  .site-nav {
    position: fixed;
    z-index: 10;
    top: 14px; right: 8px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
  }

  .site-nav .menu-icon {
    display: none;
    font-size: 24px;
    color: #505050;
    float: right;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }

  .site-nav .menu-icon svg { width: 18px; height: 16px; }

  .site-nav .trigger {
    clear: both;
    margin-bottom: 5px;
    display: none;
  }

  .site-nav:hover .trigger { display: block; }

  .site-nav .page-link {
    display: block;
    text-align: right;
    line-height: 1.25;
    padding: 5px 10px;
    margin: 0;
  }

  .post-header h1 { font-size: 36px; }
  .post-content h2 { font-size: 28px; }
  .post-content h3 { font-size: 22px; }
  .post-content h4 { font-size: 18px; }
  .post-content blockquote { padding-left: 10px; }
  .post-content ul,
  .post-content ol { padding-left: 20px; }

  .site-footer .column {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 15px; }

}

.embed-list .video-container {
  margin-bottom: 20px;
}

.embed-list h1,
.embed-list h2,
.embed-list h3,
.embed-list h4,
.embed-list h5,
.embed-list h6 {
  font-weight:300;
  border-bottom:1px solid #e8e8e8;
  margin-bottom:10px;
}

.embed-list h2 {
  font-size: 3em;
}

.embed-list h3 {
  font-size: 1.5em;
}

.embed-list time {
  display: inline-block;
  margin-bottom: 10px;
}

article video {
  margin: 0 auto 20px;
  display: block;
  max-width: 90%;
  height: auto;
}

.split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fifty-project .info {
  font-family: 'Lato';
  font-size: 2em;
}

.fifty-grid-video {
  height: 100%;
  width: 100%;
}

.change-projects {
  background: none;
}

.change-a-number-project {
  --margin: 20px;
  width:  calc((1200px / 4) - (var(--margin) * 2));
  height: calc((1200px / 4) - (var(--margin) * 2));
  margin: var(--margin) var(--margin) calc(var(--margin) * 3); 
  float: left;
}

.change-a-number-project img {
  display: block;
  width: 100%;
  height: auto;
}

.change-a-number-project h2 {
  font-weight: 300;
  text-align: center;
  font-size: 1.5em;
  color: black;
}

.change-a-number-project img {
  border: 1px solid #e8e8e8;
}

.change-a-number-project a:hover img {
  border: 1px solid black;
}

.change-a-number-project a:hover { 
  color: #000; 
  text-decoration: underline; 
}

.change-a-number-project a:visited { 
  color: #000; 
}



@media screen and (max-width: 1259px) {
  .change-a-number-project {
    width:  calc((800px / 3) - ((10px / 3) * 2));
    height: calc((800px / 3) - ((10px / 3) * 2));
    margin: calc(10px / 3);
  }
}

@media screen and (max-width: 859px) {
  .change-a-number-project {
    width:  calc((400px / 2) - ((10px / 2) * 2));
    height: calc((400px / 2) - ((10px / 2) * 2));
    margin: calc(10px / 2);
  }
}

@media screen and (max-width: 600px) {
  .change-a-number-project {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 5px 0;
  }
}

.can-interactive {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* Year in Review */

.year-in-review .post-content {
  width: 100%;
  max-width: 100%;
}

.year-in-review ul {
  line-height: 1.7em;
}


@media screen and (min-width: 1200px) {
  .year-in-review .post-content {
    position: relative;
    max-width: 66.666%;
  }
}

.year-in-review .post-content .event {
  background: #e8e8e8;
  width: 100%;
  max-width: 100%;
  margin: 15px auto;
  padding: 15px 15px;
  box-sizing: border-box;
}

.year-in-review .post-content .event h3 {
  text-align: left;
  font-weight: 400;
  padding: 0;
  margin: 5px 0 15px;
}

.year-in-review .post-content .event p {
  margin: 10px 0;
}

.year-in-review .post-content .event img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 10px auto 0;
  max-height: 100%;
}

.year-in-review .year-images.mobile .img-wrap {
  width: 49%;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .year-in-review .year-images {
    display: none;
  }

  .year-in-review .year-images.mobile {
    display: block;
  }
}


@media screen and (min-width: 1200px) {
  .year-in-review .year-images {
    display: block;
  }

  .year-in-review .year-images.mobile {
    display: none;
  }

  .year-in-review .year-images {
    display: inline-block;
    position: absolute;
    left: 100%;
    width: 50%;
  }

  .year-in-review .year-images .img-wrap {
    width: 100%;
    display: block;
  }

  .year-in-review .year-images img,
  .year-in-review .year-images video,
  .year-in-review .year-images .img-caption {
    width: 90%;
  }

  .year-in-review .year-images img,
  .year-in-review .year-images video {
    height: auto;
    margin: 0 0 10px 10%;
    max-height: none;
  }

}


.year-in-review #places {
  width: 150%;
}

.year-in-review #places .img-caption {
  margin-top: 5px;
}

.year-in-review #places img {
  max-width: 100%;
  max-height: 90vh;
}

.year-in-review .separator {
  width: 100%;
  height: 1px;
  background-color: #b6b6b6;
}

.year-in-review .full {
  width: 150%;
}
