html { 
   width: 100%; 
   height: 100%;
}
body {
	width: 100%; 
	height: 100%;
	font-family: 'Neuton', serif;
	font-weight: 200;
	font-size: 18px;
	color: #696969;
	line-height: 24px;
	letter-spacing: 0.02em;
	background-color: #ffffff;
}
#centermiddle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
	text-align: center;
	background-image: url('../images/logo_JE_1_temp.png');
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: top center;
}
#copy {
	margin-top: 200px;
	clear: both;
	display: block;
}
.bold {
	font-weight: 700;
}
#instagram {
	margin-top: 40px;
	font-size: 30px;
	clear: both;
}
#instagram a:link {
	color: #e9c410;
}
#instagram a:visited {
	color: #e9c410;
}
#instagrampictures {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
}