p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.socialwrap {
	width: 245px;
	margin: 0 auto;
	display: block;
}

.socialwrap a {
	margin: 0 5px;
	color: black;
}

.socialwrap a:hover {
	color: #555;
}

.socialwrap a img {
	display: inline-block;
    width: 33px;
    position: relative;
    top: -7px;
}

a.cv-link {
	font-size: 14px;
	    font-weight: 800;
	    border: 2px solid black;
	    padding: 2px;
	    position: relative;
	    top: -5px;
	    left: 0px;
	    border-radius: 6px;
}

a.cv-link:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}