@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	src: url(Merriweather.ttf) format('truetype');
}

html {
	background-color: #ffffff;
	color: #000000;

	font-family: 'Merriweather', Georgia, serif;
	font-weight: 350;
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

.trustmark {
	position: absolute;
	top: 1.5em;
	left: 2em;
}

.trustmark img {
	width: 4em;
}

.lang-menu {
	position: absolute;
	top: 1.5em;
	right: 2em;
	font-family: sans-serif;
	font-size: 0.95em;
}

.lang-menu summary {
	list-style: none;
	cursor: pointer;
	color: #666;
	font-weight: normal;
	padding: 0.3em 0.5em;
	border-radius: 4px;
	user-select: none;
}

.lang-menu summary::-webkit-details-marker {
	display: none;
}

.lang-menu ul {
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	position: absolute;
	right: 0;
	z-index: 10;
}

.lang-menu li {
	margin: 0;
	padding: 0;
}

.lang-menu a {
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #000;
}

.lang-menu a:hover {
	background: #f0f0f0;
}

.content {
	max-width: 700px;
	margin: 0 auto;
	padding: 5em 1.5em 1em;
}

h1 {
	font-size: 2.2em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	margin-top: 2.5em;
	margin-bottom: 1em;
	font-weight: bold;
}

p {
	margin: 1em 0;
}

a {
	color: #9f1744;
}

a:visited {
	color: #70112f;
}

a:hover {
	color: #c41e5b;
}

a:active {
	color: #5b0e28;
}

.footer {
	font-size: 0.85em;
	color: #444;
	margin-top: 4em;
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
}
