/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b {
  font-weight: bold;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Space Mono'), local('SpaceMono-Regular'), url(https://fonts.gstatic.com/s/spacemono/v4/i7dPIFZifjKcF5UAWdDRYEF8QA.ttf) format('truetype');
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background: #222;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #333;
  color: #fff;
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
}
img {
  max-width: 100%;
}
ul {
  padding: 10px;
}
ul li img {
  width: 120px;
  height: 90px;
}
ul li div.pull-right {
  width: calc(100% - 120px);
  padding: 0 10px;
  box-sizing: border-box;
}
ul.websites-list li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
ul.websites-list li img {
  width: 100%;
  height: auto;
  max-width: 180px;
  box-shadow: 0 0 15px #000;
}
a {
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #777;
  cursor: pointer;
}
.space {
  width: 5px;
  display: inline-block;
}
ul.projects-list li {
  max-width: 240px;
  width: 100%;
  box-shadow: 0 5px 5px #000;
  padding: 5px;
  margin: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  min-height: 80px;
}
ul.projects-list li a {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 11px;
}
ul.projects-list li small {
  font-size: 10px;
  color: #ccc;
}
section {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 90px auto;
}
section small {
  color: #eee;
  font-size: 10px;
}
section .banner {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
}
section .badges {
  display: inline-block;
  float: right;
}
section .badges img {
  height: 16px;
  width: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
section .text {
  vertical-align: middle;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  padding: 15px;
}
.faded-2 {
  opacity: 0.3;
  filter: blur(1spx);
}
.faded-1 {
  opacity: 0.5;
}
.clear {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 1200px) {
  section .banner {
    width: 55%;
    vertical-align: middle;
  }
  section .text {
    width: 44%;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clear {
  clear: both;
  display: block;
  content: " ";
}
.copyleft {
  padding: 15px 10px;
  text-align: center;
  color: #ccc;
  line-height: 22px;
}
.copyleft,
.copyleft a {
  font-size: 11px;
}
@media (min-width: 840px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 840px) {
  .show-md {
    display: none !important;
  }
  .show-xs {
    display: block;
  }
  section {
    margin: 45px auto;
  }
  section .banner {
    width: calc(100% - 10px);
    margin: 0 auto;
    max-height: 40vh;
    display: block;
    padding: 0 0 0 0;
    max-width: 600px;
  }
  section .text {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
  }
}
.scroller {
  margin: 30px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0) scale(0.85);
  transform-origin: bottom center;
  width: 40px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 20px;
}
.scroller::after {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: 1200ms ease 0ms forwards infinite scroll;
  animation: 1200ms ease 0ms forwards infinite scroll;
  content: "";
}
.scroller small {
  position: absolute;
  width: 174px;
  left: -64px;
  top: -34px;
  font-size: 11px;
  text-align: center;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}
.github-corner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}
@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}
