#logo b {/*used to be header*/
	font-size: 2em;
	font-weight: 800;
	font-variant: small-caps;
	color: #800000;
}
#logo i {/*used to be header*/
	color: #94907f;
}
#logo, #logo a {
	display: inline-block;
}
#logo a:hover b {
	color: #9e1919;
}
p.clearheader {/*used to be header, then #logo*/
	margin-bottom: 50px;
}
#logo p {/*used to be header*/
	margin-top: -2px;
}
@media only screen and (max-width: 479px) {
	p.clearheader {/*used to be header, then #logo*/
		margin-bottom: .1em;
	}
	#logo b {/*used to be header*/
		font-size: 1.8em;
	}
	#logo i {/*used to be header*/
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 639px) {
	#logo {/*used to be header*/
		width: 100%;
		line-height: 1.05em;
	}
}
@media only screen and (max-width: 374px) {
	#emy {
		display: none;
	}
}
