*{
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue;    
}

html{
    scroll-behavior: smooth;
}

body {
    max-width: 100%;
    transition: 1s ease;

}

/* HEADER */

.header1{
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../11.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    max-width: 100%;
}

.img1{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.img1 img{
    width: 40%;
    padding-top: 18%;
}

.img2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.img2 img{
    width: 4%;
    padding-top: 13%;
}

.img2 a:hover{
    opacity: 0.5;
}

.header2{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)), url(../5.jpg);
    height: 25vh;
    background-size: cover;
    background-position: center left;
    background-attachment:fixed;
    max-width: 100%;
}


/* MAP */

#map {
    width: 100%;
    height: 450px;  
}


.main{
    width: 100%;
    margin: auto;
}

.title{
    position: absolute;
    font-size: 1.5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 70vw;
    text-align: center;
    font-weight: bold;
}

.button{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
    
.button2{
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;        
}

.btn{
    border: 1px solid #fff;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 15px;
    transition: 1s ease;
    
}

.btn:hover{
    background-color: #fff;
    color: #008000;
    
}

.obraz2{
  min-height:250px;
  background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment:fixed
}

.title2 {
    position: relative;
    font-size: 40px;
    padding-top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 60%;
    text-align: center;
    font-weight: bold;
    
}

.section1{
    border-radius: 15px;
    transition: 1s ease;
    text-align:center;
    padding:50px 80px;
    background: #008000;  
}

.


.text1{
    font-size: 40px;
    
}

/* BODY */

.bodycontent {
    width: 100%;
    background: #00121b;
    display: block;
    padding-bottom: 25px;
}

.bodycontent h1.tytul2 {
    margin-left: 0;
    padding-left: 0; 
}

.bodycontent img{
    width:28px;
    padding-left: 5px;
}

.bodycontent h2.tytul3 {
    color: grey;
    margin: 0;
    height: 0,5vw;
    padding-top: 15px;
}

.bodycontent h1{
    padding: 10px 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bodycontent p{
padding: 10px 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.logo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.logo img{
    width: 22%;
}

.tytulesku{
    padding-top: 40px;
    padding-bottom: 35px;
    
}

.tytulesku .tytul{
    padding-left: 60px;
    margin: 0 auto;
    color: white;
}

#tytul{
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 35px;
    color: white;
}

#tytulik{
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    color: white;
}

.tekstgl p.dolnytekst {
    padding-top: 30px;
}

.tytulesku .border22{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tytulesku .border22 img{
    width: 3%;
}

.tekstgl p{
    padding-bottom: 25px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 19px;
    color: grey;
    max-width: 100%;
    text-align: justify;
    
}

.tekstgl h3{
    font-size: 21px;
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.tekstgl h4{
    font-size: 21px;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 42px;
}

.tekstgl table{
    margin: 0 auto;
    padding-top: -10px;
    text-align: center;
    font-size: 18px;
    border-collapse: collapse;
    width: 80%;
    border: 1px solid;
    border-color: grey;
    border-radius: 10;

}

.teksgl th, td{
    width: 200px;
    padding-top: 8px;
}

.tekstgl th{
    color: white; 
    padding-bottom: 22px;
    padding-top: 15px;
    background-color: #054805;
}

.tekstgl td{
    color: #a9a9a9; 
    padding-bottom: 10px; 
}

.tekstgl tr{
    border: 5px solid;
    border-color: #00121b;
}

.tekstgl tr:nth-child(even){
    background-color: #242925;
}

.tekstgl tr:nth-child(odd){
    background-color: #171c18;
}


.bordello{
    height: 2px;
    width: 90%;
    background: grey;
    margin-left: 5%;
    margin-top: 27px;
}

 
/* FOOTER */

.footer {
    width: 100%;
    background: #001a00;
    display: block;
vertical-align: top
    
}

.inner-footer {
    width: 90%;
    padding: 20px 10px;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: left;
align-items: flex-start;
}

.footer-items {
    width: 25%;
    padding: center;
    box-sizing: border-box;
    align-content: center;
    padding: 0px 20px;
align-items: flex-start;
display: flex;
    flex-direction: column;
    justify-content: flex-start;

    
}

.footer-items img{
    width: 150px;
    padding-top: 5px;
}

.footer-items p.elem {
    color: #a9a9a9;
    font-size: 15px;
    line-height: 25px;
    padding: 0px;
    margin: 5px 0;
vertical-align: top
}

.footer-items p.elem a{
    color: #a9a9a9;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    padding: 0px;
    margin: 5px 0;
    text-decoration: none;
}

.footer-items p.elem a:hover{
    color: #f9e04b;
    
}

.footer-items p.contactus {
    color: #a9a9a9;
    font-size: 15px;
    text-align: justify;
    line-height: 15px;
    padding: 0px;
    margin: 20px 0;
    
}

.footer-items p.contactus2 {
    color: #a9a9a9;
    font-size: 15px;
    text-align: justify;
    line-height: 15px;
    padding: 0px;
    margin: 20px 0;
}

h2 {
    padding: 10px 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;  
} 

.border{
    height: 2px;
    width: 40px;
    background: #065206;
    margin-bottom: 15px;
    
}

ul.footer2 {
    list-style: none;
    color: #fff;
    letter-spacing: 0,5px;
   
}

ul.footer2 a{
    text-decoration: none; 
    outline: none;
    color: #a9a9a9;
    transition: 0,3s;
    font-size: 18px;
    font-weight: 400;
}

ul.footer2 a:hover{
    color: #ff9800;
    font-size: 18px;
    transition: 0,6s;
}

ul.footer2 li{
    margin: 20px 0;
    height: 3px;
    
}
   
.footer-bottom {
    text-align: center;
    font-size: 14px;
    background-color: #000;
    color: #065206;
    font-weight: bold;
    padding: 10px 20px;
    height: 50px;
}

.footer-bottom p {
    padding-top: 12px;
}

.chu {
    text-decoration: none;
    color: #065206;
    font-size: 8px;
    padding-top: 5px;
}

.chu a{
    text-decoration: none;
    color: #065206;
}

/* MOBILE SHIT */

@media (max-width: 1000px) {
.header1{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)), url(../1aa.jpg);
    height: 50vh;
    background-size: cover;
    background-position: bottom;
    background-attachment:fixed;
    max-width: 100%;
}
    
.title{
       visibility: visible;
       vertical-align: top;
       position: relative;
       padding-top: 25px;
       position: relative;
       font-size: 3.5vw;
    }
    
.button{
       visibility: hidden; 
    }   
    
.obraz2{
  min-height:250px;
  background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../2.jpg);
  height: 15vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.title2{
       visibility: visible;
       vertical-align: top;
       position: relative;
       padding-top: 30%;
       position: relative;
       font-size: 3.5vw;
    }
    

    
.footer-bottom {
    font-size: 24px;
    text-size-adjust: none;   
}

.inner-footer {
    padding: 20px 10px;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: left;
}
    
.footer-items {
    width: 100%;
    padding: center;
    box-sizing: border-box;
    align-content: center;
    padding: 0px 20px;  
    text-align: center;
}
    
    .tekstgl table{
    margin: 0 auto;
    padding-top: -10px;
    text-align: center;
    font-size: 11.3px;
    border-collapse: collapse;
    width: 93%;
    color: white;
    
}
    
    .strzala{
        visibility: hidden;
    }

    .footer-bottom {
    text-align: center;
    font-size: 10px;
    background-color: #000;
    color: #008000;
    font-weight: bold;
    padding: 10px 20px;
}
    
.footer-items p.elem {
    color: grey;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0px;
    margin: 20px 0;
}

.footer-items p.contactus {
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    padding: 0px;
    margin: 20px 0;
    
}

.footer-items p.contactus2 {
    color: grey;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    padding: 0px;
    margin: 20px 0;
}

    .border{
    height: 2px;
    width: 20%;
    margin: 0 auto;
    background: #008000;
}