.bg-success-soft{
	background-color:#F0F8F1;
}
.bg-success-dark{
	background-color:#043927;
}
.nav-menu a {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color:white;
	font-size: 18px;
	outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: white;
}



.card-overlay-container {
	width:170px;
	height:170px;
	position:relative;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .2s ease;
}
.card-overlay-container:hover .card-overlay {
  height: 100%;
}

.lightbox-gallery{background-image: linear-gradient(#4A148C, #E53935);background-repeat: no-repeat;color: #000;overflow-x: hidden}.lightbox-gallery p{color:#fff}.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}@media (max-width:767px){.lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}.lightbox-gallery .intro p{margin-bottom:0}.lightbox-gallery .photos{padding-bottom:20px}.lightbox-gallery .item{padding-bottom:30px}