* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	font: 16px/1.5 Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
p,
pre,
ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 1em;
}

h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
}

p,
pre,
ul {
	margin-bottom: 2em;
}

pre {
	background: #fefefe;
	border: 1px solid #dedede;
	overflow-x: auto;
	padding: 2em;
}

ul {
	margin-left: 1em;
}

#nav {
	text-align: center;
	left: 20px;
	list-style: none;
	font-style: italic;
	margin: 0;
	position: fixed;
	top: 20%;
	width: 9%;
	border-right: outset;
	border-left: inset;

	border-radius:5%;
	-webkit-border-radius:5%;
	-moz-border-radius:5%;
	-ms-border-radius:5%;
	-o-border-radius:5%;
}

#nav li {
	/* margin-bottom: 5px; */
	height: 60px;
}

#nav a {
	background: #6DD5FA;
	color: #666;
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#nav a:hover {
	background: greenyellow;
}

#nav .current a {
	/* background: #666; */
	/* color: #ededed; */
	color: #666;
}

#container {
    margin: 0 0 0 13%;
    width: 85%;
}

.section {
	border-bottom: 3px solid #ccc;
	min-height: 60vh;
	padding: 20px 20px;
}

.section p:last-child {
	margin-bottom: 0;
}

img{
	width: 100%;
}