.stop {
	background:rgba(0, 0, 0, 0.4);
	height:100%;
	left:0;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
}
	.stop a {
		color:#fff;
	}
	.stop h2 {
		color:#fff;
		font-size:250%;
	}
		.stop h2 em {
			font-weight:bold;
		}
	.stop .inner {
		background:#ccc;
		color:#fff;
		font-size:60%;
		height:440px;
		margin:-220px 0 0 -440px;
		padding:40px;
		left:65%;
		position:absolute;
		top:50%;
		width:550px;

		-webkit-box-shadow:0px 0px 6px #111;
		-moz-box-shadow:0px 0px 6px #111;
		box-shadow:0px 0px 6px #111;

		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		border-radius:20px;
	}

@media screen and (max-width: 880px) {
	.leadin .boo, .leadin .yay { float:none; padding:10px 5%; width:auto; }
	.stop { background:transparent; height:auto; position:static; }
	.stop .inner { height:auto; margin:30px 4% 20px; padding:20px; position:static; width:auto; }
}

@media screen and (max-width: 700px) {
	body { font-size:1em; }
	h1 { font-size:350%; }
	h2 { font-size:250%; }
	.download a { padding:10px 3ex; }
}

@media screen and (max-width: 500px) {
	body { font-size:0.9em; }
	h1 { font-size:300%; }
	h2 { font-size:200%; }
	section { margin:40px 4%; }
	.download a { font-size:110%; }
}
