.elzar-navbar {
  background: $pacific-blue;
  height: $navbar_height;
  min-width: rem(320);
  padding-left: rem(15);
  position: relative;
  width: 100%;

  @include media(min-width $breakpoint-b) {
    padding: $content_padding;
  }
}

.elzar-navbar_title {

  .elzar-navbar & {
    color: $white;
    display: inline;
    font-size: $font-headers-size;
    position: absolute;
    //height of nav-bar is 60px font header size is 20px.
    //12 it works to center the title.
    top: rem(12);
  }
}
