* {
	margin: 0 auto;
	padding: 0;
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: inherit;
	color: inherit;
}

a, a:link, a:link:visited {
	width: inherit;
	color: inherit;
	text-decoration: none;
	padding: 0 1px 3px 1px;
	border-bottom: 2px solid rgba(255,255,255,0.4);
}

a:hover, a:link:hover, a:link:visited:hover {
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,0.8);
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0 auto;
	font: 400 18px/28px -apple-system, "Helvetica Neue", "Helvetica", "Lucida Grande", sans-serif;
	text-align: left;
	color: #fff;
	width: 768px;
	padding: 0 10px;
	
	background: #1b9bf7;
	background: -moz-linear-gradient(top, #1d61f0 0%, #18d5fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d61f0), color-stop(100%,#18d5fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d61f0 0%,#18d5fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d61f0 0%,#18d5fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d61f0 0%,#18d5fd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1d61f0 0%,#18d5fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d61f0', endColorstr='#18d5fd',GradientType=0 ); /* IE6-9 */
	
	background-repeat: no-repeat;
	background-attachment: fixed;
}

section {
	margin: 32px auto;
	height: 576px;
}

article {
	margin: 72px 0 0 0;
	width: 430px;
	float: left;
}

article h1 {
	font-weight: 600;
	font-size: 72px;
	line-height: 48px;
	margin-bottom: 30px;
	font: -apple-system-headline;
}

article p {
	padding: 8px 0px;
}

article p#download {
	margin-top: 35px;
}

article p#download a {
	border-bottom-width: 3px;
	font-weight: 300;
	font-size: 24px;
}

article p#download a:active, article p#download a:hover:active {
	background: rgba(255,255,255,0.5);
}

figure#iphone {
	background: url(iphone.png);
	width: 288px;
	height: 588px;
	background-size: 288px 588px;
	margin-top: 16px;
	float: right;
}

footer {
	margin:  200px auto 40px auto;
	width: 100%;
	text-align: center;
	font-size: 16px;
}