/*.card {
	float: left;
	width: 25%;
	padding: .75rem;
	margin-bottom: 2rem;
	border: 0;	
}*/

.image-positioner {
	height: 200px; 
	position: relative;
}

.image-positioner > img {
	margin: 0; 
	position: absolute; 
	top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	max-height: 195px;
}

.top-separator-border {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: brown;
}

.img-thumbnail {
	min-height: 50%;
	min-width: 50%;
}

body {
	background-color: whitesmoke;
}

.jumbotron {
	padding: 4rem 1rem 2rem;
	margin-bottom: 1rem;
}