body {
	background: url('/img/bg1.png');
	background-color: rgb(246, 248, 252);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 48%;
	color: rgb(91, 107, 131);
	font-family: 'Roboto';
	line-height: 150%;
	margin: 0;
}

#w1 {
	background: url('/img/bg2.png');
	background-position-x: left;
	background-position-y: 500px;
	background-repeat: no-repeat;
	min-height: 100vh;
	padding: 10px 5px;
}

#w2, #f2 {
	margin: auto;
	max-width: 960px;
}

#top {
}

#languages {
	float: right;
}

#languages:after {
	content: '';
	display: table;
	clear: right;
}

#languages, #languages a {
	color: white;
}

#intro {
	margin: 120px 0 0 0;
}

h1 {
	font-size: 30px;
	margin-top: 0;
}

#get-it>.a, #get-it>.b {
	float: left;
}

#get-it>.b a {
	color: white;
	text-decoration: none;
}

#get-it>.b div {
	background: black;
	font-weight: bold;
	height: 44px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

#get-it>.b div, #get-it img {
	display: block;
	margin: 5px 5px 0 0;
	width: 140px;
}

#get-it>.b div, #get-it img.qr {
	border: 3px solid black;
	border-radius: 5px;
	box-sizing: border-box;
}

#get-it:after {
	content: '';
	display: table;
	clear: left;
}

#phone {
	background: white;
	border: thin solid #ddd;
	border-radius: 30px;
	margin: 50px auto;
	max-width: 370px;
	padding: 20px 4px 20px 4px;
}

@media only screen and (min-width: 600px) {
	#intro {
		float: left;
		max-width: 470px;
	}

	#phone {
		float: right;
		margin: 80px 80px 80px 10px;
	}
}

#phone>div {
	background: #ddd;
	border-radius: 5px;
	height: 8px;
	margin: 0 auto 20px auto;
	width: 80px;
}

#phone iframe {
	border: thin solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	height: 70vh;
	max-height: 500px;
	width: 100%;
}

#features {
	clear: both;
}

#features>div {
	border: thin solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 5%;
	padding: 10px;
}

@media only screen and (min-width: 600px) {
	#features>div {
		float: left;
		margin: 0 5% 5% 0;
		width: 30%;
	}
}

#features>div:last-child {
	margin-right: 0;
}

#features h2 {
	margin: 0;
}

#features:after {
	content: '';
	display: table;
	clear: left;
}

#f1 {
	background: url('/img/bg4.png');
	background-color: #004674;
	background-position: bottom left;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: white;
	padding: 10px 5px;
	width: 100%;
}

#f1 a {
	color: white;
	text-decoration: none;
}

#f1 a:hover {
	text-decoration: underline;
}
