a:active,
a:hover {
	outline: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	width: 100%;
	min-width: 300px;
	height: 100%;
	min-height: 100%;
	color: #fff;
	background: #1F325C;
	background-size: cover;
	font-family: 'Lato', serif;
	font-size: 100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

#container {
	margin: 10px;
}

h2, a, .company_name, .app_name {
	color: #00D3AF;
}

p {
	font-family: 'Helvetica Neue', serif;
}