@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
p, ul, ol, li, a {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000; }

body {
  font-family: "Lato", sans-serif;
  position: relative; }

h2 {
  font-size: 36px;
  font-weight: 700; }

.sekcja-1 h1 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -216px; }
.sekcja-1 p {
  text-align: center; }
.sekcja-1 > div .box-zolty {
  border: solid 10px #fcd70d;
  position: relative;
  margin-top: 250px;
  padding: 80px 20px;
  border-radius: 20px;
  margin-bottom: 80px; }

.sekcja-2 > div > div .box-czerwony {
  background-color: #b31400;
  border-radius: 20px;
  color: #ffffff;
  padding: 80px 30px;
  margin-bottom: 80px; }
.sekcja-2 > div > div h2 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 15px; }
.sekcja-2 > div > div h3 {
  text-transform: uppercase;
  color: #fcd70d;
  font-weight: 600;
  font-size: 26px;
  padding: 0px 40px;
  margin-top: 40px; }
  .sekcja-2 > div > div h3 small {
    font-size: 20px;
    font-weight: 500; }
.sekcja-2 > div > div ul {
  padding: 0px; }
  .sekcja-2 > div > div ul li {
    margin: 0px 40px;
    color: #ffffff;
    list-style: none;
    border-bottom: 3px dotted; }
    .sekcja-2 > div > div ul li span {
      background-color: #b31400;
      position: relative;
      top: 9px;
      padding-right: 6px; }

.sekcja-3 {
  background-image: url("./img/pierogarnia-sielanka-imprezy-okolicznosciowe.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 40px;
  min-height: 310px; }
  .sekcja-3 h2 {
    color: #fcd70d;
    text-align: center; }
  .sekcja-3 p {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 0px; }
  .sekcja-3 ul {
    text-align: center;
    margin: 0px; }
    .sekcja-3 ul li {
      color: #ffffff;
      font-weight: 700;
      list-style: none;
      display: inline-block;
      padding-left: 20px;
      position: relative;
      padding-left: 20px;
      position: relative;
      padding-right: 10px; }
      .sekcja-3 ul li:before {
        content: '\2022';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 0px;
        color: #fcd70d; }

.sekcja-4 > div div {
  margin-bottom: 80px; }
.sekcja-4 h2 {
  text-align: center;
  font-weight: 700;
  margin-top: 80px; }
.sekcja-4 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700; }
.sekcja-4 img {
  border-radius: 20px; }
  .sekcja-4 img:hover {
    opacity: 0.7; }
.sekcja-4 .obramowanie {
  border: solid 10px #fcd70d;
  border-radius: 20px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.sekcja-5 {
  background-color: #FAFAFA;
  padding: 80px 0px 40px 0px; }
  .sekcja-5 h2 {
    margin-bottom: 80px;
    text-align: center; }
  .sekcja-5 a {
    display: block;
    text-align: center; }
    .sekcja-5 a img {
      border-radius: 20px;
      margin-bottom: 40px; }
      .sekcja-5 a img:hover {
        opacity: 0.7; }

.sekcja-6 {
  margin-bottom: 80px; }
  .sekcja-6 .box-czerwony {
    background-color: #b31400;
    border-radius: 20px;
    padding: 20px;
    margin-top: 80px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .sekcja-6 .box-czerwony h2 {
      color: #ffffff; }
    .sekcja-6 .box-czerwony ul {
      padding: 0px;
      text-align: center; }
      .sekcja-6 .box-czerwony ul li {
        list-style: none;
        color: #ffffff; }
  .sekcja-6 .box-zolty {
    border-radius: 20px;
    padding: 20px;
    margin-top: 80px;
    border: solid 10px #fcd70d;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .sekcja-6 .box-zolty p {
      text-align: center; }
    .sekcja-6 .box-zolty a:hover {
      text-decoration: none;
      color: #000000; }
  .sekcja-6 h2 {
    text-align: center;
    font-weight: 900; }

footer {
  background-color: #b31400;
  text-align: center;
  padding: 30px 0px; }
  footer p {
    margin: 0px;
    color: #ffffff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      text-decoration: none;
      color: #ffffff; }

.backtotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  border: solid 3px #fcd70d;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  transform: rotate(270deg); }
  .backtotop:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #b31400;
    border-color: #ffffff; }

/*# sourceMappingURL=style.css.map */
