.linkCont{
margin-left:10px;
height:50px;
width:21.5%; 
margin-top:30px;
margin-right: 1%;
font-weight:bold; 
font-family: "Palatino, Palatino Linotype";
font-size: 95%;
text-align:left;
background:rgba(255,255,255,0.65);
font-family: 'fjallaoneregular';
cursor: pointer;
color:#1560BD;
transition-property: background;
transition-duration: 0.8s;
line-height:50px;	
display:inline-block;
}




.linkCont:hover{
    background:white;
    
	 
}


.lastMarginbottom{
	margin-bottom:30px;
	
}

.linkCont label{
text-decoration:none;
font-family: 'fjallaoneregular';
cursor: pointer;
}

.linkCont img{
margin-left:8px; 
margin-right:15px; 
height:40px;
margin-top:2.5px;
float:left;
cursor: pointer;
}


