/*  
Collection: Spirited Away
*/


/* Titles and Quotes */
html h2,
html blockquote,
html cite {
	color: #00a99c;
}

/* Paragraph Text */
p {
	color: #00a99c;
}

/* Header Image */
header {
	background: url(../images/hero-title-spirited-away.jpg) 0 30px no-repeat !important;
}

/* Nav Links */
nav {
	background: #00a99c;
}

/* Collection Link */
nav li a.on {
	background: #00bbad;
}

/* Hover Link */
nav li a:hover {
	background: #f1666f;
}
