.navbar-fixed {
  position: fixed;
  top: -3em;
}

/*----------------------
  $NAVBAR
    basic navbar styling
  ----------------------*/
nav {
  width: 100%;
  color: #bbb;
  background: #FFF;
  font-weight: bold;
  letter-spacing: 0.025em;
}

nav ul {
  text-align: center;
  margin: 0;
}

nav ul li {
  display: inline-block;
  padding: 0 3em;
  line-height: 3em;
}

/* nav ul li:hover {
  background: #00939C;
} */

/*----------------------
  $BODY
  ----------------------*/
/* body {
  background: #0B6AD4;
} */

/*----------------------
  $MISC
  ----------------------*/
.filler {
  width: 1px;
  height: 200px;
}

.two {
  height: 3000px;
}
