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

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

body {
	color: #222;
}

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: 30px;
	line-height: 1;
	margin-bottom: 8px;
	margin-top: 17px;
}


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

ul {
	margin-left: 1em;
}

#nav {
	list-style: none;
	margin: 0;
	position:relative;
}


#nav a {
	color: #fff;
	display: block;
	font-weight:500!important;
	font-family:'Roboto',sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover ,#nav li a:active{
	color: #efc318!important;
}

#nav .current a {
	color: #efc318!important;
}

#nav li.active a{
	color: #efc318;
}
 

#container {
	margin: 0 auto;
	width: 800px;
}

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

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