/* ---------------------------------------------------------------
   Custom overrides added when restoring this site from archive.
   The original theme files (style.css, animate.css, font-awesome.css)
   are left untouched above this file loads after them.
------------------------------------------------------------------ */

/* The original header background texture (theme default asset) wasn't
   preserved in the archive capture, so a piece of H. C. Rai's own
   landscape work is used here instead. */
.header-image {
	background-image: url(../images/site/header-bg.jpg);
}

/* Gallery grid tiles (home page + "explore other galleries") */
.posts .post,
.related-posts .post {
	background-size: cover;
	background-position: center;
}

.intro-text {
	max-width: 760px;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 0.5rem;
	text-align: center;
	font-family: 'Droid Serif', serif;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #fff;
}
.intro-text a {
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
.intro-text a:hover {
	color: #ccc;
}

/* The original theme used Font Awesome for its prev/next chevrons.
   Rather than depend on an external icon-font CDN, the two icons this
   site actually uses are done with plain characters instead. */
.fa, .fw {
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}
.fa-angle-right:before { content: "\2192"; }
.fa-angle-left:before  { content: "\2190"; }

.gallery-note {
	max-width: 760px;
	margin: 1.5rem auto 0;
	padding: 0.75rem 1.25rem;
	font-size: 0.85rem;
	font-style: italic;
	opacity: 0.7;
	text-align: center;
}
