
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 20px 0px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
   
	 box-shadow: 0px 0px 1px rgb(51 115 212);
    border: 1px solid #8b8e92;
}


.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;
} 
a.gtBtn { 
				border: 1px solid #3373d4;
				color: #fff;
				padding: 10px 20px;
				display: inline-block;
				text-align: center;
				margin: 0px 43% 50px;
				border-radius: 100px 25px 100px 25px;
				background: #3373d4;
				text-decoration: none !important;				margin-top: 30px;
			}
	a.gtBtn:hover{ background:#000; color:#fff; border: 1px solid #000;}
	
#baguetteBox-overlay .full-image img {margin: 20px 22%; border: 1px solid #fff; border-radius: 11px;}

@media(max-width: 768px) 
{
   
    .container.gallery-container { border-radius: 0;}
	#baguetteBox-overlay .full-image img {margin: 45px 0px;}
	a.gtBtn { margin: 0px 26% 30px;}
	.tz-gallery .lightbox img { margin-bottom: 8px;}
}