/*RESET*/
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;
}
/* RESET END */

@charset "utf-8";
@font-face {
	font-family: 'Roboto Mono', monospace;
	font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-mono-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
       url('../fonts/roboto-mono-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-mono-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-mono-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* HTML and Body Styles */

html {
	text-align: center;
		color: white;
	background-color: black;
	font-family: 'Robota Mono', monospace;
}

/* Heading Styles */


/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: black;
  position: fixed; /* Set the navbar to fixed position */
  top: 120px; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  
}

/* Links inside the navbar */
.navbar a {
  float: left;
  color: white;
  width: 33.33%;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  margin: auto;
  font-size: 1.5em;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 94px; /* Add a top margin to avoid content overlay */
  position: center;
  padding: 10px 0px;
}

.N {
  margin-top: 94px; /* Add a top margin to avoid content overlay */
  position: center;
  padding: 10px 0px;
}

.logo a {
	display: block;
	padding: 0px 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.title {
	display: block;
	overflow: hidden;
	background-color: black;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	padding: 10px 0px;
	font-size: 1.5em;
}