body { 
	background:			url(../img/decor.png) no-repeat top right fixed;
	background-size: 	auto 100%;
}

html {
	background-color:			#BC8D75;
	height:						100%;
	/*
	background:					url(../img/1blur.jpg) no-repeat center center fixed;
	-webkit-background-size: 	cover;
	-moz-background-size: 		cover;
	-o-background-size: 		cover;
	background-size: 			cover; */
}

section.centered {
    margin: 		0 auto;
    text-align: 	left;
    width: 			90%;
	font-size:		1vw;
	/* padding:		2%; */
	font-family: 	'Raleway','Arial Narrow', Arial, sans-serif;
	bbackground: 	rgba(0,0,0,0.3);
	color: 			white;	
}

section.centered h2 {
	font-family: 		'Bad Script', Arial, sans-serif;
	padding: 			5px; /* For Terra on ipad */
}

section.centered p {
	margin-bottom: 		2%;
}

section.centered a {
    color: 				inherit;
    text-decoration: 	underline;
}

section.centered a:hover {
    color: 				black;
    text-decoration: 	none;
}