/*CSS Document*/

/* #Media Queries
================================================== */

html { 
  background: url(../img/moth-1280x960.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{ 
	font-family: "gnuolane",sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #232323;
	margin: 0;
	padding: 0;
	height: 100%;
	
}


.header{
	width: 100%;
	min-width: 700px;
	height: 90px;
	margin: 10px 0;
}

.banner{
	position: relative;
	height: 90px;
	width: 420px;
	float: left;
	background: url(../img/khs-header-02.png) no-repeat 36px 50%;
	background-color: rgba(147, 147, 147, 0.7);
}

.buttons{
	position: relative;
	float: left;
	height: 90px;
	line-height: 90px;
	width: 15%;
	margin-left: 30px;
}

.heading{
	color: #232323;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: -0.8em;
	display: block;
}

.title{
	font-size: 1em;
	
}

.announce{
	position: relative;
	float: right;
	height: 90px;
	width: 25%;
}

.announce-text { 
  position: absolute; 
  right: 40px; 
  top: 0; 
  width: 100%; 
  height: 90px; 
  display: table; 
}

.announce-text p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: right; 
  font-size: 1.3em;
}

.nav-container{
	position: relative;
	clear: left;
	float: left;
	width: 12em;
	height: 40em;
}

ul.nav{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: 700;
	font-size: 1.5em;
}

.nav li{
	list-style-type: none;
	}

.nav li a{
	height: 1.5em;
	margin-top: 4px;
	padding: 4px 14px 4px 10px;
	display: inline-block;
	background: rgba(147, 147, 147, 0.7);
	text-transform: uppercase;
	text-decoration: none;
	color: #d3d3d3;
}

.nav li a:hover{
	background: rgba(147, 147, 147, 1.0);
}

#home-container{
	width: 80%;
	margin: 0 auto;
	box-align: center;
	
}

#news-box{
	position: relative;
	float: left;
	width: 24%;
	padding: 1em;
	background: rgba(196, 192, 191, 0.8);
	border: 1px solid #a8a7a6;
	font-size: 1.2em;

}

#feature-box{
	position: relative;
	align: center;
	width: 80%;
	overflow: none;
	padding: 1em;
	background: rgba(196, 192, 191, 0.8);
	border: 1px solid #a8a7a6;
	font-size: 1.2em;

}

.vid-still{
	position: relative;
	float: left;
	width: 48%;
	height: auto;
	margin-right: 3%;

}

.vid-still:last-child{
	margin-right: 0;
}

.vid-still img{
	height: auto;
	width: auto;
	max-width: 100%;
	border: 3px #000 solid;
	
}
	


a {
  text-decoration: none;
  color: #891c0a;
}

a:hover {
  color: #000000;
}




 











