.jls-bg-header {
	background-color: #004279;
}
body {
	background-color: #ebebeb;
}
.jls-img-box ul {
	list-style: none;
	padding-left: 0px;
}
.jls-img-box ul li {
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 1px;
	position: relative;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 12px;
	/* font-weight: bold; */
	padding: 10px;
	text-align: center;
}
/* When you mouse over the container, fade in the overlay title */
.jls-img-box ul li:hover .overlay {
  opacity: 1;
}
.jls-img-box img {
	width: 100%;
	height: auto;
}
h4 {
	color: #0093cb;
}