html, body {
	overflow-x: hidden;
}

body {
	background-color: #4b7098;
	padding:0px;
	margin:0px;
}

section {
	box-sizing: border-box;
	margin: 0 auto;
	width: 800px;
	background: white;
	padding: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
}

.top-header {
	margin-bottom:-25px;
}

p {
	margin-bottom:25px;
}

.handwriting {
	font-family: 'Gloria Hallelujah', cursive;
	font-size:75px;
	text-align:center;
	padding:0px;
	margin:-10px;
}

h2, .full-width {
	position: relative;
	margin: 0 -9999rem;
	padding: .25rem 9999rem;
	background: #666;
	background: rgba(0,0,0,.5);
	color: white;
	font-size: 1.125rem;
}

.pixL {
	width:750px;
	border:1px solid #000;
	margin-top:10px;
}

.pixP {
	height:422px;
	border:1px solid #000;
	margin-top:10px;
}

.tinted {
	z-index: 0;
}

.tinted:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 9997.5rem;
	right: 9997.5rem;
	background: green;
}

.ratings {
	width:750px;
}

.star {
	width: 20px;
	height: 20px;
	border: none;
}

.starCol {
	width:120px;
	text-align:center;
}

.spacer {
	height:40px;
}

.breakerLine {
	border-bottom:1px solid #ccc;
	height:20px;
	font-size:8px;
}

.ratingHeader {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.125rem;
}