#chevron {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -2em;
	color: #fff;
	opacity: 0.6;
	margin-left: -0.5em;
}
html, body, #content {
	margin: 0px;
	height: 100%;
	font-family: sans-serif;
	font-weight: lighter;
	color: #fff;
	background-color: #2f71f8;
	text-align: center;
	line-height: 1.4;
}
#header {
	padding: 10px;
}
#splash {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
	max-width: 700px;
	margin: auto;
	position: relative;
}
img.logo {
	max-width: 300px;
}
#tagline {
	font-size: 1.3em;
}
@media screen and (min-width: 700px) {
	#splash > div {
		display: table-cell;
		vertical-align: middle;
		padding: 1em;
		height: 100%;
	}
	#splash #left {
		text-align: right;
	}
	#splash #right {
		text-align: left;
	}
	#splash .iphone {
		width: 432px;
		height: 864px;
	}
	#screenshots img {
		max-width: 300px;
	}
	#social {
		position: absolute;
		top: 0%;
		right: 20px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 700px) {
	#chevron {
		display: none;
	}
	#splash .iphone {
		width: 192px;
		height: 384px;
		display: inline-block;
	}
	#splash #left {
		padding: 10px;
	}
	#screenshots img {
		max-width: 100px;
	}
	#splash .appstore {
		display: none;
	}
}
img.appstore {
	height: 45px;
}
img.appstore.soon {
	opacity: 0.3;
}
.iphone {
	background-image: url('5s_w.png');
	background-size: contain;
	position: relative;
	width: 720px;
	height: 1440px;
}
.iphone img {
	position: absolute;
	top: 17.92%;
	left: 14.17%;
	width: 73%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Eurostile", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#icon-row {
	margin: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
}
#icon-row #icon-container {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	border: 10px solid #2f71f8;
}
#icon-row img {
	width: 100%;
	border-radius: 19px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#screenshots img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	margin: 1em;
}
#description {
	margin: auto;
	width: 90%;
	max-width: 600px;
	white-space: pre-wrap;
	text-align: left;
}
#stars {
	text-align: center;
	font-style: italic;
	font-size: small;
}
#stars span {
	display: block;
	font-size: 2em;
	font-style: normal;
	padding-bottom: 0.2em;
}
#media {
	margin: auto;
	width: 90%;
	max-width: 600px;
}
#media img {
	vertical-align: middle;
	padding: 1em;
	max-width: 180px;
}
a {
	color: #fff;
}
#social div {
	display: inline-block;
}
#social div:not(:first-child) {
	padding-left: 1em;
}
#footer {
	margin-bottom: 1em;
}
#attribution {
	font-size: small;
	opacity: 0.6;
}