@import url('https://fonts.googleapis.com/css?family=Metamorphous');

body {
	color: #3A341B;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #B2AA8E;
	background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: bottom;
}

h2 {
	font-family: Metamorphous;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 64px;
	margin: 20px 0px 0px 0px;
	color: #ABB280;
}

#filter {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(178, 170, 142, 0.0);
	z-index: -1;
}

#headline {
	position: fixed;
    right: 595px;
}

#page1 {
	width: 300px;
}

#page2 {
	width: 300px;
}

#logo {
	position: absolute;
	left: 320px;
	top: 0px;
}

#curve {
	position: absolute;
	top: 0;
    left: 0;
}
