/*  Styling for McKendry Foundation
-------------------------------------------------------------------*/
body {
	width: 100%;
}
body.index {
	background: #252525;
}
.center-img {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90vh;
}
.center-img img {
	width: 90vw;
	max-width: 800px;
	height: auto;
}
.logos .center-img img {
	max-width: 690px;
}
.inex .center-img img {
	
}