@import "universal.css";

/*<================================ ustawienia ogólne dla strony galerii ============================>*/

.triangle-right-contact{
    position: absolute;
    right: -92px;
    top: 7vh;
    transform: scale(-1,1);
}
/*<================================ sekcja main-galerii ============================>*/

.main-galery-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*min-height: 600px;*/
    width: 90%;
    margin: 0 auto;
}
.category-item{
    flex-basis: 32%;
    max-width: 350px;
    min-width: 200px;
    margin: 0px 10px 20px;
    height: 260px;
    color: var(--main-gray);

    display: flex;
    flex-wrap: wrap;

}
.category-img{
    flex-basis: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}
.category-trumny-img{
    background-image: url("../sources/gallery/category/trumna kategorie.jpg");
    background-size: cover;
}
.category-urna-img{
    background-image: url("../sources/gallery/category/urna kategorie.jpg");
    background-size: contain;
}
.category-florystyka-img{
    background-image: url("../sources/gallery/category/florystyka kategorie.jpeg");
    background-size: cover;
}
.category-ceremonie-img{
    background-image: url("../sources/gallery/category/ceremonie katergorie.jpg");
    background-size: cover;
}
.category-oprawa-img{
    background-image: url("../sources/gallery/category/oprawa-kat.jpeg");
    background-size: cover;
}
.category-description{
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .6em;
    font-family: var(--second-font);
    text-align: center;
}
/*<================================ sekcja second-galerii ============================>*/
.second-galery {
    width: 90%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto 4vh;
}
.second-galery a{
    flex-basis: 25%;
    padding: 10px;
}
.second-galery a img{
  width: 100%;
}
.gallery-p{
  text-transform: uppercase;
    font-size: 0.7em;
    font-family: var(--second-font);
    font-weight: bold;
    margin-bottom: 20px;
}
@media(max-width: 900px){
    .gallery-p {
        font-size: 0.6em;
        margin-bottom: 10px;
    }
}
@media(max-width: 450px){
    .gallery-p {
        font-size: 0.45em;
    }
}