* {
	box-sizing: border-box;
}

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: Verdana, Arial;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

body{
	font-family: 'Arial', sans-serif;
	background-color: rgba(5,100,50,1);
	color: rgba(42,42,42,1);
	padding: 10px;
	}
	
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
}
	
h1,h2,h3,h4,h5,h6{
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1em;
	padding-top: 1.4em;
}

h1{font-size: 1em;}
h2{
	font-size: 1.6em;
	color: rgba(5,100,50,1);
	border-bottom: 1px solid rgba(5,100,50,1);
	}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}

.bold {
	font-weight: bold;
}

p,ul{
	line-height:1.5em;
	margin-bottom:0.5em;
}

content {
	padding: 60px;
	display: block;
}

content .layer {
	margin-top: 40px;
	margin-bottom: 80px;
}

content ul{
	list-style-type: disc;
	padding:0 20px;
}

header{
	text-align:center;
	margin:0;
	padding:0;
	display: block;
	}

a,
#nav a{
	color: rgba(5,100,50,.6);
	text-decoration:none;
	cursor:pointer;
}

#nav a{
	text-transform: uppercase;
}

a:hover, 
#nav a:hover{
	color: rgba(5,100,50,1);
}
	
#main{
	width:100%;
	background-color:#fff;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	border-radius: 4px;
	
}
	
#logo{
	float: left;
	width: 280px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:25px;
	display:block;
	cursor:pointer;
}

#nav{
	font-size: 1em;
	margin: 0 10px;
	padding: 10px 10px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgb(255, 255, 255);
}

#nav li,
#nav span{
	float:left;
	margin:0;
	margin-bottom: 10px;
	padding:0;
	width: 100%;
	display: block;
}

#arrup{
		display:none;
		margin-top:24px;
		
		cursor:pointer
	}
	

@media all and (min-width: 768px) {
	
	body{
		padding: 0;
	}
	
    #main{
		max-width:80%;
		margin:20px auto;
	}
	
	h1{
		line-height: 1.5em;
		margin-bottom: 1em;
		padding-top: 1.4em;
	}
	
	h2,h3,h4,h5,h6{
		line-height: 1.5em;
		margin-bottom: 1em;
		padding-top: 2.4em;
	}

	h1{font-size: 3em;}
	h2{font-size: 2em;}
	h3{font-size: 1.6em;}
	h4{font-size: 1.2em;}
	
	#nav{
		font-size: 1em;
		margin: 40px 50px;
		padding: 10px 10px;
		position: fixed;
		top: 0px;
		right: 10%;
		background-color: rgb(255, 255, 255);
	}
	
	#nav li,
	#nav span{
		float:left;
		margin:0;
		margin-left:24px;
		padding:0;
		width: auto;
		display: inline-block;
	}
	
	#arrup{
		position:fixed;
		bottom:50px;
		right:14px;
		opacity:0.75;;
	}
}
