*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('../image/backG-2.png');
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #fff;
}
.strap-area{
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    background-image: url('../image/backG-4.png');
    height: auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,.025);
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    z-index: 10;
}
a{
    text-decoration: none;
    color: #fff;
}
.back-box{
    display: flex;
    flex-direction: row;
    justify-self: flex-start;
    margin: 0 2vmax;
    gap: 1vmax;
}
.back-box p{
    font-size: 1em;
    text-transform: uppercase;
}
.back-box img{
    width: 1.5em;
    height: auto;
}
h2{
    margin: 1vmax auto;
    font-weight: 500;
    letter-spacing: 4px;
}
/*GALLERY*/
.galery-container{
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    gap: 2vmin;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2vmin;
}
.galery-container img{
    height: 375px;
    width: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    border: solid 2px #4a6b8c;
}
.galery-container figcaption{
    color: red;
    position: relative;
    top: -50px;
    left: 10px;
    margin: 0;
    margin-bottom: -10;
    width: 95%;
    font-size: 20px;
}
.galery-container figure{
    height: 375px;
    margin: 0;
    padding: 0;
}
/* Stopka START */
footer{
    background-image: url('../imag/backG-3.png');
    text-align: center;
    color: #888;
    font-size: .5em;
    margin-top: 2em;
    height: 4em;
    width: 100%;
}
footer p{
    padding-top: 2em;
    font-size: .8em;
    color: #555;
}
/* Stopka END */
@media only screen and (max-width: 560px){
    .galery-container img{
        height: auto;
        width: 300px;
    }
    .galery-container figure{
        height: auto;
    }
}