.img-thumbnail {  
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	border-radius: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
} 
#box1 p{
	color: #777;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
	
}
#box1{
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	border-top: solid 8px #777;
	
}
.container{

}