
@font-face {
	font-family: 'Helvetica LT Std Light';
	src: url('../fonts/HELVETICALTSTD-LIGHT.woff') format('woff');
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: 'HelveticaNeueLT Std Med';
	src: url('../fonts/HELVETICANEUELTSTD-MD.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Helvetica LT Std Bold';
	src: url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
}

html, body{
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

*{
	font-family: 'Helvetica LT Std Light';
	-webkit-font-smoothing: antialiased;
}
strong {
	font-family: 'Helvetica LT Std Bold';
}
h1, h2, h3, h4, h5{
	font-family: 'Helvetica LT Std Bold';
	font-weight: 700;
}
p, h1, h2, h3, h4, h5{
	padding: 0;
	margin: 0;
}

.container{
	width: 100%;
	height: 100%;
	background: #f6e86a;
}

.content{
	max-width: 740px;
	margin: auto;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.logo{
	width: 253px;
	height: 209px;
	margin: auto;
	margin-top: 67px;
	margin-bottom: 85px;
	background: url('../images/logo.png') no-repeat;
}

.separator{
	width: calc(100% - 8px);
	height: 2px;
	background: #000000;
	margin-left: 4px;
	margin-right: 4px;
}

.app{
	background: url('../images/stickers.png') no-repeat center 10px;
	overflow: hidden;
}

.description{
	margin-top: 45px;
	margin-bottom: 25px;}

.description p{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

.description p.artists{
	font-family: 'HelveticaNeueLT Std Med';
}

.description p a{
	color: #000000;
}

.download{
	text-align: center;
	margin-bottom: 33px;
}

.download p {
	text-transform: uppercase;
	font-family: 'HelveticaNeueLT Std Med';
	margin-bottom: 10px;
}

.download a{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.share{
	text-align: center;
	margin-bottom: 30px;
	text-decoration: none!important;
	line-height: 6px;
}

.share a{
	text-decoration: none!important;
}

.share .twitter{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.by{
	width: 290px;
	height: 83px;
	margin: auto;
	margin-top: 26px;
	background: url('../images/by.png') no-repeat;
}

.links{
	text-align: center;
	max-width: 400px;
	margin: auto;
	margin-top: 31px;
	margin-bottom: 100px;
}
.links a,.links a:visited {
	color: #000000;
}
.links a.button{
	display: inline-block;
	width: 162px;
	height: 40px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 15px;
	background: url('../images/btn.png') no-repeat;
	color: #000000;
	font-weight: bold;
	font-family: 'HelveticaNeueLT Std Med';
	font-size: 21px;
	line-height: 40px;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	
	.logo{
		margin-bottom: 20px;
	}

	.description p{
		padding-left: 10px;
		padding-right: 10px;
	}

	.app{
		background-size: contain;
	}

	.separator{
		background: transparent;
	}

	.download a{
		margin-left: 4px;
		margin-right: 4px;
	}

	.links a.button{
		margin-left: -8px;
		margin-right: -8px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}
}

