/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------END CSS RESET----------------*/

@font-face{ 
	font-family: 'imfell_reg';
	src: url('fonts/imfell_reg.eot');
	src: url('fonts/imfell_reg.eot?#iefix') format('embedded-opentype'),
	     url('fonts/imfell_reg.woff') format('woff'),
	     url('fonts/imfell_reg.ttf') format('truetype'),
	     url('fonts/imfell_reg.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'imfell_it';
	src: url('fonts/imfell_it.eot');
	src: url('fonts/imfell_it.eot?#iefix') format('embedded-opentype'),
	     url('fonts/imfell_it.woff') format('woff'),
	     url('fonts/imfell_it.ttf') format('truetype'),
	     url('fonts/fonts/imfell_it.svg#webfont') format('svg');
}

#container{
	  display:block;
    position:absolute;
    z-index:1;
    min-width:100%;
    min-height:100%;
    /* background position when .fullscreen-img overflows */
    background:transparent url('assets/wood_bg.jpg') center center no-repeat;
    background-size:cover;
}
/*---------------------------END FONTFACE---------------------*/
span {
	color:red;
}
body{
	font-family:'imfell_reg', 'times new roman', serif;
}
nav{
	width: 100%;
	text-align: center;
	font-family: 'imfell_reg', 'times new roman', serif;
	color: white;
	text-decoration: none;
	padding-top: 2%;
}
nav a{
	font-family:'imfell_reg', 'times new roman', serif;
	color:white;
	text-decoration:none;
	font-size:1.5em;
}
nav a:hover{
	color:white;
	font-family:'imfell_it', serif;
	font-size:1.5em;
}
nav ul li {
	display:inline-block;
}
#content{
position: fixed;
z-index: 1;
width: 57%;
height: 284%;
margin-left: 22%;
margin-top: 3%;
}
#rightpage, #leftpage{
float: left;
height: 25%;
padding-top: 5%;
padding-left: 3%;
width: 46%;
text-align: center;
}

#rightpage{
background: transparent url('assets/page_right.png') center center no-repeat;
background-size: cover;
background-position: center;
}
#rightpage img{
padding-right: 10%;
}
#leftpage{
background: transparent url('assets/page_left.png') center center no-repeat;
background-size: cover;
background-position: center;
}

h1{
	font-size:2em;
}
p{
	font-size:1.2em;
}