html{
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.surname, .job{
	font-weight: 100;
}

.cover-container > div{
	margin-bottom: 60px;
	margin-top: 60px;
}

footer {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

.img-social:HOVER {
	background-color: #444;
}