
 body {
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-style: normal;
}
  .navbar-brand{
    margin-right:0;
  }
  .navbar-toggler {
  border: none;
  background-color: transparent;
  padding: 0;
  }

  .navbar-toggler-icon {
    background: url('znak - kolor.svg') no-repeat center center !important; 
    background-size: contain;
    width: 50px;
    height: 50px;
  }

 .a { font-family: 'Patrick Hand SC', cursive;
  padding:0;
    }
 
  .Gallery-text {
  margin-left: 12px;
  line-height: 1;
  height: 18px;
  width: 58px;
  margin-top: auto;
  margin-bottom: auto;
  }

.gallery {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #AAB600;
  }

.gallery .Gal {
  width: 350px;
  height: 500px;
  margin: 10px;
  transition: all 0.8s;
  }
  .gallery .Gal:hover {
  position: relative;
  transform: scale(1.2);
  transform-origin: translate3d(25px, 25px, 100px);
  }

@media screen and (max-width: 768px) {
  .navbar-dark {
    flex-direction: column;
    align-items: center;
  }
  }

  .bottom-text {
    background-color: #212529;
    padding: 6px 12px;
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center;
    font-family: 'Patrick Hand SC', cursive;
    font-size: 10px;
    color: white;
    position: fixed;
    bottom: 0; 
    left: 0;
    width: 100%;
    z-index: 1;
}