body {
	font-size: 16px;
	padding-top: 66px;
}

a {
	transition: color .25s;
}

h2 {
	font-family: Quant-Light, serif;
	font-size: 2em;
	font-weight: normal;
	color: #30231a;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Quant-Light, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #b8997f;
	margin: 0 0 1em 0;
	padding: 0;
}

p {
	font-family: Novecentosanswide-Book, sans-serif;
	font-size: 1em;
	color: #1a1815;
}

#header {
	background-color: #30231a;
	color: #c7b8a6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

#header a {
	text-decoration: none;
	color: inherit;
	font-size: 1em;
}

#header a.selected,
#header a:hover {
	color: white;
}

#logo {
	padding: 15px 0 8px 15px;
	min-width: 160px;
}

#logo img {
	width: 160px;
	height: 43px;
}

#lang {
	font-family: Novecentosanswide-Light, sans-serif;
	text-align: right;
	margin: 1.3em 15px 0 0;
	vertical-align: middle;
}

.envelope {
	vertical-align: middle;
	width: 20.5px;
	height: 12px;
	margin-bottom: 0.2em;
}

.background {
	overflow: hidden;
}

.background img {
	max-width: 200%;
}

.inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 3% 5%;
	background-color: #ece7e3;
}

.inner a {
	text-decoration: none;
}

.inner a:hover {
	color: black;
}

.beige {
	background-color: #e0c9bb;
}

.beige h3 {
	color: #926442;
}

.gray {
	background-color: #e0d9d1;
}

.gray h3 {
	color: #927d62;
	margin: 1em 0 0 0;
}

.gray p {
	margin-top: .2em;
}

.gray a {
	color: #665A52;
}

.height-image {
	display: none;
}

#footer {
	background-color: #ae907f;
	color: #31221a;
	font-family: Novecentosanswide-Book, sans-serif;
	font-size: 1em;
}

#legal {
	font-family: Novecentosanswide-Book, sans-serif;
	padding: 5px 0 5px 10px;
}

#author {
	text-align: right;
	padding: 5px 10px 0 0;
	position: relative;
	top: 7px;
}

#author img {
	height: 23px;
	border: none;
}

@media screen and (min-width: 35.5em) {
	.background img {
		max-width: 180%;
	}
	
	#logo {
		padding-left: 3em;
	}
	
	#lang {
		margin-right: 3em;
	}
	
	#legal {
		padding: .8em 0 .8em 2.5em;
	}
	
	#author {
		padding: .8em 2.5em 0 0;
		top: -2px;
	}
}

@media screen and (min-width: 48em) {
	.wrapper {
		position: relative;
	}
	
	.height-image {
		display: block;
		visibility: hidden;
	}
	
	.inner {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.background img {
		max-width: 160%;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: .76em;
	}

	p {
		font-size: .6em;
	}
}

@media screen and (min-width: 52em) {
	.background img {
		max-width: 140%;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: .82em;
	}

	p {
		font-size: .65em;
	}
}

@media screen and (min-width: 56em) {
	.background img {
		max-width: 120%;
	}

	h2 {
		font-size: 1.6em;
	}

	h3 {
		font-size: .88em;
	}

	p {
		font-size: .7em;
	}
}

@media screen and (min-width: 60em) {
	.background img {
		max-width: 100%;
	}
	
	h2 {
		font-size: 1.7em;
	}

	h3 {
		font-size: .94em;
	}

	p {
		font-size: .75em;
	}
}

@media screen and (min-width: 64em) {
	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1em;
	}

	p {
		font-size: .8em;
	}
}

@media screen and (min-width: 68em) {
	h2 {
		font-size: 1.9em;
	}

	h3 {
		font-size: 1.1em;
	}

	p {
		font-size: .9em;
	}
}

@media screen and (min-width: 76em) {
	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.2em;
	}

	p {
		font-size: 1em;
	}
}
