/* font-family: Courgette */
/* Lustria */
html {
  scroll-behavior: smooth;
}

.nav_kontakt{
  color: #DAB19C;
}

.nav_kontakt:hover{
  text-decoration: none;
  color: #B88369;
}

.linki{
  color: #976146;
  font-weight: 500;
  transition: .3s;
}

.linki:hover{
  color: #976146;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
}

.mail{
    padding-right: 0.8em;
    font-display: swap;
}

.navbar-pink{
  background-color: #fee2d4;
}

.nav-logo{
  max-height: 70px;
}

.nav-item a{
  color: #b88369;
}

.nav-item{
  padding-left: 2em;
}

.baner{
  width: 100%;
  margin-top:2em;
}

.informacje{
  background-color: #FFF2EC;
  color: #976146;
  position: relative;
  font-family: Courgette;
  font-size: 1.1em;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 70px;
}

.informacje::before {
  content: '';
  position: absolute;
  background: #fffcfb;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 70px;

  clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.informacje h1{
  text-align: center;
}
.informacje h2{
  text-align: center;
  padding-bottom: 0.7em;
  padding-top: 0.7em;
}

.informacje a{
  color: #976146;
}

.informacje a:hover{
  text-decoration: none;
  color: black;
}

.onas{
  color: #976146;
  background-color: #fffcfb;
  width: 100%;
  position: relative;
  padding-top: 2em;
  padding-bottom: 70px;
}

.onas::before {
  content: '';
  position: absolute;
  background: #FFF2EC;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 70px;

  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.onas h1{
  text-align: center;
  padding-bottom: 0.7em;
}

.imageInf{
  max-height: 200px;
  filter:opacity(50%);
  transition: 1s;
}

.imageInf:hover{
  filter:opacity(100%);
}

#kontakt{
  color: #976146;
  background-color: #fffcfb;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tutorial{
  z-index: 99;
  color: #976146;
  background-color: #fffcfb;
  background-image: url(img/big7/background.PNG);
  background-repeat: repeat-y;
  font-family: Courgette;
  font-size: 1.1em;
  width: 100%;
  padding-top: 9em;
}

.tutorial a{
  color: #976146;
}

.tutorial a:hover{
  text-decoration: none;
  color: black;
}

.pinker{
  background-color: #FFF2EC;
  padding-top: 1em;
  padding-bottom: 1em;
}

.pink{
  background-color: #fffcfb;
  padding-top: 1em;
  padding-bottom: 1em;
}
#footer{
  width:100%;
  background-color: #fee2d4;
  padding-top: 2em;
  padding-bottom: 2em;
}

.error{
  padding-top: 6em;
}

.polityka{
  margin-top: 8em;
}


/* cookie alert */
#cookies-message{ 
  color: white; 
  padding: 12px 10px; 
  text-align: center; 
  position: fixed; 
  bottom:0px; 
  left:0; 
  right:0; 
  background-color: rgba(0,0,0,0.6); 
  z-index: 100000; 
  box-shadow: 0 0 5px rgba(0,0,0,0.4); 
  display: none;
}
#accept-cookies-checkbox{ 
  background-color: #00AFBF; 
  color: white; 
  border: solid 1px #00AFBF; 
  transition: all 0.5s; 
  padding: 2px 6px; 
  border-radius: 4px; 
  display: inline-block; 
  margin-left: 10px; 
  text-decoration: none; 
  cursor: pointer;
}
#accept-cookies-checkbox:hover{ 
  background-color: transparent; 
  border-color: white;
}


@media (max-width: 768px){
  .baner{
    margin-top: 6em;
  }
  .error{
    padding-top: 10em;
  }
  .kontakt-img{
    padding-top: 1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .baner{
    margin-top: 4em;
  }
  .error{
    padding-top: 8em;
  }
  .kontakt-img{
    padding-top: 1em;
  }
}

@media (min-width: 993px) and (max-width: 1199px){
  .baner{
    margin-top: 4em;
  }
  .error{
    padding-top: 8em;
  }
}
