body {
	background: #959BA6;
	font-family: 'Tinos', serif;
	font-size: 1.1em;
	padding: 100px 20px;
	margin: 0;
	color: #444;
}
body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
    color: #3B475D;
}
a:visited {
	color: #3B475D;
}
a:hover {
	color: #444;
	text-decoration: none;
}
header, footer, article {
	display: block;
}
img {
	max-width: 100%;
}
header {
   text-align: center;
}
header img {
	max-width: 50%;
}
@media only screen and (max-width: 1000px) {
  header img {
	max-width: 80%;
  }
}
p {
	text-align: center;
	font-weight: 400;
}
p.comingsoon {
	font-weight: 700;
	margin-top: 20px;
}
.clr {
    clear: both;
}
footer {
    clear: both;
    color: #444;
    text-align: center;
	font-size: 0.7em;
	margin-top: 50px;
}
footer a, footer a:visited {
    color: #444;
}