
/* Clear Floated Elements http://sonspring.com/journal/clearing-floats */
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

/*------------------------------------------------------------------ */

* {
	box-sizing: border-box;
}

/* Page Style */
body{
	color: #845835;
	font-size: 14px;
	font-family: sans-serif;
	line-height: normal;
	padding:0px;
	margin: 0px;
	/* text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	background: #55575c url(bg.jpg);
	-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
	   -moz-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
			box-shadow: inset 0 0 300px rgba(0,0,0,0.5); */
			box-sizing: border-box;
}
a,
a:link,
a:visited {
	color: #845835;
	font-weight: bold;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #845835;
	text-decoration:none;
}
p{
	margin-bottom: 0.3em;
}
.center,
img.center {
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#coming-soon{
	background: rgba(0,0,0,0.0);
	display: block;
	/* position: absolute; */
	width: 1028px;
	min-height: 100vh;
	 margin: 0px auto;
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	/* height: 280px;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -400px; */
}
#coming-soon h1{
	text-align: center;
	font-size: 35px;
	margin: 0px;
	background-color: #845835;
	padding: 1% 1.5%;
}
#coming-soon img{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#coming-soon p{
	text-align: center;
}

@media screen and (max-width: 480px) {
	body {
		font-size: 17px;
	}
	#coming-soon h1 {
		padding: 2.5% 4%;
	}
	h2 {
		position: fixed !important;
	}
}