.invisible-link {
    color: #000000b3;
    text-decoration: none;
    font-size: 8.5vh;
}



.bannerTitle {
    font-weight: 600;
    line-height: 1.125;
    color: white;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 3vh;
}




.txtPlusObraz_frame {
    margin: 0% 0%;
    box-shadow: 0px 0px 10px 5px rgba(175, 172, 172, 0.5);
    /* background-color: #494242b0; */
    display: flow;
    padding-bottom: 5%;
}

.txtPlusImg_img {
    max-width: 20rem;
    height: 15rem;
    margin-right: 5%;
    margin: 10%;
}

.txtPlusImg_title {
    font-size: 40px;
    text-align: center;
}

.txtPlusImg_txt {
    font-size: 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.header {
    /* position: fixed; */
    padding-top: 5.5vh;
    padding-bottom: 5.5vh;
    padding-left: 3.5vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 4vh;
    /* background: #d5d3d35e; */
    background-size: 10vh;
    width: -webkit-fill-available;
}

/* .header {
    padding-bottom: 1.5vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
} */



.container {
    background-image: url(tytul.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    height: 80vh;
    padding: 0;
    margin: 0;
    width: 100%;
    /* margin-top: 4.5vh; */
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.galeria {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    width: 100%;
    margin-left: 3%;
    margin-right: 3%;
}



/*  */

/* Domyślnie dla PC */

#slider-container {
    height: 40vh;
    position: relative;
    overflow: hidden;
    /* margin-top: 8vh; */
    margin-left: 62vh;
    margin-right: 55vh;
    width: 45vh;
}

@media only screen and (min-width: 1200px) {


.container .text {
    margin-left: -30%;
    margin-top: -8%;

}

.container .text p {
    padding-top: 6vh;
    margin: -1vh;
}

.bannerTitle {
    font-weight: 600;
    line-height: 1.125;
    color: white;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* font-size: 17vh; */
}

.pageTitle{
    font-size: 9vh;
}
.container .text p {
    padding-top: 5vh;
    /* margin: 0; */
}

}


@media only screen and (max-width: 1200px) {
    .pageTitle{
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {


    /* .container .text {
        margin-left: -15%;
        margin-top: -8%;
    } */

    .container .text p {
        padding-top: 5vh;
        margin: 0;
    }



    .container {
        background-image: url(tytul_sm.png);
    }


    /* Styl dla urządzeń mobilnych (np. telefony) */
    #slider-container {
        margin-left: 3vh;
        margin-right: 3vh;
        width: 35vh;
        height: 35vh;
    }

    /* .kimJestesmy img {
        max-width: 30vh;

    } */
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s ease;
    cursor: pointer;
}





/* 
  
  
  */


.kimJestesmyTitle {
    position: relative;
    animation: fadeOutAndMoveUp 750ms ease-in-out forwards;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}



.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
    padding-top: 50px;
}

.popup-content {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    max-height: 80%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}