body {
    background-color: #000000;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    color: #ffffff;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 10px;
	text-align: center;
}

.tz-gallery .thumbnail {
    padding: 50;
    margin-bottom: 5px;
    border: none;
	text-align: center;
}

.tz-gallery img {
    border-radius: 5px; /*zaokraglenia obrazkow*/
	
}

.tz-gallery .caption{
    padding: 0px 0px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 12px;
    /*font-weight: bold;*/
    margin-top: 1;
	text-align: center;
	color: #ffffff;
	height: 50px;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #ffffff;
    margin: 10;
	text-align: center;
}

.baguetteBox-button {
    background-color: transparent !important;
}