header#app-bar {
  background: rgba(24, 57, 100, 0.9);
  color: #fff;
}

@media (min-width: 768px) {
  header#app-bar {
    background: rgba(24, 57, 100, 0.9) url("/cas/themes/lu/images/langston-logo-c70792b6e1d87df6a64344382d5c88fd.png") no-repeat left;
    height: 140px;
  }

  #cas-theme-title {
    text-indent: -5000px;
  }
}