#header {
	
	width: 100%;
	flex: 0 0 98px;
	border-bottom: solid 2px #FFFFFF;
	float: left;
	background: -webkit-linear-gradient(#003976 -10%, #000000 180%);
	
}

#header > div:nth-child(1) {
	
	background: linear-gradient(to right, #4B4AA9 20%, #EFAB00 100px);
	width: 100%;
	height: 6px;
	float: left;
	
}

#header > div:nth-child(2) {
	
	linear-gradient(to right, #8584dd 20%, #e0d1a7 100px);
	width: 100%;
	height: 1px;
	float: left;
	
}

#header > div:nth-child(3) {
	
	margin-left: 10px;
	margin-top: 10px;
	line-height: 50px;
	font-size: 30px;
	text-align: left;
	color: #f9f9ee;
	float: left;
	
}