div#search, td.login {
  color: #EEE;
}

#header {
  background: rgb(43, 128, 194) url(image/mountains.svg) no-repeat 15px 12px;
  background-size: 55px;
  height: 62px;
}
#header #site-name {
  margin-left: 2.3em;
  color: #FFF;
  padding-top: 5px;
}

@media screen and (max-width: 400px) {
  #header {
    background-image: none;
  }
}
@media screen and (max-width: 750px) {
  #header #site-name {
    margin-left: -9999px;
  }
}

/*# sourceMappingURL=style.css.map */
