@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700,700i');

/* BACKGROUND ANIMATION */

* {
  box-sizing: border-box;
}

html, body {
  font-size: 10px;
  line-height: 150%;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* END BACKGROUND ANIMATION */

/* TITLE SHADOW */

h1 {
  font-size: 30px;
  line-height: 34px;
  text-align: left;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-style: italic;
  border-bottom: 1px solid #999;
  padding: 30px 0 3px;
  float: left;
  color: #333;
}



/* END TITLE SHADOW */




body {
  background: #f8f8f8;
  font-family: 'Zilla Slab', serif;
  text-align: center;
  zoom: 100% !important;
}

#nicoImg {
  width: 125px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 0 0 #666666;
  box-shadow: 3px 3px 0 0 #666666;
  float: left;
  margin-right: 10px;
}

#mainWrapper {
  z-index: 999;
  display: inline-block;
  width: 100%;
}

#socialWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -260px;
}

.socialItem {
  padding: 20px;
  float: left;
}

.socialItem a {
  opacity: 0.7;
  display: block;
}

.socialItem a:hover {
  opacity: 1;
}

.socialItem2 {
  padding: 20px;
  float: left;
}

.socialItem2 a {
  opacity: 0.5;
  display: block;
}

.socialItem2 a:hover {
  opacity: 1;
}

#instaWidget {
  position: absolute;
  bottom: 10px;
}
