body {
background-color:#f4f4f4;
}


.starter-template {

  padding: 40px 15px;


}

.navbar{
	background-color: #ed1c24;
	background-image:url('../../images/hbg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	height:120px;


}

.navbar ul{
	position:relative; 
	top:78px;

}

.navbar ul li a

{
	
	font-family: 'Orbitron', sans-serif;
	
	font-weight: 900; 

	text-decoration: none;

	color: #283891;

	font-size: 18px;

	text-transform: uppercase;

	letter-spacing: 1px;

	transition: color 0.3s ease-in;

	-moz-transition: color 0.3s ease-in;

	-o-transition: color 0.3s ease-in;

	-webkit-transition: color 0.3s ease-in;

	-ms-transition: color 0.3s ease-in;
	

}

	

.footer

{

	width: 100%;

	background-color: #373A42;

	float: left;

	padding: 50px 0px;

	text-align: center;

}

.footer p.copyright {

    color: #585C65;

    font-weight: 300;

    font-size: 14px;

}

.footer p.copyright a

{

	color: #585C65;

	text-decoration: none;

	border-bottom: 1px dotted #585c65;

}

.color-border

{

	background:url(../../images/color_border.jpg) repeat-x scroll center top;

	width: 100%;

	float: left;

	display: block;

	height: 5px;

}