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%;
  color: inherit, font: inherit;
  vertical-align: baseline;
}
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;
}
a {
  color: inherit;
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body {
  height: 100%;
  width: 100%;
  background: #232830;
  color: #fff;
  position: absolute;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 110px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 75px;
}
.container {
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 800px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  margin: auto;
  top: 50%;
}
.about {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 47%;
  margin: 0px auto;
  width: 100%;
  z-index: 100;
}
canvas {
  z-index: 10;
  opacity: .18;
  position: absolute;
  color: fff;
}
@-webkit-keyframes opacity {
  0% {
    opacity: .08;
  }
  100% {
    opacity: .35;
  }
}
canvas {
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: opacity;
  -webkit-animation-timing-function: cubic-bezier(0.88, 0.05, 1, 0.65);
}
.icon-list li {
  display: inline-block;
  margin: 15px 0px 0px 0px;
}
.icon-list svg {
  transition: transform 0.5s, fill .7s;
}
.icon-list a:hover svg {
  transform: translate3d(0, -3px, 0);
  transition: transform 0.2s, fill .2s;
}
.icon-list a:hover svg path {
  fill: #e5e5e5;
}
.icon-list a:active svg {
  fill: #78ffe6;
  transition: fill .0s;
}
.icon-list a:active svg path {
  fill: #78ffe6;
}
@media all and (max-width: 800px) {
  body {
    font-size: 80px;
    line-height: 70px;
  }
}
/* 600px or less */
@media all and (max-width: 600px) {
  body {
    font-size: 50px;
    line-height: 65px;
  }
  .icon-list li {
    display: inline-block;
    margin: 15px 0px 0px 0px;
  }
  .icon-list svg {
    transform: scale(0.8, 0.8);
    transition: transform 0.35s, fill .6s;
  }
  .icon-list a:hover svg {
    fill: #4E4E4E;
    transform: scale(0.81, 0.81) translate3d(0px, -2px, 0px);
    transition: transform 0.35s, fill .3s;
  }
}
