 .name{
	font-family: Cinzel;
	background-color: white;
}
.name p:nth-child(1),.name .details{
	color:#6c707c;
	font-size: 16px;
}
.name h1{
	font-family:Cinzel;
	font-size: 40px;
	margin:0px;
	letter-spacing: 3px;
	color:#292929;
}



img
{
  float: left;
  margin-left: 125px;
  margin-top: 20px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  filter: grayscale(100%);

}

.cv-btn{
	width:200px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #292929;
	color:white;
}
.cv-btn:hover{
	background-color: #131313;
	transition: all ease 0.5s;
}


.social{
	position: absolute;
	left: 50px;
	bottom: 50px;


}
.social a{
	margin: 6px 12px;

}
.social i{
	color:rgba(18,17,17,0.40);
	font-size: 30px;
}
.social a:hover i{
	color:#17d1ac;
	transition: all ease 0.5s;
}




.hero-text-area-container {
float: left;
margin: 0% 6%;
max-height: 25em;
padding-top: 11em;
position: relative;
vertical-align: middle;
width: 55%;
}

.hero-background .hero-text-area-container h3 {
opacity: .8;
padding: 1em;
text-align: center;
}



