*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: #fff; 
    color: #555;
    font-family: sans-serif;
    font-size: 20 px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.row{
    max-width:1140px;
    margin:0 auto;
}
    


header{
    background-image:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url(../img/glowa_w_pomyslach1.png);
    background-size:cover;
    background-position: center;
    height:100vh;
    background-attachment: fixed;

    
}


.hero-text-box{
  position:absolute;
  width:1140px;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}





/*------O NAS ....------*/




.olowek{
    height: 150px;
    width: auto;
    text-align:center;
    margin-left: 30%;
   
}


section{
    padding: 50px 0;
    
}

h1,
h2,
h3 {
    font-weight: 300;
    text-transform:uppercase;
    letter-spacing: 1px;
}

h1{
    margin-top: 0;
    margin-bottom:20px;
    color: #fff;
    font-size:260%;  
    word-spacing: 4px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

h3{
    font-size:100%;
    margin-bottom:15px;
    
    
    
}
    
h2:after {
    display: block;
    height: 3px;
    background-color: #5b7674;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
  
.dlugi_tekst{
    line-height: 155%;
    width:90%;
    margin-left: 9%;
    
}

.box{
    padding:1%;
    
}  

       

/*------links-kreska pod pozycjami ------*/
a:link.
a:visited{
    color:#fff;
    text-decoration:none;
    padding-bottom: 1px;
    border-bottom: 2px solid #fff;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s.;
    
}

a:hover,
a:active{
    color:#fff;
    border-bottom: 2px solid transparent;
    
}



/*------PRZYCISKI------*/

.przycisk:link,
.przycisk:visited{
    display: inline-block;
    color:#fff;
    padding: 10px 30px;
    font-weight: 300; 
    text-decoration: none;
    border-radius: 200px;
    border:2px solid #5b7674;
}


.przycisk-lewy:link,
.przycisk-lewy:visited{
    background-color:#5b7674;  
   
    margin-right:20px;
    border:2px solid #5b7674;
}

.przycisk-prawy:link,
.przycisk-prawy:visited{
    border:2px solid #5b7674;
    
    
    
}

/*------PODŚWIETLENIE PRZYCISKÓW------*/
.przycisk:hover,
.przycisk:active{
    background-color: #5b7674;

}

.przycisk-lewy:hover,
.przycisk-lewy:active{
    border:2px solid #fff;
    
}

przycisk-prawy:hover, 
przycisk-prawy:active {
    border:1px solid #fff;
    color:#fff;
}    
    


/*------------LOGO----------------*/

.logo {
    height:100px;
    width:auto;
    float:left;
    margin-top: 20px;
}

.logo-black {
    display:none;
    height:50px;
    width:auto;
    float:left;
    margin: 5px 0;
}
    


/*------NAV------*/


.nawigacja{
    float: right;
    list-style: none;
    margin-top: 9%;
 
    
}

.nawigacja li{
    display: inline-block;
    margin-left: 45px;

    
}

.nawigacja li a{
    color:#fff;
    text-decoration: none;
    text-transform:uppercase;
    font-size:100%;
    border-bottom: 2px solid transparent;
    -webkit transition:border-bottom 0.2s;
    transition: :border-bottom 0.2s;
    padding: 8px 0; 
    
}
.nawigacja li a:hover{
    border-bottom:3px solid #fff;
    
}


/*------Mobile NAVI------*/

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon img {
    
    
}

/*------NAV STICKY------*/

.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px #adadad;
    z-index: 999;
   
}

.nawigacja { margin-top: 45px; } 



.sticky .nawigacja li a:link,
.sticky .nawigacja li a:visited{
    padding: 8px 0; 
    color:#555;
    border-bottom: 2px solid transparent;
    
}



.sticky .nawigacja li a:hover{
    border-bottom: 3px solid #5b7674;
}


.sticky .logo { display: none; }
.sticky .logo-black{ display: block; }   
    






.team{
    text-align: center;
    margin-top: 40px;
    
    
    
}













/*------SEKCJA-2-MENU------*/

.section-meals{
    padding-top: 0px;
}

.meals-showcase {
    list-style: none;
    width:100%;
}

.meals-showcase li {
    display:block;
    float:left;
    width:16.66%;
}

.meal-photo{
    width:100%;
    margin:0;
    overflow: hidden;
    background-color: #000;
}

.meal-photo img{
    opacity: 0.7;
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s;
}
    
.meal-photo img:hover{
    opacity:1;
    transform:scale(1.25);
}



/*------INDEKSIK------*/

.sekcja-indeksik{
    background-color: #fff;
    
    
}

.steps-box:first-child {
    text-align: center;
    padding-right:3%;
    margin-top: 30px;
}

.steps-box:last-child { 
    padding-left:3%;
    margin-top: 70px;
    vertical-align: middle;
}
.telefon{
    width:50%;  
}

.works-step{
    margin-bottom: 10%;
}

.works-step:last-of-type{
  margin-bottom: 80px;  
}

.works-step div{
    color:#116c3f;
    border: 2px solid #5b7674;
    display:inline-block;
    border-radius:50%;
    height: 55px;
    width:55px;
    text-align:center;
    padding:12px;
    float:left;
    font-size: 170%;
    margin-right:25px;
    
   
    

}


.przycisk-app{
    height: 50px;
    width: auto;
    margin-right: 10px; 
}


/*------SEKCJA in-court------*/

.box img {
    width:100%;
    height: auto;
    margin-bottom: 15px;
 
    
}

.city-feature {
    margin-bottom: 10px;
    
    
}

.city-feature img{
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 5px;
  
}


h3{
    font-weight: bold;
    font-size: 20px;
    color:#5b7674;
}

/*------linki------*/

a:link,
a:visited{
    color:#116c3f;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #5b7674;
    transition: border-bottom 0.2s, color 0.2s;
}
    
a:hover,
a:active{
    color:#555;
    border-bottom: 1px solid transparent;
    
}   
    


/*------SEKCJA Swor++------*/

.sekcja-swor{
    background-image: linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.05)),url("../img/tlo_zielone0.png");
    background-size: cover;
    color:#fff;
    background-attachment: fixed;
}

.swor{
    text-align:center;
    line-height: 150%;    
}

/*-----WOKANDA------*/

.section-wokanda{
    background-color: #ffffff;
}

.tlo{
    background-image: linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.05)),url("../img/tlo_zielone0.png");
    background-size: cover;
    color:#fff;
    background-attachment: fixed;
    background-position: center;
}

.reka {
    width: 80%;
    margin-left:10%;
}

    
/*------KONTAKT------*/


.kontakt{
    width:100%;
    margin-right:125%;
    margin-top:5%;
    
    
    
}

/*------PRZYCISK WYŚLIJ KOPIA GÓRA------*/

input[type=submit] {
    display: inline-block;
    padding: 10px 5px;
    font-weight: 400; 
    text-decoration: none;
    border-radius: 200px;
    border:2px solid #5b7674;


}
    

input[type=submit] {
    background-color:#5b7674;  
    color:#fff;

}   


input[type=submit] {
    border:1px solid #5b7674;
}

.szer{
    width:30%;
    
}

/*------FOOTER------*/

footer{
    background-image: url("../img/tlo_copy.png");
    padding: 60px;
}

.footer-nav{
    list-style:none;
    float:left;
}

social-links{
    list-style:none;
    float:right;
}

.footer-nav li,
.social-links li{
    display:inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child{
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
    text-decoration: none;
    border:0;
    color:#888;
    
}

.footer-nav li a:hover,
.footer-nav li a:active{
    color:#ddd;
    
}
footer p{
    color:#888;
    text-align: center;
    font-size: 90%;
}



/*------Animations------*/

.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5
{
    opacity: 0;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated {
    opacity: 1;
    
}
