/*INSTRUCTIONS FOR ADDING FEATURED*/
/*Add 'Featured' Block to the Block Layout (select domain and '<front>').
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/

.Featured .card {
	margin: 2%;
	border: 0px none;
}
.Featured img {width: 100%;
  height: 10em;
  object-fit: cover;}

.Featured .card-body {
	padding: 1em;
}

.Featured .card-title {
	font-weight: bold;
}

.Featured .card-body {
	padding: 1em;
}

.Featured .card .card-body a.btn {
	margin-top: .5em;
}

.Featured .card .card-img-top img {
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}

@media screen and (max-width: 768px) {
	.Featured .card-group .row .col {
		flex: 100%;
	}

	.row.Featured {
		display: initial;
	}
	
	.Featured .card {margin:1em 0em;}
}