*, :after, :before {
	box-sizing:border-box
}
html {
	border-top: 6px solid #8f0b2d;
}
body {
	background: #FFCCFF url(pink_rice/pink_rice.png);
	font-family: sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 15px;
	color: #333;
}
h1 {
	font-family: 'Tangerine', cursive;
	font-weight: normal;
	color: #8f0b2d;
	font-size: 144px;
	margin: 60px 0 -3px 0;
	text-align: center;
}
#blurb {
	margin: 24px auto;
	max-width: 760px;
}
#blurb-inner {
	background: rgba(255, 255, 255, 0.5);
	padding: 3px 15px;
	margin: 0 24px;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.16);
	   -moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.16);
	        box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.16);
}
a {
	color: #8f0b2d;
}
a:hover, a:active {
	color: #000;
}
@media(min-width: 720px) {
	#photos .photos-column {
		width: 50%;
		float: left;
	}
}
#photos .photo {
	padding: 24px;
}
#photos .photo-inner {
	background: #8f0b2d;
	color: #fff;
	border: 5px solid #8f0b2d;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.21);
	   -moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.21);
	        box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.21);
}
#photos img {
	width: 100%;
}
#photos h2 {
	margin: 12px;
	font-size: 1em;
}
#photos p {
	margin: 12px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 32px 0 24px 0;
}
