html {
	background: url(../photos/ocwmwinawgs-jake-givens.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.prof-box {
	width: 400px;
	height: 430px;
	background: rgba(0,0,0,0.4);
	padding: 40px;
	color: white;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
}

.prof-pic{
	border-radius: 50%;
	height: 200px;
	width: 200px;

}
h1{
	font-weight: 100;
	letter-spacing: 6;
	font-size:40px;
}
p{
	font-weight: 200;
	letter-spacing: 1;
}
.social-icons {
	font-size: 40px;
}
.social-icons a{
	color: white;
}
.line-break {
	width: 340px;
	margin: 0 auto;
	border-top: 1px solid white;
}