body {
    background-image: linear-gradient(to top, #ecedee 0%, #eceeef 75%, #e7e8e9 100%);
    min-height: 100vh;
   font: normal 32px sans-serif;
    /* padding: 60px 0;
	*/
}

.container.gallery-container {
    background-color: #13f75929;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: inset 2px 0px 15px 15px rgb(114 76 5 / 44%);
}

.gallery-container h1 {
       text-align: center;
    margin-top: 14px;
    font-family: cursive;
    font-weight: bold;
	font-size: 45px;
    text-shadow: 2px 6px 6px #ed2505c9;
    color: #44230ae0;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 900px;
    margin: 14px auto 8px auto;
    color: #7a0303de;
    font-size: 19px;
    text-shadow: 1px 0 black;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

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


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}