@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

aside > *:last-child {
	margin-bottom: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0f1011;
	font-family: "Lato", sans-serif;
	line-height: 1.5;
	color: #ccc;
}

.tut-single {
	margin: 0 auto;
	max-width: 75em;
	width: 95%;
}
.tut-single-i {
	margin: 0 10em 0 0;
	padding: 4em 2em;
	background: #1c1e20;
	position: relative;
}

.tut-extra {
	font-size: 1.25em;
	width: 24em;
	padding: 1em;
	background-color: #2f3235;
	color: #fff;
	opacity: 0.667;
}
.tut-extra a:link { color: #009; }
.tut-extra a:visited { color: #909; }

.tut-extra-odd {
	float: right;
	margin: -2em -10em 1em 2em;
}

.tut-extra-even {
	float: right;
	margin: -2em -6em 1em 2em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 1.5em 0 0.5em;
	color: #eee;
	font-family: "League Gothic", Impact, sans-serif;
	font-weight: normal;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

h1 { font-size: 3.77em; }
h2 { font-size: 2.11em; }
h3 { font-size: 1.55em; }
h4 { font-size: 1em; }
h1 { margin-top: 0; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

p { margin: 0 0 1.5em; }

ol, dl, ul {
	margin: 0 1.5em 1.5em 1.5em;
	padding: 0;
}

ol { list-style-type: decimal; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }

ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 0;
	margin-left: 3em;
	margin-bottom: 0.5em;
}

a:link {
	color: #0df;
}
a:visited {
	color: #ccc;
}

a.tut-alt-link {
	position: absolute;
	right: 2em;
	top: 6.25em;
	color: #fff;
}


body[data-jng-mode="edit"] .slide-1-content {
	outline: dotted 2px #fc6;
}

body[data-jng-mode="edit"] .slide-2 {
	outline: dotted 2px #cc6;
}