.gold h1, .gold h2, .gold h3 {
	  color: #F9C791;
}
#theme-attribution {
		display: none;		
}
#colophon #site-info span:after {
		display: none;
}
body {
		background: #000 !important;
		color: #fff !important;
}
.book-intro-text {
		/* font-size: 1.5em; */
}
@media only screen and (max-width: 480px) {
		.book-intro-text {
			/* font-size: .75em; */
		}
}
.text-medium {
		/* font-size: 1.3em; */
}
@media only screen and (max-width: 480px) {
		.text-medium {
		/* font-size: .9em; */
	}
}
/* Masthead Site Title */
@media only screen and (max-width: 480px) {
		#masthead.site-header .site-title {
			margin-bottom: -35px !important;
	}
}