#contact-header {
	text-transform: uppercase;
	color: white;
	padding: 8px 15px;
	background-color: rgb(9,8,66);
	font-family: 'Lato', san-serif;
	font-size: 14px;
	font-weight: 300;
	position: fixed;
	z-index: 300;
	width: 100%;
}
#contact-header .some-class {

}
#contact-header a {
	color: white;
}
#contact-header a:hover {
	color: rgba(224,182,90, 1);
}
#contact-header .divider {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
	color: rgb(150,150,150);
}
@media (max-width: 767px) {
	#contact-header {
		display: none;
	}
}