body {
	margin: 0 auto;
	background: #f6f6f6;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ccc;
}

.conainer {
	width: 100%;

}

.hero_holder {
	position: relative;
}

.hero{

	height: 700px;
	background-image: url("images/hero.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.appStore {
	position: fixed;
	width: 180px;
	height: 60px;
	background: url(images/appStore.svg);
	opacity: 0.5;
	top: 30px;
	right: 30px;
	z-index: 2000;
}

.marketplaces {
	position: absolute;
	width: 209px;
	height: 20px;
	background-image: url("images/marketplaces.svg");
	opacity: 0.5;
	right: 30px;
	bottom: 30px;

}

.heroContent {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 250px;
	left: 50%;
	right: 50%;
	margin-left: -300px;
	text-align: center;
}


.logo {
	background-image: url("images/logo.svg");
	width: 390px;
	height: 189px;
	margin: 0 130px;
}


h1 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: white;
	line-height: 1.3;
}

.phones {
	background-image: url("images/phones.png");
	background-size: cover;
	width: 658px;
	height: 618px;
	margin: -130px auto 0px;
	z-index: 1000;
}

.info {
	width: 800px;
	height: 300px;
	background-color: light-grey;
	margin: 100px auto 0;
	position: relative;
}


h2 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: black;
	width: 450px;
	line-height: 1.3;
	margin-top: 100px;
}

.image1, .image2, .image3, .image4 {
	width: 300px;
	height: 300px;
	border-radius: 200px;
	background-size: cover;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
}

.image1{
	background-image: url("images/image1.jpg");
	float: left;
}

.image2{
	background-image: url("images/image2.jpg");
	float: right;
}

.image3{
	background-image: url("images/image3.jpg");
	float: left;
}

.image4{
	background-image: url("images/image4.jpg");
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	float: clear;
}

.footer {
 position: relative;
	width: 100%;
	height: 300px;
	background-color: white;
	margin-top: 150px;
	text-align: center;
	float: none;
}

.footerContent{
	position: absolute;
	width: 200px;
	height: 80px;
	margin: 0 50%;
	bottom: 60px;
	left: -100px;
}

.social{
	width: 112px;
	height: 20px;
	background-image: url("images/social.svg");
	margin: 0 auto;
}
