@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
.custom-color {
	color: #fff;
}
.wrapper {
	background-color: #8365B5;
}
.well {
	margin-bottom: 20px;
	border: none;
	background-color: #525252;
}
.border-round {
	border-radius: 5px;
}
.team-social{
	margin-bottom: 9px;
	display: block;
	text-align: left;
}
.team-social li a {
    font-size: 23px;
    padding: 6px 12px;
    display: block;
    border-radius: 50% !important;
}
.team-social li i {
    min-width: 20px;
    text-align: center;
}
.margin-auto {
	margin-right: auto;
	margin-left: auto;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.person-label {	
	font-weight: bold;
    font-family: Indie Flower;
}
.register-box {
    color: #FFF;
}
.register-box p a {
    color: #3BA4FF;
}
@media (max-width: 800px){
	.team-social {
		margin-top: 15px;
	}
}
