/*
                        READ ME FIRST

      Please, before adding CSS at the end of this document,
      refer to the following table of contents. Chances are that the
      stuff you need to customize is arleady here!!

      CTRL+K , CTRL+0    to collapse all

      - MEDIA QUERIES            (For HTML elements that Drupal doesn't expose, thus Bootstrap classes can't be used)
      - MAIN NAV

 */
@media (max-width: 992px) {
  .menu--tools {
    display: none;
  }
}