/*! shape-shifter 2013-08-14 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
body {
  background-color: #FAF9F2;
  color: black;
  line-height: 1.6;
  font-size: 16px;
  font-family: -apple-system,"BlinkMacSystemFont","Helvetica Neue",
    "Lucida Grande","Roboto","Open Sans","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #ae3737;
  text-decoration: none;
  word-wrap: break-word;
  transition: color 0.2s
}

a:hover {
  color: #ff5e4e;
  text-decoration: none
}
body.canvas-ready {
  background: -webkit-linear-gradient(top, #FAF9F2 0, #FAF9F2 120%);
  background: -moz-linear-gradient(top, #FAF9F2 0, #FAF9F2 120%);
  background: -o-linear-gradient(top, #FAF9F2 0, #FAF9F2 120%);
  background: -ms-linear-gradient(top, #FAF9F2 0, #FAF9F2 120%);
  background: linear-gradient(top, #FAF9F2 0, #FAF9F2 120%);
}
.content {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .content {
    max-width:800px;
    padding-right: 15px;
    padding-left: 15px
  }
}
#welcome {
  border-bottom: 1px solid #e8e8e8;
}
.content:after,.clear:after {
  content: "";
  display: table;
  clear: both
}
.site-header {
  border-top: 5px solid #424242;
  border-bottom:  1px solid #e8e8e8;
  min-height: 56px;
  position: relative;
}
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}
.site-title, .site-title:hover {
  color: #424242;
}
.site-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #424242;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: all .15s;
}
.site-title {
  font-size: 24px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  margin-right: 28px;
  position: relative;
  transition: none;
}
@media screen and (max-width: 800px) {
  .site-title {
    font-size: 20px;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 0;
    float: left;
    margin-right: 28px;
    position: relative;
    transition: none;
  }
}
.site-title:hover::before,.site-title:focus::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1)
}
.table-list {
  display: table;
  width: 100%;
}
.table-list .table-cell {
  padding: 0.3em 1.231em 1em 0;
  display: table-cell;
  vertical-align: top
}
.table-list .table-cell h1,.table-list .table-cell h2,.table-list .table-cell h3,.table-list .table-cell h4 {
  margin: 0;
  font-weight: 600
}
.table-list .table-cell p {
  margin: 0
}
@media screen and (max-width: 600px) {
  .table-list .table-cell {
    display:block;
    padding-right: 0;
    padding-left: 0;
    text-align: center
  }
}
.table-list .table-cell:last-child {
  padding-right: 0
}
.site-content {
  padding: 30px 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?250xr3');
  src:  url('fonts/icomoon.eot?250xr3#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf?250xr3') format('truetype'),
  url('fonts/icomoon.woff?250xr3') format('woff'),
  url('fonts/icomoon.svg?250xr3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.1rem;
  color: #828282;

  /* Better Font Rendering =========== */
  -webkit-text-stroke-width: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-resume:before {
  content: "\e923";
}
.icon-github:before {
  content: "\eab0";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-key:before {
  content: "\e98d";
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.circle {
  width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(100,100,100,0.15)
}
.inline-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0
}
.inline-list li {
  display: inline-block
}
.inline-list li:not(:last-of-type) {
  margin-right: 0.6em;
  padding-right: 0.8em;
  border-right: 1px solid #b9b6a6
}
.post-list {
  margin-left: 0;
  list-style: none
}

.post-list>li {
  margin-bottom: 30px
}

.post-meta {
  font-size: 14px;
  color: #828282
}

.post-link {
  display: block;
  font-size: 24px
}

.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1
}

@media screen and (max-width: 800px) {
  .post-title {
    font-size:36px
  }
}

.post-content {
  margin-bottom: 30px
}

.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
  margin-top: 1em;
  margin-bottom: 16px;
  line-height: 1.4
}

.post-content h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #e8e8e8
}

.post-content h3 {
  font-size: 1.5em;
  line-height: 1.43
}

.post-content h4 {
  font-size: 1.25em
}

.post-content h5 {
  font-size: 1em
}

.post-content h6 {
  font-size: 1em;
  color: #828282
}
.project-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
  padding-left: 20px;
  transition: box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.project-secret {
  pointer-events: none;
}

.project-item:hover {
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1),0 4px 8px 0 rgba(0,0,0,0.2)
}

.project-item h1, .project-item h2, .project-item h3, .project-item h4 {
  margin: 0;
  display: block;
}
.project-item p {
  font-size: 14px;
  margin: 0;
  color: #828282;
  display: block;
}
.project-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-intro {
  padding-left: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;

}
.vertical-line {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 2px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
