body {
	background-color: black;
	text-align: center;
}

#logo {
	position: absolute;
	width: 50%;
	height: auto;
	margin: auto;
	top: 40%;
	left: 53%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: 0 0;
	z-index: 1;
}

/*
p {
	color: white;
	font-family: Cursive;
	position: fixed;
	text-align: center;
	display: inline;
	top: 80%;
	width: auto;
	-webkit-transform: translate(-50%,-50%)
}
*/

#icons {
	color: white;
	font-family: Cursive;
	position: fixed;
	clear: both;
	display: inline;
	top: 80%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*
#icons.portfolio.animated {
	
}
*/

#icons img{
	border-radius: 20%;
	margin: 0.5em;
	border: none;
	opacity: 0.5;
}

#icons img:hover{
	opacity: 1;
}