/* Theme Styles 
 *
 * Styles for setting a custom theme for your site
 ===================================================*/ 
.logo { padding: 2em; }

/* Email obfuscation via https://spencermortensen.com/articles/email-obfuscation/#text-display */
span.email b {
	display:none;
}

p { font-size: 1.1em }
.home-head {
	background: url('/assets/images/flowers.jpg');
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	min-height: 40vh;
}

.blog-head {
	background: url('/assets/images/perturbation.png');
	background-repeat: repeat;
	background-size: 10%;
	background-position: center;
	min-height: 18vh;
}

.feature-cover {
	background-image: url('/assets/images/fun-with-processing.png');
	background-position: center;
	background-size: 50%;
	background-repeat: repeat-x;
}
