body {
    background-color: white;

}
html
{
    scroll-behavior: smooth;
}
#logo {
    width: 80%;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    background-image: url(logo_nowe.png);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 400px;
    margin-right: 10px;

}
#nav {
    height: 50px;
    width:65%;
    min-width: 100px;
    max-width: none;
    margin-top: 30px;
    margin-right: 0;
    float: left;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: 1s ease;
    transition: 1s ease;



}
#bar {

    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    height: auto;
    z-index: 10;
    width:100%;
    overflow:hidden; 
    -webkit-transition: 0.5s ease; 
    transition: 0.5s ease;
}

ol {
    list-style-type: none;
    padding: 0;

    line-height: 300%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
   margin-left: auto;
    margin-right: auto;
    margin-top: 0;



}

ol > li:last-child {
    margin: 0;
}




ol > li {
    height: 50px;

    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 3px;
    border-radius: 1.5px;
   margin-left: auto;
    margin-right: auto;




}




ol > li:hover {
    background-color: #1A68C1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);




}


ol a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    display: block;
    height: 50px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-left: auto;
    margin-right: auto;
}
ol>li:hover a
{
    color:white;
}
.content {

    margin-right: 5px;
    margin-bottom: 40px;
    width: 90%;
    height: auto;
    bottom: 15px;
    padding: 20px;
    border: 2px solid #DBDbdb;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    


}
.paragraf {
    font-family: 'Oxygen', sans-serif;
}
.header1 {
    text-align: center
}
.header {
    text-transform: uppercase;
    letter-spacing: 3px; 
    color:#1A68C1;

}
#presentation {
    width: 90%;
    height: auto;
    
    border: 0px solid black;
    -webkit-animation-name: zd;
    animation-name: zd;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    background-image: url(Stocki/work-5382501_1920.webp);
    background-size: 150%;
    background-repeat: norepeat;
}
#overlay
{
    width:700px;
    height:435px;
    background-color: black;
    opacity:0.6;
    color:White;
    padding: 10px;
    text-align: justify;

    -webkit-animation-name: translate;
    animation-name: translate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    z-index: 1;
    display: none;

}

.kafelki
{
    height:auto;
    padding: 1%;
width:98%;
    background-color: black;
    color:white;
    opacity: 0.6;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-animation-name: kafelki;
    animation-name: kafelki;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
}
.kafelki p 
{
    font-family:  'Roboto', sans-serif;
    font-size: 16px;
    opacity:1;
}

.kafelki:hover
{
    background-color:#00325a;
    opacity: 0.8;
}
@-webkit-keyframes kafelki
{
    from{opacity: 0;}
    to{opacity:0.7; }

}
@keyframes kafelki
{
    from{opacity: 0;-webkit-transform: translateY(400px);transform: translateY(400px);}
    to{opacity:0.7;-webkit-transform: translateY(0px);transform: translateY(0px);}



}
.container {
    width: 91%;
    height:auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    font-family: 'lato';


}

#footer {
    width: 96%;
    height: auto;
    border: 2px solid #DBDbdb;
    background-color: #DBDBDB;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align:justify;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: normal;
    

}

#footer_0
{
    background-color: #1A68C1;
    height:auto;
    margin-bottom: 0px;
    width:96%;

    color: white;
    padding: 5px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
 
}

#loga4
{
    position: relative;
    
    -webkit-animation-name: loga4;
    animation-name: loga4;
    -webkit-animation-duration:30s;
    animation-duration: 30s;
    right:-1300px;
    margin-top: 15px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  width:600%;
    max-width: 2500px;
    
}

@-webkit-keyframes loga4
{
    from{position: relative;right:-100px;}
    to{position: relative;right:1250px; }
}
@keyframes loga4
{
    from{position: relative;right:-100px;}
    to{position: relative;right:1250px; }
}
#loga4:hover
{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
}
a
{
    text-decoration: none;
}
.bar1, .bar2, .bar3 {
    width: 40px;
    height: 3px;
    background-color: #444;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.bar2
{
    width:32px;
}

.change .bar1 {
    
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -8px);
}
button
{
    display: block;
}



@-webkit-keyframes monika
{
    0%{width: 100%;height:350px;}
    100%{width:100%;height:1000px;}


}

@keyframes monika
{
    0%{width: 100%;height:350px;}
    100%{width:100%;height:900px;}


}
@-webkit-keyframes grzegorz
{
    0%{width: 591px;height:250px;}
    100%{width:1250px;height:550px;}
}
@keyframes grzegorz
{
    0%{height:250px;}
    100%{height:900px;}
}
@-webkit-keyframes tekst
{
    from{opacity: 0}
    to{opacity: 1}
}
@keyframes tekst
{
    from{opacity: 0}
    to{opacity: 1}
}
.naszzespol
{
    width: 100%;
    border-radius: 3px;
    margin-right: 0px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: black;
    border-left: 2px solid #001D5F;
    border-bottom: 2px solid #001D5F;
    margin-bottom: 20px;
    height: auto;
    padding: 4px;
    max-height: 400px;


}
.naszzespol:last-child
{
    margin-right: 0;
}
.naszzespol:hover
{
    background-color: #193350;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    color: white;
}
.naszzespol>p
{
    opacity:0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    color:white;
}
.naszzespol:hover>p
{
display: none;
}
#zaufalinam
{
    height:50px;
}
#kontakt
{
    
    margin-bottom: 50px;
    width:auto;
    padding: 5px;
    height: auto;



}
.telefon
{
    display: block;
    height:30px;
    width:150px;
    padding: 3px;
    text-align: center;
    color: black;
    text-decoration: none;
    background-color: #e9e9e9;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border-radius: 5px;
    border:none;
    outline: none;

}
.telefon:hover
{
    background-color: #d1d1d1
}
#form_kontaktowy
{

}
#imie,#email,#tel,#temat1,#nazwisko, #tresc, #temat
{
    width: 300px;
    height:30px;
    margin-bottom: 10px;
}

#tel
{
    margin-right: 0;
}

.form_kontakt
{
    margin-bottom: 10px;
    border-bottom: 2px solid grey;
    font-family: 'arial';
    border-top: none;
    border-left:none;
    border-right:none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 12pt;

}
.form_kontakt:hover 
{
    background-color: #e1e1e1;

}
.form_kontakt:focus
{
    border-top: none;
    border-left:none;
    border-right:none;
    border-bottom: 3px solid #1A68C1;
    outline: 0;
    background-color: #f1f1f1;


}
textarea
{
    font-family: arial;
    border:none;
    font-size: 12pt;
    resize: none;
}

.modal
{
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;}
.modal-content
{
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 470px;
    height:100px;
    text-align: center;
}
.close
{
    font-size:30px;
    position: relative;
    left:210px;
    bottom: 60px;

    -webkit-transform: rotate(20deg);

    transform: rotate(20deg);

}
.close:hover
{
    color:red;
    cursor: pointer;

}

.mail
{
    color: #1A68C1;
    text-decoration: none;
    font-size:16px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    border-radius: 3px;

}
.mail:hover
{
    background-color: #1A68C1;
    color:white;
}
button
{
    border:none;
    background-color: #e9e9e9;
    width:100px;
    height:20px;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
}
button:hover
{
    background-color: #e1e1e1;
}
.content_zespol
{
    border:none;height: auto;padding: 0; 
}
.naszzespol_img
{
    -webkit-box-shadow: 10px 10px 30px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 30px -15px rgba(0,0,0,0.75);
    margin-right: 20px;
    width: 170px;
    margin-left: 10px;
    
}
#monika
{
    margin-right: 0px; 
    width:100%;
    height:auto;
    -webkit-animation-name: monika;
    animation-name: monika;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
   
    border-left: 2px solid #001D5F;
    border-bottom: 2px solid #001D5F;
    border-radius: 3px;
    margin-bottom: 50px;
    position: relative;
    right:20px;

}
#monika p
{
    -webkit-animation-name: tekst;
    animation-name: tekst;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
#grzegorz
{
    margin-right: 10px; 
    width:100%;
    height:auto;
    -webkit-animation-name: grzegorz;
    animation-name: grzegorz;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  padding:5px;
    border-left: 2px solid #001D5F;
    border-bottom: 2px solid #001D5F;
    border-radius: 3px;
    margin-bottom: 50px;
    position: relative;
    text-align:justify;
    z-index: 0;
    right:20px;



}
#grzegorz p 
{
    -webkit-animation-name: tekst;
    animation-name: tekst;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#grzegorz ul
{
    position: relative;
    -webkit-animation-name: tekst;
    animation-name: tekst;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;


}
.icon-facebook
{
    font-size: 24pt;
    float: right;
    -webkit-transition: 0.3s ease;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: black;
    border-radius: 100%;
    margin-right: 5px;
    position: relative;
    bottom: 15px;


}.icon-facebook:hover
{
    color: #3761B0;
    


}