.logo {
	padding: 25px;
	background: url(/img/clouds-white.jpg) center/cover no-repeat
}
.nearestneighbor {
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}

/* External links widget */
.widget-externalLinks__link-icon {
	margin: 0 5px 0 0;
	vertical-align: middle;
	fill: #90B427;
}

.quotation-header {
	font-size: 130%;
	color: #777;
	font-style: italic;
}
.quotation-header:before {
	content: "❝ "; /* Use a unicode thin space here */
	font-size: 150%;
	position: relative;
	top:2px;
}
.quotation-header:after {
	content: "❞";
	font-size: 150%;
	position: relative;
	top:2px;
}