.c_content {
	background-color: #F9F9F9;
	padding: 1rem;
}

.c_content .col-sm-12 {
	font-size: 1.1em;
}

.card a.all {
	color: black;
	text-decoration: none !important;
}

.card a.all .card-img-top {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 8em;
	width: 100%;
}

.card a.all .card-body {
	color: black;
}

.card a.all .card-body h2.card-title {
	font-size: 1em;
	text-transform: uppercase;
	color: black;
	text-decoration: none !important;
}

.card a.all .card-body a.btn {
	color: white;
	text-decoration: none !important;
}

.card a.all .card-body a.btn:hover {
	text-decoration: underline !important;
}

@media only screen and (max-width: 768px) {
	.card {
		margin-bottom: 1em;
	}
}

/*# sourceMappingURL=shortcode.css.map */