@media screen and (min-width: 768px) {
  .accordion-wrapper .card.plain .card-header button:before {
    left: 50px;
    display: none;
  }
  #logo {
    max-height: 60px;
    width: auto;
  }
}

.accordion-wrapper .card.plain .card-header button {
  padding: 0 !important;
}
.navbar-stick {
  /*display: none;*/
  max-height: 60px;
}
.navbar-stick .container .navbar-brand {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
#movingButton {
  width: 100%;
  max-height: 100px;
  background-color: #00417a;
  opacity: 1;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 999999;
}

#logo {
  max-height: 40px;
  width: auto;
}
