body, h2, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
    background-image: url("../images/background.jpg");
	color: #333;
	font-family: Helvetica, sans-serif;
    margin: auto;
    width: 70%;
    padding: 10px;
}

#logo {
    position: relative;
    left: 10%;
    top: 8%;  
    height: 100px;
}

#header {
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 10%;
    margin-right: 10%;
}

#slogan {
    position: relative;
    left: 23%;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    margin-bottom: 15px;
}

#top-nav {
    position: relative;
    left: 5%;
    top: 10%;
}

#top-nav a {
    text-decoration: none;
    color: black;
    font-family: 'Playfair Display', serif;
    padding: 10px;
}

#top-nav a:hover {
    text-decoration-line: underline;
    color: brown;
}

#video {
	position: relative;
    left: 15%;
    top: 30%;

    width: 800px;
}

#pages section {
	background: url("images/paper.png") no-repeat;
	display: block;
	width: 1000px;
	height: 500px;
	position: absolute;
	left: 5%;
	top: 5px;
	overflow: hidden;
}
	#pages section>div {
		display: block;
		width: 900px;
		height: 450px;
		font-size: 12px;
        margin-top: 25px;
	}
	#pages section p,
	#pages section h2 {
		padding: 3px 35px;
		line-height: 1.4em;
		text-align: justify;
	}
	#pages section h2{
		margin: 15px 0 10px;
	}

#pageflip-canvas {
	position: absolute;
	z-index: 100;
}
