body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	color: #7a7b7d;
	min-height: 400px;
	text-align: center;
}

#wrapper {
	display: flex;
	padding:0px;
	margin: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
}

.box {
	max-width: 100%;
	padding: 60px;
}

.coming-soon {
	max-width: 1500px;
}

.top-image img, .coming-soon img {
	width: 100%;
	height: auto;
}

.top-image img {
	max-width: 650px;
}

.text {
	padding: 60px 0 0px 0;
}

.text-large {
	font-size: 1.1em;
}

h1 {
	font-size: 1.2em;
}

a {
	color: #7a7b7d;
	text-decoration: none;
}

a:hover {
	color: rgba(68,68,68,0.66);
	text-decoration: none;
}