/*html {
  position: relative;
  min-height: 100%;
}*/
body {
		background-color: white;
		font-family: helvetica;
}

.navbar{
	background: black;
}
nav .navbar-brand{
	padding-top: 0px;
}
nav .navbar-image{
  height: 50px;
  padding-top: 0px;
}

.item{
  width: auto;
  height: inherit;
}
#cols{
	margin-top: 80px;
}
.col-md-4 img{
	height: 190px;	
}
#bodyDiv{
	text-align: center;
	height: 80%;
	background-color: ;
	padding-bottom: 10px;
}
.homeBanner{
	background-image: url("../images/welcome_.jpg");
	width: auto;
	height:350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center ;
}
.footer {
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	bottom:0;
	width: 100%;
	/* Set the fixed height of the footer here */  
	
	background-color: white;
	line-height:0.8;
	text-decoration: none;
}
.footer a{
	color: inherit;
}
.footer li{
	padding: 5px;
}
.footer h4{
	color:#4169e1;
}
/*#foot{
   background-color: black;
}*/

@media only screen and (max-width: 768px){
	.footer{position:relative;}
	body{background-color: gray;}
}