/*
	Theme Name: Community Schools
	Description: IEL: Community Schools WordPress Theme
	Version: 1.0
	Author: Reingold
	Author URI: http://reingold.com

*/

		.navbar-brand a img {
			height: 7rem !important;
		}
		.navbar-brand {
			height: auto;
			margin-bottom: unset !important;
			padding-left: unset !important;
		}

.navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
}

@media only screen and (max-width: 454px) {
		.navbar-brand a img {
			height: 4rem !important;
		}
}