/* General link hover behaviour */
a:hover,
a:focus {
	opacity: 0.6;
	text-decoration: none
}

/* Discourage easy image, video downloads */
img {
	pointer-events: none;
}

.blog figure {
	margin: 0;
}