.findme{
	text-align: center;
	font-size: 2em;
}


.social_icon{
	margin: 0 auto;
	text-align: center;
}






/*
-----------------------------------------------------------------------------

*/


.icon-button {
	background-color: white;
	border-radius: 6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 6rem;
	line-height: 6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 6rem;
	height: 6rem;
	border-radius: 6rem;
	margin: -3rem;
}
.linkedin span {
	background-color: #4099ff;
}

.github span {
	background-color: #4078c0;
}

.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

.youtube span {
	background-color: #bd1717;
}

.behance span {
	background-color: #2b2b2b;
}

/* Icons */
.icon-button i {
	font-size: 1.5em;
	background: none;
	height: 6rem;
	left: 0;
	line-height: 6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 6rem;
	z-index: 10;
}

.fa-linkedin {
	color: #4099ff;
}

.fa-github {
	color: #4078c0;
}

.fa-facebook {
	color: #3B5998;
}
.fa-google-plus {
	color: #db5a3c;
}

.fa-youtube-play{
	color: #bd1717;
}

.fa-behance{
	color: #2b2b2b;
}

.icon-button:hover .fa-linkedin,
.icon-button:hover .fa-github,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-youtube-play,
.icon-button:hover .fa-behance{
	color: white;
}