@import url(googlefont.css);

*{
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, footer, header {
	display: block;
    margin: 2em;
}

html {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.65;
	font-size: 1em;
	color: #aaa;
}

html, body {
    /*background-color: #101010;*/
    background-color: #383838;
    
}

html {
    font-size: 16pt;
}

a {
    -moz-transition: color 0.25s ease, border-bottom-color 0.25s ease;
    -webkit-transition: color 0.25s ease, border-bottom-color 0.25s ease;
    -ms-transition: color 0.25s ease, border-bottom-color 0.25s ease;
    transition: color 0.25s ease, border-bottom-color 0.25s ease;
    border-bottom: dotted 1px;
    color: inherit;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
    color: #00D3B7;
}

ul {
    padding-left: 2em;
}

p {
    margin: 0 0 1.25em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 0.5em 0;
    color: #808080;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
		font-size: 1.5em;
	}

h3 {
		font-size: 1em;
	}

h4 {
		font-size: 0.9em;
	}

h5 {
		font-size: 0.8em;
	}

h6 {
		font-size: 0.7em;
        padding-top: 2em;
	}



#viewer .inner .nav-next,
#viewer .inner .nav-previous {
                visibility: hidden;
            }

#viewer .slide:before{
    background-image: none;
}