
body {	
	margin: 0;
}


/* Style the nav element */
nav {
  overflow: hidden;
  background: #ddd;
  font-weight: bold;
  padding-left: 5em;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.outertop {
   padding-top: 4em;
}


.top {
	padding-top: 4em;
	
}
