
html {

    background: url(Images/back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Helvetica Neue", sans-serif;
}



.prof-box {

    width: 400px;
    height: 450px;
    background: rgba(0,0,0,0.9);
    padding: 40px;
    color: white;
    margin: 0 auto;
    margin-top: 125px;
    text-align: center;
}


.prof-pic {

    border-radius: 50pc;
    height: 200px;
    width: 200px;

}


h1 {

    color: whitesmoke;
    font-weight: 100;
    font-size: 40px;
}

h5 {

    color: white;
	font-size: 16px;


}

p {

    font-weight: 200;

}


.social-icons {

    font-size: 40px;
}

.social-icons a {

	color: white;

}


.line-break {

	width: 300px;
	border-top: 1px solid white;
	margin: 0 auto;

}
