html, body { 
	margin: 0;
	color: #303749; 
	background-color: #fff; }

html, body, h1, h2, div, p, address {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif; }

body {
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	min-height: 100vh;
	background: transparent url('../img/coming-soon.jpg') no-repeat center top;
	background-size: 100%;
}

h1 {
	margin: 0;
	padding: 85% .5rem 3rem .5rem;
	border: 0;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold; }

p {
	margin: 0;
	color: #5b657b;
	padding: 140px .5rem 1rem .5rem;
	background: transparent url('../img/jc-logo.jpg') no-repeat center top;
}

span {
	white-space: nowrap;
}


a:link { color:#18c; text-decoration:none; background: transparent;}
a:visited { color:#18c; text-decoration:none; background: transparent; }
a:hover { color:#18c; text-decoration:underline; background: #eee; }
a:active { color:#18c; text-decoration:underline; background: #ddd; }
a:focus { color:#18c; text-decoration:underline; background: #eee; }