/*  parallaxa  */
.home-page main .paralaksa {
  padding: 0px;
  margin: 0px;
}
.section-parallaxa {
  padding: 30px 0px;
  min-height: 400px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  overflow: hidden;
}
.section-parallaxa .image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  /* transform: translateY(100px); */
  overflow: visible;
}
.section-parallaxa:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgb(255 255 255 / 15%);
  z-index: 10;
}
/*
.section-parallaxa:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0px;
  background-image: url("/images/falbanka.png");
  background-size: auto 100%;
  bottom: 0px;
  z-index: 10;
} */
.section-parallaxa h2 {
  position: relative;
  font-size: 3rem;
  font-weight: normal;
  text-shadow: 3px 3px 6px rgb(0, 0, 0);
  padding-bottom: 0px;
  color: #fff;
  font-weight: bold;
}
.section-parallaxa h2:after{
	margin-left:auto;
	margin-right:auto;
}
.section-parallaxa h3 {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  margin: 10px 0px 10px 0px;
  text-shadow: 3px 3px 6px rgb(0, 0, 0);
}
.section-parallaxa hr {
  margin-top: 1em;
}
.section-parallaxa > .srodek {
  margin: auto;
  padding-bottom: 20px;
  z-index: 10;
}

.section-parallaxa a {
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-size: 1.6rem;
  font-weight:600;
  border-radius: 15px;
  margin-top: 35px;
  text-shadow: 1px 1px 1px #333;
}
.section-parallaxa a:hover {
  /* background-color: rgb(255, 226, 0); */
  text-shadow: none;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
.section-parallaxa h2{
	font-size:2.5rem;
}
}
