@charset "utf-8";
/* CSS Document */
/* General CSS */
/* 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;
}
*{
	margin:0px;
	padding:0px;
	
}
body,html {
	
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;	
}

header{
	margin:20px;
}

header a{
	color:#f1f1f1;
}

header h1{
    margin: 0 auto 0 0;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 1.65em;
    line-height: 1;
    display: inline-block;
	color:#fff;
	margin-top:5px;
}
/*DEMO CSS*/

nav{
	position:relative;
}

ul{
	background-color:#666;
	position: fixed;
	top: 50%;
	left: 10px;
	transform: translate(0%, -50%);
	border-radius: 55px;
	padding:20px;
}

li.active{
	background-color:#ccc;		
}

li {
	list-style:none;
	background-color:#f1f1f1;
	border-radius: 100px;
	width:20px;
	height:20px;
	margin-bottom:10px;
	position:relative;
		
}
li a{
	text-decoration:none;
	position:absolute;
	color:#000;
	top: 50%;
	left: 50%;
	padding:10px;
	transform: translate(-50%, -50%);
	
}

li:last-child {
	margin-bottom:0px;
}

header {
	position:absolute;	
}

section{
	width:100%;
	height:100%;
}
#page1{
	background-color:#4a7c59;	
}

#page2{
	background-color:#68b0ab;
}

#page3{
	background-color:#8fc0a9;
}

#page4{
	background-color:#c8d5b9;
}

#page5{
	background-color:#faf3dd;
}