*{
	margin:0;
	padding:0;
}

body{
width:100%;
	background-color:#eb6749;
	text-align: center;
	color:#fff;
	font-family: helvetica, arial, sans-serif;
}

a:link, a:visited{
	color:#f6fab3;
}

a:hover{
	color:#fad69e;
}

h1{
background-image:url('../img/makeitrain_logo.png');
background-repeat:no-repeat;
background-position: center top;
width:375px;
height:352px;
text-indent: -9999px;
margin:30px auto;
}

#app_details{
	width:900px;
	margin: 40px auto;
}

.appstore_button{
background-image:url('../img/appstore_button.png');
background-repeat:no-repeat;
width:267px;
height:97px;
display: block;
text-indent: -9999px;
float:left;

}

#buttons{
width: 590px;
	margin:0 auto;
}

#press{
width: 590px;
text-align: left;
  margin-left: auto ;
  margin-right: auto ;
}

.playstore_button{
background-image:url('../img/playstore_button.png');
background-repeat:no-repeat;
width:267px;
height:97px;
display: block;
text-indent: -9999px;
float:right;

}

.image_iphone{
	margin:40px 10px 0;
}

footer{
height: 40px;
padding: 22px 40px 0;
margin: 50px auto 0;
	background-color: #d94928;
	font-size: 0.8em;
}

#footer_contact{
	float:left;
}

#footer_links{
	float:right;
}

@media all and (-webkit-min-device-pixel-ratio : 1.5) {
h1{
background-image:url('../img/makeitrain_logo@2x.png');
background-size: 375px 352px;
}

.appstore_button{
background-image:url('../img/appstore_button@2x.png');
background-size: 267px 97px;
}


.playstore_button{
background-image:url('../img/playstore_button@2x.png');
background-size: 267px 97px;
}

}

@media screen and (max-width: 880px){


#app_details {
width: 420px;
}

h1{
	width:80%;
}

h2{
	padding:0 30px;
}

#buttons{
width: 280px;
}

#press{
width: 280px;
text-align: left;
  margin-left: auto ;
  margin-right: auto ;
}

.appstore_button{
	margin-right:0;
}

.playstore_button{
	margin-left:0;
}

.image_iphone{
	width:80%;
}

}

@media screen and (max-width: 400px){

h1{
	width:80%;
	background-size:100%;
	margin:30px auto 0;
	height:250px;
	}
	
	#app_details {
width: 320px;
}

#buttons{
	width:267px;
}

#press{
width: 320px;
text-align: left;
  margin-left: auto ;
  margin-right: auto ;
}
	
	footer {
height: 70px;
}
	
	}
