#secondary .widget ul li {
		
		font-size:2rem; }

.entry-content img {
		transition:all 1s;
		border-radius:20px;
		border:5px solid red;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.entry-content img:hover {
		transform:scale(1.2) rotate(-3deg) ;
}





/*maar nu voor kleine schermen;*/
@media only screen and (max-width: 1000px)
{
.entry-content p {
		font-size:2rem;
		color:black;
}
}