/* Resets (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;}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;}body{-webkit-text-size-adjust:none}


body
	{
		background: url('images/background.jpg') no-repeat center center fixed;
		background-size: cover;
		font-family: Cabin;
	}
	
wrapper
	{
		position: absolute;
		top: 0px;
	}

#banner
	{
		position: relative;
		width: 100%;
		max-width: 3888px;
		display: block;
	}

	#banner img
		{
			position: relative;
			width: 100%;
			max-width: 3888px;
			z-index: 0;
			display: inline-block;
		}

#textbanner
	{
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
		
	#textbanner h1
		{
			font-family: Cinzel Decorative;
			text-align: center;
			margin-top: 20px;
			font-size: 3em;
		}
		
nav
	{
		position: absolute;
		display: block;
		text-align: center;
		bottom: 20px;
		width: 100%;
		font-size: 1.5em;
	}

nav ul
	{
    	list-style-type: none;
	}


nav li
	{
    	display: inline-block;
    	margin-right: 1.5em;
    	margin-left: 1.5em;
	}

nav a
	{
		color: #fff;
		text-decoration: none;
	}
	
nav a:hover
	{
		text-decoration: underline;
	}

nav a:visited
	{
		color: #B8B8B8;
	}

#picture
	{
		display: inline-block;
		border-radius: 0.5em;
		background-color: rgba(255,255,255,0.9);
		background-image: none;
		margin: 2em 2em;
		padding: 0.5em 0.5em;
		width: 25%;
	}

#picture img
	{
		width: 100%;
	}

article
	{
		margin: 2em 2em;
		padding: 1em 1em;
		border-radius: 0.5em 0.5em;
		background-color: rgba(255,255,255,0.9);
		background-image: none;
		display: inline-block;
		vertical-align: top;
		text-align: justify;
	}
	
article h2
	{
		font-size: 2em;
		text-align: center;
		margin: 0.5em 0.5em;
	}
	
article h3
	{
		font-size: 1.5em;
		margin: 2em 0.4em 0.5em 0.4em;
	}
	
article h4
	{
		font-size: 1em;
		margin: 2em 0.4em 0.5em 0.4em;
		font-weight: bold;
	}
	
article p
	{
		line-height: 1.5em;
		margin: 0.4em 0.4em;
		text-indent: 1em;
	}
	
article ul
	{
		list-style-type: circle;
		margin: 0.5em 0.5em;
	}
	
article li
	{
		margin: 0.8em 0.4em;
		text-indent: 1em;
		line-height: 1.5em;
	}