nav a#clients {
	background-color: #00CE29;
	color: white;
}

article {
	border-bottom: 1px solid #CCCCCC; 
	padding: 1em 0.5em;
	overflow: hidden;
}

article:last-of-type {
	border-bottom: none; 
}

article img.clientlogo {
	width: 200px;
	height: auto;
	clear: left;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0.25em;
	box-shadow: 4px 4px 10px #CCCCCC;
}

article>p,
article div.quote {
	margin-left: 220px;
}

article div.quote {
	background-color: rgba(255, 255, 199, 1); /* postit note yellow */
	font-style:italic;
	padding: 1em;
	text-align:justify;
	margin-bottom: 0;
	box-shadow: 4px 4px 10px #CCCCCC;
	transform: rotate(-1deg);
}

article p.author {
	font-weight: bold;
	text-align:right;
	padding-top: 0;
	margin-bottom: 0;
}
