﻿/* bold */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: bold;
	src: url('/style/fonts/Lato-Bold.ttf'); /* IE9 Compat Modes */
	src: local('Lato Bold'), url('/style/fonts/Lato-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

html, body, p, a, th, td, li, div, h1, h2, h3, input, button, select, textarea, label {
	-webkit-box-sizing: border-box;‌​
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Lato, Verdana, sans-serif;
	font-weight: bold;
}

html {
	background-color: #1a1c22;
}

body {
	width: 856px;
	margin: 0 auto;
	padding: 40px;
}

div {
	margin-bottom: 40px;
	text-align: center;
}

img {
	vertical-align: middle;
}

a {
	font-size: 28px;
	text-decoration: none;
	color: #ffeb00;
}

a.button {
	display: inline-block;
	padding: 0 120px;
	line-height: 72px;
	border-radius: 36px;
	color: #1a1c22;
	background-color: #ffeb00;
}

.logo img {
	height: 160px;
	margin-right: 40px;
}

.logo span {
	display: inline-block;
	height: 160px;
	line-height: 160px;
	font-size: 92px;
	vertical-align: middle;
}

.claim {
	font-size: 40px;
}

.text {
	font-size: 28px;
}

.store a:first-child {
	margin-right: 40px;
}

.app {
	margin-top: 60px;
	font-size: 32px;
}

.app .button {
	margin-top: 20px;
}