.carousel-item img {
	max-height: 400px;
}


.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}

.carousel a,.carousel a:hover {
	text-decoration: none;
	color: #fff;
}

@media(max-width:767px){
	.carousel-caption h1{
		font-size: 30px!important;
	}

	.carousel-caption p{
		font-size: 16px!important;
	}

	.carousel-item img {
		/*max-height: 400px!important;*/
	}

	.carousel-caption {
		padding-bottom: 40px!important;
	}

	.card.card-services {
		min-height: 200px;
		padding: 5px;
	}
}

.bg-teal {
	background-color: teal;
}

footer {
	color: #fff;
}


.card.card-services {
	min-height: 260px;
	padding: 5px;
	border-color: rgba(0,0,0,.15);
	border-radius: 10px !important;
	box-shadow: 0 .5rem .4rem rgba(0,0,0,.15)!important;
	color: #356b87;
}

.card.card-core{
	min-height: 170px;
	border-color: rgba(0,0,0,.15);
	border-radius: 10px !important;
	box-shadow: 0 .5rem .4rem rgba(0,0,0,.15)!important;
}


.card.card-services .card-title{
	text-align: center;
} 
