body, html {
	text-align:center;
	font-family: 'Verdana', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #003467;
	height: 100%;
}
	
.content {
	background-color: #ffffff;
	padding: 120px 0px;
	height: auto;
	float:left; 
	width: 100%;
	background-image: url('ontario-gold-gradient-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}
.logo {
	max-width:100%;
	margin:10px auto;
}

.soon {
	font-weight:600;
	color:#003467;
}

.footer {
	color: #ffffff;
	margin-top: 20px;
	display: inline-block;
}

.contact a:link {
	font-weight:600;
	color:#1B5583;
	text-decoration:none;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.button {background-color: #003467; color: #ffffff; padding: 12px 24px; text-decoration: none; font-size: 1.2em; display: inline-block;}
.contact a:hover {
	color:#6D9DC3;
}

.top-strip {
	background-color: #003467; float: left; width: 100%; 
}