@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@200&family=Trispace&display=swap');
*
{
    margin: 0;
    padding: 0;
    font-family: 'Albert Sans', sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
body{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(	rgba(	44, 44, 44,0.9),rgba(102, 102, 102,0.9)), url(../tło3png.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

/*ZNACZNIKI-Z-KONTAKTEM*/
.social{
    position: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -10%;
    transform: translate(-250px,0);
    z-index: 2;
}
.social a{
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    background: rgba(0,0,0,0.6);
    font-size: 22px;
    text-decoration: none;
    display: block;
    margin: 5px;
    padding: 20px;
    width: 300px;
    text-align: right;
    border-radius: 10px;
    transition: 0.5s;
    
}
.social a:hover{
    transform: translate(155px, 0);
    text-decoration: none;
    color: #fff;
}
.logo{
    transition: .3s ease-in-out;
}
.logo:hover{
    transform: translate(0px, -15px);
}
.social ion-icon{
    margin-left: 10px;
    font: 32px;
    width: 30px;
    height: 30px;
}
.social a:nth-child(1) ion-icon{
    color: #a51b0b;
}
.social a:nth-child(2) ion-icon{
    color: #a9a9a9;
}
/*ZNACZNIKI-Z-KONTAKTEM*/

/*NAV-BAR*/
.navbar{
    min-height: 57px;
    font-size: 22px;
}
.nav-link {
color: #191919;
justify-content: center;
}
.navbar img, a{
    justify-content: space-between;
}
.navbar-fb{
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 32px;
}
.navbar-fb ion-icon:hover{
    color: #aa2c30;
    transition: .3s ease-in-out;
}
.bg-red{
    background: /*#888988;*/ #9b9c9b;
    border-bottom: 2px solid #aa2c30;
}
.nav-item a:hover{
    color: #aa2c30;
    transition: .3s ease-in-out;
    transform: translate(0px, -10px);
}
/*NAV-BAR*/

/*ZDJECIE-TEKST*/
.foto img
{
   margin-left: 25%;
   box-shadow: 5px 5px 10px #000;
   
   box-shadow: 5px 5px 10px #000;
   display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}
.foto p
{
    color: #fff;
    text-align: justify;
    text-shadow: 2px 3px 1px #000;
}
/*ZDJECIE-TEKST*/
.tekst1 h2
{
    font-weight: 100;
    font-size: 34px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 3px 1px #000;
}
.tekst1 p
{
    color: #fff;
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
    text-shadow: 2px 3px 1px #000;
}

.tekst1 li
{
    color: #fff;
    list-style: square;
    font-size: 18px;
    margin-left: 60px;
    text-shadow: 2px 3px 1px #000;
}
.tekst1 ul > li
{
    list-style: decimal;
}
.tekst1 h3
{
    color: #fff;
    margin-left: 30px;
    text-shadow: 2px 3px 1px #000;
}
/*FOOTER*/
.footer-links 
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: /*#949494;*/linear-gradient(to top,rgba(	44, 44, 44,0.9),rgba(102, 102, 102,0.9));
    min-height: 10vh;
    list-style: none;
    scroll-snap-align: start;
    flex: 1;
}

.footer-links
{
    flex: 1;
    text-align: right;
    scroll-snap-align: start;
    
}
.footer-links ul li 
{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.footer-links ul li a
{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.footer-links ul li::after
{
    content: '';
    width: 0%;
    height: 2px;
    background: 	#fff;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.footer-links ul li:hover::after
{
    width: 100%;
}
/*FOOTER*/

/*MEDIA-QUERY*/
@media(min-width:1000px){ 

}


@media(max-width:1000px) and (min-width: 800px){
    .foto img{
        width:40%;
    }
    
}

@media(max-width:800px) and (min-width:500px){
   
    .foto img{
        width:50%;
    }
    .tekst1 h2{
        font-size: 24px;
    }
    
    .foto p{
font-size: 12px;
    }
    
    
        .nav-links ul li a
        {
            list-style: none;
            display: flex;
            flex-direction: row;
            font-size: 14px;
            
        }
        .nav-links
        {
            text-align: center;
            
        }
        .footer-links
            {
                text-align: center;
            }
            .footer-links ul li a
            {
             font-size: 16px;
            }
           
            .nav-links ul li a
        {
            list-style: none;
            display: flex;
            flex-direction: row;
            font-size: 16px;
            
        }
}

@media(max-width:500px){
 .foto img
 {
    width: 250px;
 }
   
    .nav-links ul li a
    {
        list-style: none;
        display: flex;
        flex-direction: row;
        font-size: 14px;
        
    }
    .tekst1 p
    {
        color: #fff;
        text-align: justify;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 14px;
    }
    .tekst1 li 
    {
        font-size: 14px;
    }
    .nav-links
    {
        text-align: center;
        
    }
    .nav-links
    {
        text-align: center;
        
    }
    .footer-links
        {
            text-align: center;
        }
        .footer-links ul li a
        {
         font-size: 16px;
        }
       
        .nav-links ul li a
    {
        list-style: none;
        display: flex;
        flex-direction: row;
        font-size: 16px;
        
    }
    
}
@media(max-width:360px){
    
    .social{
        display: none;
    }
}
@media(max-width:320px){
    .navbar img{
        width: 120px;
        height: 100px;
    }
        .nav-links ul li a
        {
            list-style: none;
            display: flex;
            flex-direction: row;
            font-size: 14px;
            
        }
   
    .nav-links
    {
        text-align: center;
        
    }
    .nav-links
    {
        text-align: center;
        
    }
    .footer-links
        {
            text-align: center;
        }
        .footer-links ul li a
        {
         font-size: 16px;
        }
       
        .nav-links ul li a
    {
        list-style: none;
        display: flex;
        flex-direction: row;
        font-size: 16px;
        
    }
}
@media(max-width:650px) and (min-width:501px){
    
        .nav-links ul li a
        {
            list-style: none;
            display: flex;
            flex-direction: row;
            font-size: 14px;
            
        }
   
}

@media(max-width:1100px) and (min-width: 1000px){           
    .foto img{
        width:50%;
    }
}




    