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

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

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

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

.left{
	float:left;
}

.right{
	float:right;
}

#producthunt{
    background: #DA552F;
    height:100px;
    display: block;
}

#producthunt a {
    color: white;
    display: block;
    margin: 0px auto;
    width: 400px;
    height: 100px;
    font-size: 24px;
    padding-top: 10px;
}

#producthunt img{
    float: left;
}

#producthunt span{
    margin-top:24px;
    float:left;
}

#header{
	width: 650px;
	height: 156px;
	margin: 70px auto;
}

#header #logo{
	background:url('images/icon.png') no-repeat;
	width: 156px;
	height: 156px;
	float: left;
	margin-right: 30px;
}

#header h1{
	font-size: 48px;
	float: left;
	margin: 15px 0 0 0;
	font-weight: 600;
}

#header span{
	font-size: 30px;
	font-weight: 300;
	float: left;
	opacity: 0.4;
}

.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:40px auto;
}

.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;
}

#livephoto{
	margin-top:60px;
	height: 540px;
}

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

#livephoto h2 {
	float: left;
	margin-top:120px;
}

#livephoto p {
	float:left;
}

#export {
	height: 765px;
}

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

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

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

#peek{
	height: 727px;
}

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

#peek h2 {
	float: left;
	margin-top: 320px;
}

#peek p {
	float: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: -webkit-linear-gradient(90deg, #00A172, #008AB3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #00A172, #008AB3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #00A172, #008AB3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #00A172, #008AB3); /* Standard syntax */
}

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

@media screen and (-webkit-min-device-pixel-ratio: 1.5){
	#header #logo{
		background:url('images/icon@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) {
    #producthunt{
        
    }
    
    #producthunt a {
        width: 320px;
    }
    
    #producthunt img{
        
    }
    
    #producthunt span{
        font-size: 17px;
    }
    
	#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;
	}
}
