body{
    width:85%;
    padding-left: 30px;
    margin: auto;
    font-family: 'Lato';
    color: #363636;
    background-image: url("pasek2.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: 12%;
    line-height: 0.70cm;
}

html, body {
    height:100%; 
}
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2775a2;
    color: white;
}

footer { 
    height:50px;
    color:black;
    text-align:center;
    font-size: 12px;
}

#strona {
    width: 100%;
    margin: 0 auto;
}
#wrapper { 
    min-height:calc(92% - 50px);
}

#zdj-gal { 
    display: inline-block;
    background-color: #EDF3FF;
    height: auto;
    width: 100%;
    
}
#st{
    width: 100%;
}
#links {
	text-align: center;
}

#links img {
	height: 150px;
    padding: 10px;
}

.real img {
	height: 150px;
    padding: 3px;
}

.real {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.akt h4{
    background-color:#f2f2f2;
    padding: 0.5cm;
}


.przycisk{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0;
    list-style: none;
    text-decoration: none;
     
}
.button1 { 

    margin-top: 8px;
    position: relative;
    background-color: #2775a2;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    padding: 15px;
    width: 24%;
    text-align: center;
    transition-duration: 0.9s;
    /*overflow: hidden;
    cursor: pointer;*/
    text-decoration: none; 
}
.button1 a{
    text-decoration: none;
    color: #FFFFFF;
}

h2{
    font-size: 1cm;
    text-align: center;
}

h3 { font-size: 0.75cm;
    text-align: center;
}

.kontakt {
    display: flex;
    flex-direction: row ;
    flex-wrap: wrap;
    justify-content: space-around;
   /*  align-content: center;*/
    line-height: 0.5cm;
}
.kontakt div{
    padding: 15px;
    margin: auto;
    background-color: #E4EEFF;
}
.kontakt p{
    margin: 0.5cm;
    text-align: center;
    
}
.kontakt h3{
    line-height: 0.4cm;
    font-size: 25px;
}


.tekst{
    padding:1cm;
    background-color: #E4EEFF;
}
.tekst h3{
    text-align: left;
}

#oferta li{
    margin-left: 2cm;
}
tabela { 
    border-collapse: model; 
} 

/*{ box-sizing: border-box;}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    text-align: center;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    text-align: center;
}



* {box-sizing: border-box}
body {
    font-family: Verdana, sans-serif;
    margin:0
    
}
.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
     right: 0;
     border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
     background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
     color: #f2f2f2;
     font-size: 15px;
     padding: 8px 12px;
     position: absolute;
     bottom: 8px;
     width: 100%;
     text-align: center;
}


/* The dots/bullets/indicators */
.dot {
     cursor: pointer;
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
}

.active, .dot:hover {
     background-color: #717171;
}

/* Fading animation */
.fade {
     -webkit-animation-name: fade;
     -webkit-animation-duration: 1.5s;
     animation-name: fade;
     animation-duration: 1.5s;
}

@-webkit-keyframes fade {
     from {opacity: .4} 
     to {opacity: 1}
}

@keyframes fade {
     from {opacity: .4} 
     to {opacity: 1}
}




.container {
     width:95%;
     margin:20px auto;
    
}
 
.rwd-table {
     position: relative;
}
 table {
     border:1px solid #e1e1e1;
     border-collapse:collapse;
}

 
td {
     padding:20px;
     border:1px solid #e1e1e1;
}
 
::-webkit-scrollbar {
     -webkit-appearance: none;
     width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.scroll-this {
    position: absolute;
    top:0px;
    left: 0;
    border: 1px solid #bfbfbf;
    padding: 1px;
    z-index:999;
    font-size: 13px;
    background:#e4eeff;
    display: none;
}

.topnav {
    overflow: hidden;
    background-color: #e5f4fc61;
}

.topnav a {
    float: left;
    display: block;
    color: #2775a2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.topnav a:hover {
    background-color: #0070A8;
    color: white;
}

.topnav a.active {
    background-color: #e5f4fc61;
    color: black;
}

.topnav .icon {
    display: none;
    background-color: #e4eeff;
    border-radius: 10%;
    width: 60px;
    height: 60px;
}


@media  (max-width:1222px) { 
    body{
        margin: 0;
    }
    #siedz{
        width:100%
    }
   #biur{
        float: left;
        width:100%;
        background-color: #f4f8ff;
        }
   #lip{
        float: left;
        width: 100%;
        background-color: #E4EEFF;
    }
    
@media  (max-width:1054px) { 
    body {    
         padding-left: 5px;
         padding-right: 5px;
         padding-bottom: 2px;
         background: none ;
         margin-right: 0;
         width: 100%;
        }
 
    footer p{
        background-color: #f0ebeb;
        color: #43434f;
        }

    #st{
       visibility: hidden;
       }
    .kontakt div {
        margin: 0;
       }
}

@media screen and (max-width:960px) {
    .rwd-table {
        overflow-x:scroll;
        }
}

@media screen and (min-width:960px) {
    table {
        width:100%;
        table-layout: fixed;
    }
}
@media screen and (max-width:960px) {
    .scroll-this {
        display: block;
    }
}
@media all and (max-width: 920px) {
    .button1{   
        width: 49%;   
      }  
}
@media screen and (max-width: 891px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
         float: left;
         display: block;
         }
}

@media screen and (max-width: 891px) {
    .topnav.responsive {
         position: relative;
         }
    .topnav.responsive .icon {
         position: absolute;
         left: 0;
         top: 0;
         }
    .topnav.responsive a {
         float: none;
         display: block;
         text-align: center;
          }
    .topnav {
         background-color:white; 
         }
    .topnav a.active{ 
         background-color:white; 
        }
}

@media all and (max-width: 607px){
    #siedz{
        float: left;
        width: 100%;
        background-color: #E4EEFF;
          } 
    #oferta li{
        margin-left: 10px;
         }
    #siedz h3{
        line-height: 30px;
       }
}
@media all and (max-width: 446px){
    .button1{
        width:100%;
       }
}
@media all and (max-width: 436px){
     #oferta li{
        margin-left: 1px;
    }
    .topnav .icon {
        width: 40px;
        height: 40px;
       }
    .topnav a{   
        padding: 5px 5px;
       }
}
            /* On smaller screens, decrease text size */
@media all and (max-width: 300px){
    .prev, .next,.text {
         font-size: 11px;
    }
}

