header .header_top_nav ul {
	background: #0c9ad7;
}
header .header_top_nav {
	background: #0c9ad7;
}
a {
	color: #c51a1a;
}
footer {
	bottom: 0;
	height: 300px;
	width: 100%;
	background: linear-gradient(to bottom, #0c9ad7 0%, #be4842 94%, #a73933 96%, #78241f 100%);
}