:root {
  scroll-behavior: unset;
}
.btn-moje.btn-primary {
  width: 48px;
  height: 48px; 
}
.btn-moje.btn-secondary {
  width: 36px;
  height: 36px;
}
.toggle-button {
  height: 32px; 
  width: 32px; 
  display: block;
}

.colorbutton a {
  width: 100%;
}

.colorbutton a .letter {
  display: none;
}

.controls {
  position: fixed;
  background-color: white;
  width: 100%;
  top: 0;
}

.cards {
  margin-top: 32ex;
}

.container.cards h2 a {
  position: relative;
  top: -16ex;
}

@media (max-width: 1000px) {
  .btn-moje.btn-primary,
  .btn-moje.btn-secondary {
    width: 40px;
    height: 40px;
  }
  .toggle-button {
    height: 44px; 
    width: 44px; 
  }
  .colorbutton .row {
    display: block;
  }

  .colorbutton .row > .colorid {
    width: 40px;
    float: left;
    margin-right: 2px;
  }

  .colorbutton .colorid a {
    display: inline-block;
    width: 40px !important;
    padding-left: 12px;
  }
  .colorbutton a .name {
    display: none;
  }
  .colorbutton a .letter {
    font-size: 20px;
    display: inline;
  }

  .letterpicker {
    overflow-x: scroll;
  }
  .letterwrapper {
    width: max-content;
  }

  .cards {
    margin-top: 18ex;
  }
}

