/* Enter Your Custom CSS Here */



.lcp_catlist li{
text-align:center;
    margin: 20px;
    border: 1px solid #808080;
    float: left;
    width: 250px;
overflow:hidden;
border-radius: 25px;
background: rgba(242,242,242,1);


-webkit-box-shadow: 51px 62px 71px -27px rgba(0,0,0,0.2);
-moz-box-shadow: 51px 62px 71px -27px rgba(0,0,0,0.2);
box-shadow: 51px 62px 71px -27px rgba(0,0,0,0.2);

}

.portfolioTitle{
  font-size: 1em;
  
margin:5px;
}

.portfolioTitle a:link{
  color: black;
  font-weight: bold;
}
.portfolioTitle a:visited{
  color: black;
  font-weight: bold;
}
.portfolioTitle a:hover{
  color: black;
  font-weight: bold;
}
.portfolioTitle a:active{
  color: black;
  font-weight: bold;
}



.lcp_catlist{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.lcp_catlist img{
    width: 120%;
    height: auto;
}
.lcp_catlist img:hover{
}


.lcp_catlist li:hover{
text-shadow: white 0.1em 0.1em 0.2em;
text-shadow: 0px 0px .75em rgba(255, 255, 255, 1);

  
  -webkit-box-shadow: 40px 40px 70px 10px rgba(0,0,0,0.4);
-moz-box-shadow: 40px 40px 70px 10px rgba(0,0,0,0.4);
box-shadow: 40px 40px 70px 10px rgba(0,0,0,0.4);

background: rgba(201,183,235,.3);
  
}


