body{
	text-align:center;
}
#container{
	width: 850px; margin: 20px auto;
}

.front h1{
	 height: 392px; margin-bottom: 20px;
}

h1 a{
	display:block; width: 100%; height: 100%; 
}

h1{
	position: relative; height: 50px; margin-bottom: 20px; text-indent: -9999px;
}

.clients h1{
 left: -1px;
}


h2{
	padding: 10px 0; border-bottom: #333 1px solid;
}

#clients h3{
	margin-bottom: 10px
}

#footer{
	border-top: #333 1px solid;
}

#footer-logo{
	margin: 20px 0;
	
	-webkit-transition: all .4s ease-out;
     -moz-transition: all .4s ease-out;
	 -o-transition: all .4s ease-out;
	
}

* html #footer-logo{
	display: none;
}

#footer-logo:hover{
		/* -webkit-transform-style: preserve-3d;
		 -webkit-perspective: 0;
		 
		 -webkit-transform: scale(2.5) rotate(4deg) rotateX(360deg) translateZ(0);
		 -moz-transform: scale(2.5) rotate(4deg);*/
}

#social-icons{
	margin-top:10px;
}
