body {
	font: 100%/1.4 'Myriad Set Pro', 'Myriad Pro', 'SF Pro Display','SF Pro Icons', 'Helvetica Neue', Helvetica, Arial;
	-webkit-font-smoothing: antialiased;
}

hr {
	border: 0 none;
	height: 1px;
	background-color: black;
	opacity: 0.1;
	margin: 0;
	margin-top: 80px;
	clear: both;
}

div.clear {
	height: 0;
	clear: both;
}

.center {
	width: 990px;
	margin: 0 auto;
}

.left{
	float:left;
}

.right{
	float:right;
}

#header{
	width: 507px;
	height: 120px;
	margin: 70px auto;
}

#header #logo{
	background:url('images/logoo.png') no-repeat;
	width: 507px;
	height: 120px;
}

.download_btn{
	background:url('images/appstore_badge.png') no-repeat;
	width:270px;
	height:80px;
	display:block;
	margin:55px auto;
	text-indent: -9999px;
	clear:both;
}

.demo{
	width:980px;
	height:225px;
	margin:80px auto 100px;
}

.demo img{
	float: left;
	width:300px;
	height:225px;
	border-radius:8px;
	margin-right:38px;
}

.demo img:last-child{
	margin-right:0;
}

.feature {
	width:1200px;
	margin: 0 auto;
}

.feature h2{
	font-size:40px;
	margin-bottom: 0;
	font-weight: 400;
}

.feature p{
	font-size:21px;
	opacity: 0.4;
	margin: 0;
	width:650px;
}

.screen{
	background:url('images/iphone.png') no-repeat;
	width: 421px;
	height: 862px;
}

.screen video, .screen img{
	width:363px;
	height: 646px;
	margin-left: 30px;
	margin-top: 110px;
}

#export {
	height: 765px;
}

#export .screen{
	float: left;
	margin-right: 70px;
}

#export h2 {
	float: left;
	margin-top:140px;
}

#export p {
	float: left;
	text-align: left;
}

#threedee{
	height: 862px;
}

#threedee .screen{
	float: right;
	margin-left: 70px;
}

#threedee h2 {
	float: right;
	margin-top:365px;
}

#threedee p {
	float: right;
	text-align: right;
}

p#lean_intro{
	text-align: center;
	font-size: 20px;
	opacity: 0.4;
	/*	display:none;*/
}

#lean{
	/*	display:none;*/
	width: 300px;
	height: 100px;
	margin: 30px auto;
}

#lean_logo{
	background: url('images/lean_icon.png') no-repeat;
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
}

#lean h2{
	float: left;
	font-size: 26px;
	margin: 20px 0 0 0;
	font-weight: 400;
}

#lean span{
	float: left;
	font-size: 16px;
	opacity: 0.4;
	margin-top:-5px;
}

footer {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 19px;
	color:white;
	background: linear-gradient(90deg, #00A172, #008AB3);
}

footer a {
	color: white;
	text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5){
	#header #logo{
		background:url('images/logoo@2x.png') no-repeat;
		background-size:contain;
	}
	
	.download_btn{
		background:url('images/appstore_badge@2x.png') no-repeat;
		background-size:contain;
	}
	
	.screen{
		background:url('images/iphone@2x.png') no-repeat;
		background-size:contain;
	}
	
	#lean_logo{
		background: url('images/lean_icon@2x.png') no-repeat;
		background-size: contain;
	}
}


@media screen and (max-device-width: 768px),
only screen and (max-width: 768px) {
	#header{
		width:100%;
		margin: 30px auto;;
		height: auto;
	}
	
	#header #logo{
		background-size: contain;
		margin: 0 auto;
		float:none;
	}
	
	#header h1{
		float:none;
		text-align: center;
		font-size: 40px;
	}
	
	#header span{
		float:none;
		text-align: center;
		width: 100%;
		display: block;
		font-size: 20px;
	}
	
	.download_btn{
		width: 70%;
		background-size: contain;
		background-position: center center;
	}
	
	.demo{
		width:100%;
		clear:both;
		height: auto !important;
	}
	
	.demo img{
		width: 60%;
		max-width:300px;
		height:auto !important;
		display: none;
	}
	
	.demo img:first-child{
		display: block;
		margin: 0 auto 40px;
		float: none;
	}
	
	.feature{
		clear:both;
		width:100%;
		height: auto !important;
		margin-bottom: 100px;
	}
	
	.screen{
		float:none !important;
		margin: 0 auto !important;
		max-width: 421px;
		width:80%;
		height:auto;
		background-size: contain;
	}
	
	.screen video, .screen img{
		width:86.2%;
		height:auto;
		margin-left:7.12%;
		margin-top:26.2%;
		margin-bottom:26.2%;
	}
	
	.feature h2{
		float:none !important;
		margin: 30px 0 auto !important;
		text-align: center;
		font-size: 35px;
	}
	
	.feature p{
		float:none !important;
		text-align: center !important;
		width: auto !important;
	}
	
	#lean{
		width: 100%;
		height: auto;
	}
	
	#lean_logo{
		float:none;
		margin: 0 auto;
		display: block;
	}
	
	#lean h2{
		float:none;
		text-align: center;
	}
	
	#lean span{
		float:none;
		text-align: center;
		display: block;
		width: 100%;
		margin-top: 0;
	}
}
