body { 
	background-color: white; 
	background-image: url("img/background.png");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: sans-serif;
/*	padding-left: 20%;
	width: 60%;
 */
}

p { 
	line-height: 130%;
	text-align: justify;
	hyphens: auto;
}

a:link, a:visited { 
/* match the LeftRoots logo's red */
 	color: #8E1F25;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote p {
/* shrink the text slightly and override the default paragraph justification and hyphenation of paragraphs inside blockquotes */
 	font-size: 0.9rem;
	text-align: left;
	hyphens: none;
}

div.opacifier {
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
	padding: 10%;
}