html {
-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}



body {
	margin: 0;
	padding: 0;
	background: #f4f3f1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	font-weight: 700;
	color: #222;
	line-height: 32px;
}

section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	clear: both;
	overflow: hidden;
}

article {
	max-width: 1180px;
	height: 100%;
	padding: 0 24px;
	overflow: hidden;
	margin: 0 auto;

	text-align: center;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

img#logo {
	display: block;
	margin: 0 auto 24px auto;
	width: 400px;
}

a.mail {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	text-decoration: none;
}
