


.header {
  padding:2em 0 1em 0;
  position:relative;
  

	background-color: #19518c;
	background-image: linear-gradient(to bottom, #07224d 0%, #19518c 100%);
	background-image: -webkit-linear-gradient(top, #007224d 0%, #19518c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07224d', endColorstr='#ff19518c', GradientType=0);
	
    border-bottom: 2px solid #599AD4;
    color: #fff;
  
  
}
.header:before {
  content:"";
  display:block!important;
	background-color: #19518c;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
}

.header a,
.header a:visited {
	color: #fff;
}

.hero, .hero:before {
	background: #b3251a;
	/*background: #6392C0;

	background-image: linear-gradient(to bottom, #37618A 0%, #6392C0 100%);
	background-image: -webkit-linear-gradient(top, #37618A 0%, #6392C0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff37618A', endColorstr='#ff6392C0', GradientType=0);
	*/
}

.footer {
	color:#cfcfcf;
	background: #19518C;
	display:block!important;
  
	background-image: linear-gradient(to bottom, #19518C 0%, #07224D 100%);
	background-image: -webkit-linear-gradient(top, #19518C 0%, #07224D 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19518C', endColorstr='#ff07224D', GradientType=0);
}
