.model {
			border-radius: 5px;
			
			background-color: #f2f2f2;
			padding: 20px;
			box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.1);
			margin:15px;
			/*  height:310px;
			width:290px;  */
		}
		
.model:hover {
			box-shadow: 0px 0px 7px black;
     border-radius: 10px ;
	 border:1px solid black;

		}
	
.effect{
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
color:black;
margin-top:10px;

background:white; width:auto;height:auto; text-align:center;font-weight: bold;	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
 block:inline;
 overflow:hidden;
}	

.model:hover .effect{
	
background:#AAB04E;
color:white;	
	
}	
#text{
line-height:33px;	
 

}
