header {
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #15161a; }
  header .logo {
    position: absolute;
    left: 35px;
    top: 2px;
    height: 100%; }
    header .logo img {
      height: 90%; }
  header nav {
    position: absolute;
    right: 0;
    top: 0; }
    header nav a {
      display: inline-block;
      text-transform: uppercase;
      color: #bababa;
      margin: 0 35px; }
      header nav a:hover {
        color: #fff; }

/*# sourceMappingURL=header.css.map */
