body:after {
	content: "";
	background: url(/t/spring/bg.jpg) fixed center top;
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1;
}

nav {
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0 0 10px #3F1D0B;
}

nav .menu > .option {
	color: rgba(0,0,0,0);
	transition: height 0.1s ease-in-out 0s, max-width 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

nav .user,
nav .menu > .option .icon { 
	color: #3F1D0B;
	transition: color 0.2s ease-in-out;
}

nav .menu > .option,
nav .menu > .option .icon:hover { color: #F2F2F2; }
.pagetitle {
	text-shadow: 0 0 3px #3F1D0B, 0 0 2px #3F1D0B, 0 0 1px #3F1D0B;
	color: #f2f2f2;
	font-weight: 300;
}

.product-detail { background-color: rgba(255, 255, 255, 0.2); }
.product-detail-background {
	background: url(/t/spring/bg.jpg) fixed center top;
	background-size: cover;
}

.product-detail > .header { text-shadow: 0 0 3px #f2f2f2, 0 0 2px #f2f2f2; }