/* General Typography */
section p {
	font-size: 140% !important;
}

section ul li {
	padding: 5px;
}

/* Code Blocks */
section pre {
/*font-size: 22px;*/
background: rgba(255, 102, 0, 0.15);
border: 1px dashed #F60;
text-align: left;
/* font-size: 16px; */
font-family: Monaco, Courier;
margin-top: 0.25em;
padding: 10px 20px;

background: rgba(215, 210, 201, 0.22);
/*
border: 1px dashed #C3BFB9; 
*/
}


/*
Image Slide
*/
div.big-image header h1 {
	position: absolute;
	left: -30px;
	top: 10px;
	width: auto;
	z-index: 1;
	padding: 10px;
	background: white;
	white-space: nowrap;
	opacity: 0.8;
	border-radius: 7px;
}

div.big-image header h1 span {
	opacity:1;
}
div.big-image img {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* z-index: -1; */
}

/* Big Quote Slide */
div.big-quote blockquote {
	margin-left: 2em;
	font-size: 330%;
}

div.big-quote blockquote::before {
	content: '“';
	position: absolute;
	display: inline-block;
	margin-left: -2.1em;
	margin-top: -20px;
	width: 2em;
	text-align: right;
	font-size: 180px;
	color: silver;
}

div.big-quote .author {
	color: #666666;
	margin-left: 100px;
	font-size: 110%;
}

div.big-quote .author:before {
  content: '\2014 \00A0';
}
