
html {
	margin: 0;
	padding: 0;
	height: 100%;
	/*  background: url("https://bakersdozen13x13.com/images/site/bakers-dozen(c)jules-allen-L1009078-crop-v01.jpg");
	background: url("https://bakersdozen13x13.com/images/site/flour-100per.jpg");

	background-repeat:no-repeat;
   background-size:cover; */
}



body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	font: normal 400 16px/1.4 "proxima-nova", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




img {
	max-width: 100%;
}




.pagewrapper {
	min-height: 100%;
	width: 600px;
	margin: 0 auto;
	position: relative;
}



.logo-header {

	 background-color: white;
	 margin: 1em auto 0;
	 width: 100%;
	 text-align:center;

}


.logo-photo {
	margin: 0 auto 2em;
	width: 100vw;
	max-width: 500px;
	text-align: center;
	display: block;
}


.text-holder-intro {
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
	width: 50%;
	max-width: 600px;
	margin: 0 auto;
	font: normal 1.25em/125% zen-new, sans-serif;
}





/* ===============
   500
   ===============*/



@media only screen and (max-width: 500px) {


.logo {
	margin: 10px auto 1em;
	 max-width: 300px;
}

	.text-holder-intro {
		width: 80%;
		font-size: 1.5em;
	}

}