@media (min-width: 576px) {

  #navbarTogglerDemo01 { display: none !important; }
  header img { max-width: 191px !important; }
  footer img { max-width: 191px !important; }

  header #header-1 { display: flex; }

  header .header-button { display: none; }

  #header-1 > ul > li {

    padding: 0px 5px;

  }


  #header-1 > ul > li:last-child {

    border-right: 0px;
    padding:      0px 0px 0px 5px;

  }

}