/* Enter Your Custom CSS Here */
@media screen and (max-width: 1000px) {
  h1#logo-text {
    display: inline !important;
    color: black;
  }
}

@media screen and (max-width: 1000px) {
  img#logo {
    display: none !important;
  }
}