/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.navbar-brand {
	float: left;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 220px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand img {
	max-height: 200px;
	height:200px;
}

.heading h2 {
	/*background-color: #fff9c4; /* pale yellow */
	/*color: #eb828c*/
	/*color: #fff9c4;
	background-color:grey;*/
}
.lead {
	margin-bottom: 20px;
	font-size: 18px;
	/*background-color: #fff9c4; /* pale yellow */
	color: #fff9c4;
}
