html {
	background: #222;
	color: #bbb;
}

body {
	margin: 0;
	font: 16px 'Roboto',sans-serif;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

a{
	color: #bbb;
	text-decoration: none;
}

#logo{
	width: 100px;
	margin: auto;
	margin-top: 50px;
	display: block;
}

#app-title{
	display: block;
	margin: auto;
	text-align: center;
	font-size: 1.2em;
}

#app-desc{
	text-align: center;
	font-weight: 100;
}

#play-store{
	display: block;
	margin: 20px auto;
	text-align: center;
}

#play-store img{
	width: 160px;
}

#contacts{
	font-weight: 400;
	font-size: 0.9em;
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	margin: 10px auto;
	overflow: auto;
}

#contacts li{
	margin: 10px 4px;
	display: inline-block;
}

div.screens {
	display: block;
	height: 430px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background: #333;
	
}
div.screens p {
	margin: 10px 0;
	height: 500px;
	display: block;
	max-width: 90%;
	padding: 0 5%;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

div.screens img {
	height: 400px;
	position: relative;
	margin: 5px 5px;
	border-radius: 1px;
	box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
}

div.content{
	max-width: 500px;
	width: 80%;
	margin: 30px auto;
}

#footer{
	text-align: center;
	font-size: 0.8em;
	font-weight: 100;
}

#footer a{
	font-weight: 400;
}