/* Gallery CSS Start */
 
.gallery {
margin: 0 auto;
max-width: 800px;
}
.gallery article {
height: 100%;
overflow: hidden;
}
.gallery .thumbnail-classic-caption {
height: 100%;
}
.gallery .thumbnail-classic-caption .img-fluid {
height: 100%;
object-fit: cover;
transition: transform .35s ease;
max-height: 180.8px;
}
.gallery .thumbnail-classic-caption .img-fluid:hover {
transform: scale(1.05);
}
/* Gallery CSS End */
 
.footer-sitemap{
column-count: 1 !important;
-webkit-column-count: 1
}

h3 {
	font-weight:700;
}


@media (min-width:990px) and (max-width:1210px){
	.navbar .navbar-nav > .menu-item > a {
    font-size: 1rem;
}
}
