.header-bar {
  height: 60px;
  background-color: #1a1a1a;
}
.header-logo {
  background-image: url(../images/logo-white.png);
  height: 100%;
  width: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-left: 30px;
}
