body {
    background-color: #FEFDFB;
    /* background-image: url('../files/pozadina.svg');
    background-repeat: no-repeat;
    background-size: 100% auto; */
}

.naslov {
    font-style: italic;
    color: lightpink;
    font-size: 5vw;
    font-family: 'Sofia', sans-serif;
}

.gornjiCvet {
    width: 25vw;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.donjiCvet {
    width: 25vw;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

/* .tz-gallery .row .hide{
	display: none;
}

.tz-gallery .row .show{
	display: block;
	animation: show .5s ease;
}
@keyframes show{
    0%{
    	opacity:0;
    	transform: scale(0.9);
    }
    100%{
    	opacity:1;
    	transform: scale(1);
    }
}

.pagination {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.pagination div{
    display: inline-block;
    margin: 0 10px;
}

.pagination .page {
    color: gray;
}

.pagination .prev, .pagination .next {
    color: #000;
    border: 1px solid #000;
    font-size: 15px;
    padding: 8px 15px;
    cursor: pointer;
}

.pagination .prev.disabled, 
.pagination .next.disabled {
    border-color: gray;
    color: gray;
    pointer-events: none;
} */