.top-level-header {
  background-color: #0c77bb;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0em;
}

.top-level-header-text {
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 2em;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {

.top-level-header-text {
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 3em;
  text-align: center;
}

}

@media only screen and (min-width: 767px) {

.top-level-header-text {
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 3em;
  text-align: left;
}

}