html[xmlns^="http"] {
	overflow-y: scroll;
}

html {
	height: 100%;
}

body {
	margin: 12px;
	background-color: #fff;
	color: #000;
	font-family: 'Amble', tahoma, arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
}

body.body-1 {
	background-image: url(bambus.jpg);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.body-2 {
	background-image: url(berge.jpg);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	margin: 12px 0;
	color: #7f0000;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 12px 0;
	color: #7f0000;
}

a {
	color: #000;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

ul li {
	color: #7f0000;
}

ul li p {
	color: #000;
}

.red-text {
	color: #7f0000;
}

div.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 840px;
}

div.menu,
div.content,
div.footer {
	margin-left: 200px;
	padding: 12px 12px;
}

div.content {
	background-color: rgba(255, 255, 255, 0.75);
}

div.footer {
	background-color: #fff;
}

div.menu {
	color: #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}

div.menu a {
	text-decoration: none;
	color: #000;
}

div.logo-small {
	display: none;
}

div.logo-small a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(logo.png);
	background-size: 60px 60px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-bottom: -72px;
}

div.logo-big {
	padding-top: 20px;
	margin-bottom: -170px;
}

div.logo-big a {
	display: block;
	width: 150px;
	height: 150px;
	/* background-image: url(logo.png); */
	background-size: 150px 150px;
	background-position: left center;
	background-repeat: no-repeat;
}

@media (max-width: 840px) {
	body.body-1 {
		background-image: url(berge.jpg);
		background-size: auto 100%;
		background-position: right center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	div.logo-big {
		display: none;
	}

	div.logo-small {
		display: block;
	}

	div.menu {
		margin-left: 70px;
	}

	div.content,
	div.footer {
		margin-left: 0;
	}
}

@media (max-width: 640px) {
	div.logo-big {
		display: none;
	}

	div.logo-small {
		display: block;
		width: 100%;
		text-align: center;
	}

	div.logo-small a {
		width: 100%;
		background-position: center;
		margin-bottom: 0;
	}

	div.menu {
		text-align: center;
		margin-left: 0;
	}
}
