body {
	background-color:#d6e0f5;
}

.navbar-default {
  border: none;
}

.top {
	background-color:#05359c;
	background-image:url('../images/symbols.png');
	padding:15px 15px 15px 15px;
	height: 155px;
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-bottom-color:#C00;
	border-bottom-width:3px;
	width:100%;
	
}

h5, ul {
	margin-top: 0px;
	margin-bottom: 6px;	
}

.headerContainer {
  background-color:#039;
  padding:15px;
  height: 145px;

}

#map {
    width: 500px;
    height: 400px;
    background-color: #CCC;
  }
      }	
	
.bgimage {
  background-image:url('../images/koc_headerlogo.png');
  background-repeat:no-repeat;
  height:150px;
  width:125px;
  display:inline-block;
  position:absolute;
  
}

h1 {
	line-height: .8em;
	margin-top: 0px;
	margin-left:150px;
	margin-right:0px;
	padding-top:10px;
	margin-bottom:10px;
	color:#FFF;
}

#topText {
	display: block;
	position: absolute;
	height:143px;
}


#head {
	position:relative;
	width:100%;
	height:150px;
}
	
	
		
.homeSub {
	text-align:center;
}	

	
.headerGraphics {
	padding-left:10px;
	padding-top:10px;
}

.subHead {
	padding-top:0px;
	margin-top:0px;
	font-size:24px;
	line-height:28px;
	margin-left:150px;
	color:#FFF;
}

.img-responsive {
	margin-top:2em;
}

footer {
	background:#FFF;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
	text-align:center;
	
}

@media (min-width:768px) {
	.top {
	background-color:#05359c;
	background-image:url('../images/symbols.png');
	
}

.bgimage {
  background-image:url('../images/koc_headerlogo.png');
  background-repeat:no-repeat;
  height:150px;
  width:125px;
  display:inline-block;
  position:absolute;
  
}


}	

@media (max-width:767px) {
	
	h1 {
	padding-top:3px;
	line-height: 1.0em;
	margin-top: 0px;
	font-size:28px;
	margin-left:120px;
}
	
.subHead {
	margin-top:0px;
	font-size:18px;
	line-height:20px;
	margin-left:120px;
	color:#FFF;
}	

.bgimage {
	background-image:url('../images/koc_headerlogo_sm.png');
	background-repeat: no-repeat;
	height: 140px;
	width: 100px;
	display: inline-block;
	position: absolute;
}


.top {
	background-color:#05359c;
	background-image:none;
	width:100%;
	
}

}
