


.p-front-page-wrapper
{
    float: left;
		clear: both;

    border: #c8c8c8 solid 1px;
		border-radius: 15px;
    
    
    width: 100%;

    padding: 10px;
    
    margin-bottom: 20px;
    

}


.p-front-page-row
{

  	float: left;
		clear: none;

		border: #c8c8c8 solid 1px;
		border-radius: 15px;

		width: 20%;

    min-height: 320px;

    margin-left: 10px;;
    margin-right: 3%;  
    margin-bottom: 10px;
    margin-top: 10px;
    
    padding: 10px;   

    background: #f8f8f8;
}



.p-front-page-item-title
{
		float: left;
		clear: both;

		border: black solid 0px;
		border-radius: 15px;

		width: 100%;
    
    
    padding: 3px;
    
    font-size: 1.2em;
    font-weight: bold;
    
}



.p-front-page-item-image
{

  	float: left;
		clear: both;
    
  	border: black solid 0px;
		border-radius: 15px;

    justify-content: center;
    
    width: 99%;
    

}


.p-front-page-item-image  img
{
    
    border: white solid 1px;
		border-radius: 15px;


    justify-content: center;
    
    padding: auto;
    
    margin: 1%;
    margin-left: 10%;
    
}







