html, body, div, span, applet, object, iframe,
h1, ul, li, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-dribbble:before, .icon-twitter:before, .icon-facebook:before, .icon-pinterest:before,
.icon-flickr:before, .icon-google-plus:before, .icon-tumblr:before, .icon-github:before,
.icon-dribbble:after, .icon-twitter:after, .icon-facebook:after, .icon-pinterest:after,
.icon-flickr:after, .icon-google-plus:after, .icon-tumblr:after, .icon-github:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-dribbble:before, .icon-dribbble:after {
  content: "\e00a"; }

.icon-twitter:before, .icon-twitter:after {
  content: "\e00b"; }

.icon-facebook:before, .icon-facebook:after {
  content: "\e007"; }

.icon-pinterest:before, .icon-pinterest:after {
  content: "\e000"; }

.icon-flickr:before, .icon-flickr:after {
  content: "\e001"; }

.icon-google-plus:before, .icon-google-plus:after {
  content: "\e003"; }

.icon-tumblr:before, .icon-tumblr:after {
  content: "\e002"; }

.icon-github:before, .icon-github:after {
  content: "\e004"; }

body {
  background: #f2f2f2; }

section {
	width:90%;
  margin: 4em auto 1em; }

a {
  text-decoration: none; }

h1 {
  text-align: center;
  font-family: "Unica One";
  font-size: 2em;
  margin-bottom: 1em;
  text-shadow: 0 1px 1px white;
  color: #404040; }

ul.social {
  text-align: center; }
  ul.social li {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    background: #404040;
    border-radius: 100%;
		margin-bottom:.5em;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s; }
    ul.social li:hover {
      background: #33cc99;
      box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3); }
      ul.social li:hover a {
        top: -60px; }
    ul.social li a {
      display: block;
      width: 100%;
      height: 200%;
      position: relative;
      top: 0;
      color: #33cc99;
      -webkit-transition: top 0.7s;
      -moz-transition: top 0.7s;
      -o-transition: top 0.7s;
      transition: top 0.7s; }
      ul.social li a:after {
        text-align: center;
        position: absolute;
        width: inherit;
        height: 50%;
        left: 0;
        bottom: 0;
        line-height: 60px;
        color: #404040; }
