/* line 1, ../sass/style.sass */
body {
  margin: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1d4wv9');
  src:  url('../fonts/icomoon.eot?1d4wv9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1d4wv9') format('truetype'),
    url('../fonts/icomoon.woff?1d4wv9') format('woff'),
    url('../fonts/icomoon.svg?1d4wv9#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;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}
.icon-github:before {
  content: "\e901";
}

.social {
	bottom: 10px;
	position: absolute;
	right: 15px;
}

.social a {
	color: #fff;
	font-size: 20px;
  margin-left: 10px;
  text-decoration: none;
	transition: color .25s ease-in-out;
}

.social a:hover {
	color: #999;
}
