body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: black;
	background-image: url("../images/background.jpg");
	background-origin: padding-box;
	background-repeat: no-repeat;
	color: #FFF;
	/*font-family: 'MuseoSans500',"Trebuchet MS",Trebuchet,arial,sans-serif;*/
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;

	background-position: center top;
    background-size: cover;
}

.bio {
	position: absolute;
	top: 10%;
	left: 8%;
	width: 510px;
	height: 360px;


}

.bio .block {
	background-color: #000;
	border-radius: 5px;
	height: 100%;
	width: 100%;
    opacity: 0.15;
}

.bio .content {
	position: absolute;
	top: 10px;
	left: 10px;
	padding-right: 10px;
}

h1 {
	color: #3b7caf;
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 0px;
}

h2 {
	color: #2b2929;
	font-family: 'Exo', sans-serif;
	font-weight: 200;
	font-size: 30px;
	line-height: 0px;
	padding-top: 10px;
}

.description {
	color: #EFEFEF;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.social_networks {
	padding-top: 20px;
}
