body {
	background: #000;
}
header {
	padding-top: 100px;
}
.social a {
	color: #fff;
}
.social i {
  font-size: 40px;
  text-align: center;
  margin:0 10px;
}
.social > div span {
	display:block;
	font-size: 30px;
}
.social {
	margin: 100px 0 0;
}
a:hover {
	text-decoration: none;
	opacity: 0.5;
}
a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}