#site-head {
	color: #000000;
		background: #ffffff no-repeat top center;
  	background-size: contain;
}

@media only screen and (min-width: 1024px) {
	#site-head {
		background: #ffffff no-repeat center center;
  	background-size: contain;
	}
}

@media only screen and (max-width: 374px) {
	#site-head {
		height: 85%;
	}
}

.post-holder.odd {
	background: #eca926;
}

a.btn,
a.btn:hover {
	background-color: #eca926;
}

a.fn-item.active,
a.fn-item:hover,
a:hover,
a:visited {
	color: #000000;
}
