/*
Add your custom CSS below.
*/
/*# sourceMappingURL=custom.css.map */

.site-page-padded{
	background: rgba(171, 178, 185,.9)
}

body{
	color: rgb(73, 14, 103)
}

.grey1{
	color: rgb(61,57,53);
	text-align: center;
	line-height: 25.9999px;
	margin: 0;
}

.grey2{
	color: rgb(61,57,53);
	text-align: center;
	line-height: 25.9999px;
	margin-top: 20px;
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px){
	.site-page{
		padding: 50px;
	}
}

@media only screen and (min-width: 590px){
	.site-page{
		padding: 30px;
		max-width: 820px;
	}
}