body {
	color: black;
	font-family: 'Roboto', sans-serif;
	line-height: 150%;
}

/* rows */
div.row-gray {
	background-color: #EEE;
}
div.row-white {
	background-color: #FFF;
}

/* content */
div.content { 
	
}
	div.content h1, div.content h2, div.content p { 
		line-height: 1.5;
	}
	div.content h1 {
		font-family: 'Pacifico', cursive;
		border-bottom: 1px solid black;
		font-size: 3em;
	}
	div.content p { 
		font-size: 1.2em;
	}
	div.content p.smaller { 
		font-size: 1em;
	}

/* main title */
div#title {
	background-color: #80172C;
	color: white;
}
	div#title h1 {
		font-family: 'Pacifico', cursive;
		font-size: 6em;
	}

	div#title h2 {
		font-size: 2em;
	}

/* video box */
div#pageVideo {
	
}
	div#pageVideo .video-169 {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
		div#pageVideo iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/*border: 2px solid white;*/
		}

/* footer */
div#footer {
	background-color: black;
	color: white;
}

/* mobile rules */
@media only screen and (max-width: 600px) {
	div#pageTitle h1 {
		font-size: 4em;
	}
}