﻿#gallery body{background-image:linear-gradient(to top,#ecedee 0%,#eceeef 75%,#e7e8e9 100%);min-height:100vh;font:normal 16px sans-serif;padding:10px 0;}#gallery .container.gallery-container{background-color:#fff;color:#35373a;min-height:100vh;border-radius:20px;box-shadow:0 8px 15px rgba(0,0,0,.06);}#gallery .gallery-container h1{text-align:center;margin-top:10px;font-family:'Droid Sans',sans-serif;font-weight:bold;}#gallery .gallery-container p.page-description{text-align:center;max-width:800px;margin:25px auto;color:#888;font-size:18px;}#gallery .tz-gallery{padding:40px;}#gallery .tz-gallery .lightbox img{width:100%;margin-bottom:30px;transition:.2s ease-in-out;box-shadow:0 2px 3px rgba(0,0,0,.2);}#gallery .tz-gallery .lightbox img:hover{transform:scale(1.05);box-shadow:0 8px 15px rgba(0,0,0,.3);}#gallery .tz-gallery img{border-radius:4px;}#gallery .baguetteBox-button{background-color:transparent !important;}@media(max-width:768px){#gallery body{padding:0;}#gallery .container.gallery-container{border-radius:0;}}