/* CSS */

body{
	background: #a2b2bf;
	color: #506367;
	font: 75% Arial,Helvetica,sans-serif;
	line-height: 1.5;
}
header{
	padding: 24px;
	background: #FFF;
}
.navbar-brand{
	text-indent: -9999px;
	background:url(../img/logo_renolit.png) no-repeat;
	width: 65px;
	height: 87px;
}
.card{
	margin: 24px 0px;
	min-height: 200px;
}
footer{
	background: #FFF;
	padding: 24px 0px;
}
footer p{
	margin: 0;
}