*{
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    white-space: -o-pre-wrap;
}
body {
	background: #1c5734;
	font-size: clamp(1.5rem, 3vw + 1rem, 4rem);
	
}
#wrapper {
    background-color: gray;
    height: 100vh;
    background: #ffffff;
    
}

/*<!--Progressbar Section-->*/
::-webkit-scrollbar {
   width: 1em;
   
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.885);
    
}


::-webkit-scrollbar-thumb {
    background: rgb(113, 179, 15);
    border-radius: 100vh;
}


::-webkit-scrollbar-thumb:hover {
    background: #17542f;
    
}

/*<!--END Progressbar Section-->*/

/*<!--MENU Section-->*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}


.navbar {
    margin-bottom: 20px;
  }
.navbar-toggler {
    display: none;
  }
.navbar navbar-light {
    float: right;
  }
  
  .menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 3rem;
    z-index: 10;
    float: left;
  
  /*<!--    background: rgb(57, 130, 54);-->*/
    background-color: rgb(57, 130, 54);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  font-family: 'Advent Pro', sans-serif;
  color: white;
  }
  
  .menu a {
    margin: 0 1rem;
    text-decoration: none;
    padding: 1rem .5rem;
  color: white;
  }
  
  .dropmenu {
    position: relative;
    
  }
  
  .dropmenu ul {
    width: 200px;
    text-align: center;
    position: absolute;
    background:rgb(57, 130, 54);
    padding: 0;
    list-style-type: none;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0,0.25);
    margin-top: 10px;
    border-radius: 7px;
    display: none;
  }
  
  .dropmenu ul li {
    padding: .5rem;
  }
  
  .dropmenu ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  
  .dropmenu ul li:hover {
    background-color:  rgb(49, 173, 45);
    border-radius: 7px;
  }
  
  .dropmenu a:focus + ul,
  .dropmenu a:hover + ul,
  .dropmenu ul:hover {
    display: block;
  }
  .dropmenu2 {
    position: relative;
  
  }
  
  .dropmenu2 ul {
    width: 200px;
    text-align: center;
    position: absolute;
    background:rgb(57, 130, 54);
    padding: 0;
    list-style-type: none;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0,0.25);
    margin-top: -31px;
    margin-left: 180px;
    border-radius: 7px;
    display: none;
    word-spacing: normal
  }
  
  .dropmenu2 ul li {
    padding: .5rem;
  }
  
  .dropmenu2 ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  
  .dropmenu2 ul li:hover {
    background-color:  rgb(49, 173, 45);
    border-radius: 7px;
  }
  
  .dropmenu2 a:focus + ul,
  .dropmenu2 a:hover + ul,
  .dropmenu2 ul:hover {
    display: block;
  }
  

/*<!--End menu  Section-->*/

/*<!--Slider  Section-->*/
.container {
    width: 100%;
    height: auto;
    z-index: -2;
}

.swiper {
    width: 100%;
    height: fit-content;
    z-index: -3;

}
.swiper-slide img {
    width: 100%;
    z-index: -3;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
    color: greenyellow;
}
.swiper .swiper-pagination-bullet-active {
    background: greenyellow;
}

/*<!--END Slider Section-->*/

/*<!--Header Section-->*/

.top {
    background-color: black;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: center;
    padding-left: 60px;
    padding-top: 20px;
   
   
}
.ttop h1 {
    font-size:40px;
    font-family: 'Amita', sans-serif;
   
}

.ttop img {
    position: relative;
    width: 150px;
    height: auto;
    right: 20px;
}

.ttop h3 {
    color: greenyellow;
    font-family: 'Amatic SC', sans-serif;
    font-size: 20px;
}

.ttop {
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

 /*<!--End Header Section-->*/
article, aside
{
display: table-cell;
padding:0px;
margin:0px;
text-align:justify;
}
article
{
width: 70%;
padding-right:10px;
}
aside
{
vertical-align: middle;
width: 30%;

height:99%;
padding:0;
}
.lewy
{
    background-color: #1c5734;
    height: auto;
    width: 70%;
    float: left;
}
.prawy
{
    background-color: #1c5734;
    height: auto;
    width: 30%;
    float: left;
}
.odstep {
margin: 10px;
}
/*<!--zdjęcia zoom Section-->*/
.przyklad{
    overflow: hidden;
    padding: 0;
	max-width: 99%;
	
}
.przyklad img {
    transition-duration: 3s;
    margin: 0 auto;
    display: block;
}
.przyklad img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
/*<!--END zdjęcia zoom Section-->*/

/*<!--video zoom Section-->*/
video {
  max-width: 90%;
  height: 80%;
}
/*<!--END video zoom Section-->*/

/*<!--Main Section-->*/
.slider {
    width:100%;
    height: auto;
}
/*<!--END Main Section-->*/

/*<!--Rekru Section-->*/

.newst {
    background-color: white;
     height: 100px;
 }

.newst h1 {
        justify-items: center;
        align-items: center;
        color: rgb(113, 179, 15);
        font-size: 40px;
        font-family: 'Anaheim', sans-serif;
        text-align: center;
        padding: 30px;
}
.rekru h1 {
        justify-items: center;
        align-items: center;
        color: rgb(113, 179, 15);
        font-size: 40px;
        font-family: 'Anaheim', sans-serif;
        text-align: center;
        padding: 30px;
}
.rekru1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
  }
  
  /*<!--Kontakt Section-->*/

.kontakt {
    background-color: white;
    height: auto;
    

}
.kontakt h1 {
    justify-items: center;
    align-items: center;
    color: rgb(113, 179, 15);
    font-size: 40px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
    padding: 30px;
}
.kontakt h2 {
    justify-items: center;
    align-items: center;
    color: black;
    font-size: 25px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
    padding: 30px;
}
.kontakt h3 {
    justify-items: center;
    align-items: center;
    color: black;
    font-size: 20px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
 
}

.kontakt a {
    text-align: center;
    color: rgb(113, 179, 15);
}
.kontakt img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 350px;
}


.ikontakt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: auto;
  }


/*<!--END kontakt Section-->*/


/*<!--newslewy Section-->*/

/*<!--News 2c Section-->*/

#odliczanie {
  justify-items: center;
  align-items: center;
  color: black;
  font-size: 40px;
  font-family: 'Anaheim', sans-serif;
  text-align: center;
}

.news2c {
    background-color: white;
    height: auto;
	border-radius:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #1C5734;
}
.news2c h1 {
    justify-items: center;
    align-items: center;
    color: rgb(113, 179, 15);
    font-size: 40px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
    
}
.news2c h2 {
    justify-items: center;
    align-items: center;
    color: rgb(113, 179, 15);
    font-size: 25px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
    padding: 30px;
}
.news2c h3 {
    justify-items: center;
    align-items: center;
    color: black;
    font-size: 20px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
 
}
.news2c ul li{
    display: inline-block;
  }
.inews2c {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
  }
.news2c a {
    color: rgb(113, 179, 15);
    text-decoration: none;
  }
.news2c a:hover {
    color: red;
    background-color: transparent;
    text-decoration: none;
  }
/*<!--END News 2c Section-->*/

/*<!--News 2 Section-->*/

.news2 {
    background-color: white;
    height: auto;
	border-radius:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #1C5734;
}
.news2 h1 {
    justify-items: center;
    align-items: center;
    color: rgb(113, 179, 15);
    font-size: 40px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
}
.news2 h2 {
    justify-items: center;
    align-items: center;
    color: rgb(113, 179, 15);
    font-size: 25px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
    padding: 30px;
}
.news2 h3 {
    justify-items: center;
    align-items: center;
    color: black;
    font-size: 20px;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
}
.news2 h3 u
{
	text-decoration: underline;
}
.news2 h3 ul li
{
	list-style-type: disc;
	margin-left:30%;
	text-align: left;
}

.inews2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 99%;
  }
.inews29 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
  }
.inews23 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: 30%;
  }
.inews24 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: 40%;
  }
.inews25 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
  }
 .inews27 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 99%;
  }
 .inews28 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
  }
.inews23f {
	justify-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: 99%;
	float: lelt;
  }
.inews24f {
	justify-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: 99%;
	float: lelt;
  }
.inews25f {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 99%;
	float: left;
  }
  .inews27f {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 99%;
	float: left;
  } 
  
.inews2a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 99%;
  }
.inews2w {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 99%;
  }
.news2 img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	display: inline-block;
}
.news2 a:hover {
    color: red;
    background-color: transparent;
    text-decoration: none;
}
/*<!--END News 2 Section-->*/

.blank {
    background-color: greenyellow;
    height: 1px;

}

.listapunktowna{
list-style-type: disc;
}
.poziomo ul li {
	float: center;
}

/*<!--END News Section-->*/


/*<!--Footer Section-->*/
.footer {
    background-color: rgba(0, 0, 0, 0.829);
    height: 150px;
    color: white;
    
}


.ftext{
    padding-left: 400px ;
    font-size: 13px;
    position: fixed;
   
}

.footer img {
    position: absolute;
    width: 130px;
    height: auto;
    padding-top: 20px;
    left: 250px;
    
    
}

.media {
    padding-top: 20px;
    padding-left: 800px;
    
}

.media .yt{
  font-size: 50px;
  left: 750px;
  position: absolute;
  
}

.media .fb{
    font-size: 50px;
    left: 840px;
    position: absolute;
    
  }


  .media .tw{
    font-size: 50px;
    left: 920px;
    position: absolute;
    
  }


.copy {
    color:white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.885);
}

/*<!--END Footer Section-->*/

@media screen and (max-width: 912px) {


    .ttop h1{
      font-size: 6vw;
    }
    .ttop h3 {
        color: greenyellow;
        font-family: cursive;
        font-size: 15px;
    }

    .ttop img {
        position: relative;
        width: 100px;
        height: auto;
        right: 40px;
    }
  }   
  
  @media (max-width: 1195px) {
    .menu {
        flex-direction: column;
        align-items: flex-start;
        width: 214px;
        height: 700px;
        padding: 20px;
        position: absolute;
        display: none;
        
    }
  
    .navbar-toggler {
      display: flex;
    }
  
  
  
  
  }