@charset "UTF-8";
/* CSS Document */


	
	
.Social a {
	opacity: 1;
	margin: auto 10px;
}	

.Social a:hover {
	opacity: 1;
}

.Founder {
	position: relative;
	display: inline-block;
	width: 400px;
	max-width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	color:#FFF;
}

.Founder .Portrait {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 66.6%;
	border-radius: 5px;
	background: no-repeat center center;
	background-size: cover;
	}
	
.Founder .Name {
	font-size: 1.1em;
	font-weight: 900;
	margin: 10px auto 4px auto
	}
	
.Founder .Position {
	font-size: .95em;
	font-weight: 300;
	}