html{
	background-color: #b0b0b0;
}
.pageTitle{
	color: #fff;
}
.headWrap{
	background-color: rgb(71,111,148);
	background-position: center 0px;
	background-repeat: repeat-x;
	background-image: url(https://survey.kintegra.org/theme/assets/pattern-1.png);
}
.headWrapKintegra{
	background-color: #d9d9d6;
	background-position: center 0px;
	background-repeat: repeat-x;
	background-image: url(https://survey.kintegra.org/theme/assets/pattern-1.png);
}
.logoImg{
	float:left; 
	max-width: 100%; 
	height: 100px;
}
@media screen and (max-width: 991px) {
.logoImg{
	float: none; 
	max-width: 100%; 
	height: 100px;
}
}
