@charset "UTF-8";
/* CSS Document */

/*global*/

body {
	background-color:#0c0c0c;
}

header {
	height:55px;	
	box-shadow:400px 10px 10px black;
	position:fixed;
	top:0;
	width:100%;
	background-color:#0c0c0c;
	z-index:3;
}

a {
	color:#d52f25;	
}

a:focus, a:hover {
	color:#d52f25;	
}

.searchfont {
	font-size:22px;	
	margin:0px;
	padding:0px;
	color:white;
	font-weight:100;
}

.col-lg-12 {
	padding-top:30px;	
	padding-bottom:30px;
}

.post-tools {
	height:30px;
	width:100%;	
}


/*landing page*/
#hpagebody {
	background-image: url(<?php echo base_url(); ?>assets/images/HallofValor_splashpage.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

#hpage2 {
	font-size: 45px;
    vertical-align: middle;
    color: white;
	margin-top:55px;
}

/*home page*/

#homecontainer {
	background-color:white;	
	padding-left:50px;
	padding-right:50px;

}

/*about*/

ul#results {
	color:#CCC;	
	text-decoration:none;
}

ul#results li {
	list-style-type:none !important;
}


ul#results li h4, ul#results li h1 {
	color:#fff;
	font-weight:200;
}

.hrabout {
	border:1px solid white;
	width:75%;
	margin:0 0 0 20px !important;
}

#aboutcontainer {
	background-image: url(../images/about_pic.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding-left:50px;
	padding-right:50px;

}

/*awards*/

#awardscontainer {
	background-color:white;	
	padding-left:50px;
	padding-right:50px;
}

/*conflicts*/

#conflictscontainer {
	background-color:white;	
	padding-left:50px;
	padding-right:50px;
}
