body {
	margin:0px;
	padding-top: 50px;
	padding-left:10%;
	padding-right:10%;
	height:auto;
	font-family: 'Molengo', sans-serif;
	font-size: 19px;
	color: #ffffff;
	background-color:#0099FF;
	min-width: 500px;
}

.desc-phone {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.desc-text {
	flex: 1;
	padding-right: 5%;
}

.iphone {
	width: 40%;
	max-width: 300px;
}


a,a:visited, a:active {
	color: #cccccc;
}

a:hover {
	color: #ffcc00;
}

#title-link {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding-bottom: 25px;
}

#title {
	flex: 1;
}

#title img {
	width: 80%;
	max-width: 350px;
	min-width: 220px;
}

#app-link {
	margin-right: 10px;
	margin-bottom: 5px;
}

ul {
	color: #ffcc00;
}

li {
	height: 30px;
}

li span {
	color: #999999;
}

.footer {
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}

#video {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #cccccc;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}
