/* 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, b, strong {
	font-weight:700;
}

body, .top-navbar li.nav-item a.nav-link, .tile_welcome .tile_welcome__text {
	font-weight:200;
}

.slideshow-slide-overlay__heading {
	font-weight: 300;
}

@media (min-width:990px) and (max-width:1210px){

.top-navbar li.nav-item a.nav-link {
    display: flex !important;
}

}