@font-face {
    font-family: 'watstylebold';
    src: url('fonts/watstyle-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'watstyleregular';
    src: url('fonts/watstyle-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body, div, h1, h2, h3, h4, h5, h6, img {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	width: 960px;
}

header {
	position: relative;
}

main {
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	font-family: 'Lato', Arial, sans-serif;
	color: #4C4C52;
}

footer {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	border-top: solid 1px #4C4C52;
	margin-top: 2em;
	font-family: 'Lato', Arial, sans-serif;
}

h1, h2, h3 {
	font-family: 'watstylebold';
	line-height: 150%;
	text-align: center;
}

h1.title {
	font-size: 46px;
	margin: 1em 0 1em 0;
}

h2.subtitle {
	font-size: 24px;
	margin: 2em auto 1em auto;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
	margin: 2em auto 1em auto;
}
	
p, ul, li {
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	line-height: 150%;
}

ul {
	line-height: 150%;
}

li {
	margin: 0;
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}

a, a:focus {
    color: #e50045;
}

a:hover {
    color: #e5527e;
}

.center {
	width: auto;
	display: block;
	margin: 1em auto 1em auto;

}

.lang-switch {
	position: absolute;
	top: 0;
	right: 0;
}

.lang-switch .icon {
	width: 32px;
	height: 26px;
}
