/*
 * Marcos Alonso, 2020
 * wwww.samplr.net
 */

{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
    background-color: #000;
    
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
	font-size: 17px;
    line-height: 1.47;
    font-weight: 400;
    letter-spacing: -.022em;
    
    -webkit-text-size-adjust: 130%;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

.float-right {
	float: right;
}



#container {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 800px;
}

header {
	padding-top: 30px;
}

header p {
	margin: 40px 0;
}


h2 {
	margin: 100px 0 20px 0;
	font-size: 30px;
    font-weight: 500;
    letter-spacing: -.022em;
	line-height: 1;
}

section {
	margin-top: 60px;
}

section p {
	line-height: 1.4;
    margin-bottom: 40px;
}

section img {
	display: block;
	margin: 50px auto 20px auto;
}

section img.logo {
    width: 250px;
    margin: 80px auto;
}

section iframe {
    margin-bottom: 10px;
}

section img.touchbar {
    width: 800px;
    height: 36px;
}

section img.ipad {
    width: 650px;
    margin-bottom: 40px;
}

section img.appstore {
    float: right;
    width: 194px;
    height: 65px;
    margin: 0 40px;
}

footer {
	padding-bottom: 80px;
	background: rgba(30,30,30,0.5);
	border-top: 1px solid #222;
	
	color: #888;
	text-shadow: none;
}

footer a {
    text-decoration: none;
}

#footer-container {
	margin: 0 auto;
	width: 800px;
}

#footer-links {
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid #222;	
}

#footer-links a {
    text-decoration: none;
	text-transform: uppercase;
	margin: 0 30px;
	color: #666;
}

#footer-links a:hover {
	color: #666;
	text-decoration: underline;
}


