/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*---------------------------------------
  HEAD               
-----------------------------------------*/
.ContainerHoot {
  margin-top: 5vh;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* background-color: #38ff8e; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.napis {
  /* background-color: #9ddaff; */
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
  -webkit-text-decoration: underline 2px rgb(0, 0, 0);
          text-decoration: underline 2px rgb(0, 0, 0);
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  font-size: 6rem;
}





.paragraph {
  font-size: 1.2rem;
  margin-top: -25px;
  text-align: right;
  -webkit-text-decoration: underline 2px rgb(255, 255, 255);
          text-decoration: underline 2px rgb(255, 255, 255);
}



.exclude {
  position: absolute;
  margin-top: -92px;
}

.excludeMiddle {
  position: absolute;
  display: inline-block;
  font-weight: 500;
  width: 100%;
  /* background-color: #b8b3ff; */
  text-align: center;
}

hr {
  width: 100%;
}

.return {
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border: solid 1px #bababa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.return:hover {
  background-color: rgb(249, 249, 249);
  border: solid 2px #bababa;
}


.headCont {
  display: block;
  /* background-color: rgb(202, 207, 255); */
  margin-left: 15%;
  margin-right: 15%;
}

#headMiddle {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.conMeister {
  text-align: center;
  padding: 5px;
  /* display: table; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.capMeister {
  margin-top: 1em;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1d1d1d;
  text-align: left;
  display: table-caption;
  caption-side: bottom;
  width: 100%;
  /* font-family: 'Righteous'; */
  line-height: 29px;
  font-family: "futura";

}

#headMiddle::before {
  content: '•';
  color: #2E2A68;
  display: inline-block;
  width: 0.5em;
  margin-left: -1em;
  margin-right: 0.5em;
}

.containerMain{
margin-left: 8%;
margin-right: 8%;
}


.widthImg{
  border-radius: 16px;
}


/*---------------------------------------
IMAGE
-----------------------------------------*/
.ReImg {
  padding: 0;
  max-width: 1400px;
  margin: 0px auto;
  display: inline-block;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 4em;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0.25rem 0.25rem 0.5rem #e1e1e1);
          filter: drop-shadow(0.25rem 0.25rem 0.5rem #e1e1e1);
}

.shadow {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
}

#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#lb-back.show {
  visibility: visible;
  opacity: 1;
  overflow-x: scroll;
}

#lb-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  text-align: center;
}

#lb-img img {
  height: auto;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  max-width: 50vw;
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#lb-backTwo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#lb-backTwo.show {
  visibility: visible;
  opacity: 1;
  overflow-x: scroll;
}

#lb-imgTwo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  text-align: center;
}

#lb-imgTwo img {
  height: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  max-width: 27%;
  margin-top: 10vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/*---------------------------------------
MEDIA 
 -----------------------------------------*/

@media (max-width: 1100px) {
  .headTxt {
    font-size: 3rem;
  }

  #headingFive {
    font-size: 2rem;
  }

  .conFive {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .headCont {
    display: block;
    /* background-color: rgb(220, 220, 220); */
    margin-left: 5%;
    margin-right: 5%;
  }


}


@media(max-width:800px) {

  .break {
    margin: 20px;
  }

  .ContainerHoot {
    /* margin-top: -10vh; */
    margin-bottom: 00px;
  }

  .napis {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-preferred-size: 700px;
        flex-basis: 700px;
    text-align: center;
    /* text-decoration: underline 2px rgb(246, 23, 23); */
    font-weight: 500;
    -webkit-box-flex: 2;
        -ms-flex: 2 1 300px;
            flex: 2 1 300px;
    font-size: 3rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .paragraph {
    font-size: 1rem;
    margin-top: -5px;
    text-align: center;
    -webkit-text-decoration: underline 2px rgb(255, 255, 255);
            text-decoration: underline 2px rgb(255, 255, 255);
  }


 
}


@media (max-width: 860px) {
  .capTxt {
    margin-left: 0;
    margin-right: 0;
  }

  .mainTxt {
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    /* margin-left: %; */
  }

  .headTxt {
    font-size: 2.4rem;
  }

  .capFiveTxt {
    width: 95%;
  }
 
  .widthImg{
   width: 96%;
 }

 .containerMain{
  margin-left: 3%;
  margin-right: 3%;
  }
  
  

}