#overlay img{
	width:100%;
	opacity:0.5;
	height:350px;	
}

#image_text{
	font-family:Times New Roman;
    font-style:italic;	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size:60px;
	border-radius:7px;
	color:#2ccaea;
	padding:6px;
		
	}



.contact1 p{
line-height:-1px;
}

#second_body{	
	margin-top:50px;
	margin-bottom:90px;
}

#r_image{
	float:left;
	margin-right:50px;
}

#r_image img{	
	border-radius:50%;
	height:250px;
	width:250px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

#r_image img:hover{
	
	-ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

#r_text p{
	padding-top:45px;
}

#r_text p:hover{
	background-color:;	
}

