/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: lightgray; color: #fff; text-shadow: none; }
::selection { background: lightgray; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: wheat; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  /* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


@font-face {

	font-family: 'UbuntuTitlingBold';
	src: url('../fonts/ubuntutitling-bold-webfont.eot');
	src: local('?'), url('../fonts/ubuntutitling-bold-webfont.woff') format('woff'), url('../fonts/ubuntutitling-bold-webfont.ttf') format('truetype'), url('../fonts/ubuntutitling-bold-webfont.svg#webfontJfiAYdvY') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {

	background: papayawhip;

}

.center {

	text-align: center;

}

div.header {

	max-width: 840px;
	margin: -7px auto 7px auto;
	position: relative;

}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	max-width: 100%; 
} 
	
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


div#main {

	max-width: 840px;
	margin: 0px auto;
	font-size: 18px;
	background: white;
	padding: 40px 30px;
	border-radius: 50px;
	color: grey;
	font-family: "UbuntuTitlingBold";
	box-shadow: 0 0 0 5px gray,0 0 0 10px darkgray,0 0 0 15px silver,0 0 0 20px lightgray;

}

div.welcome {

	margin: 0px auto;
	
}

div.tagline {

	color: silver;
	text-align: center;
	font-size: 3em;
	letter-spacing: 10px;
	text-shadow: 1px 2px 3px lightgrey;
	font-family: "DollarBill";

}

h1.welcome {

	color: whitesmoke;
	text-shadow: 1px 2px 3px lightgrey;
	font-family: "DollarBill";
	letter-spacing: 94px;
	margin: -10px auto 30px;

}

ul.features {

	padding: 0;
	list-style-type: none;

}

ul.features li {

	background: whitesmoke;
	padding: 8px;
	border-radius: 20px;
	margin-bottom: 10px;
	color: grey;
	break-inside: avoid;

}

ul.features li h2 {

	margin: 0;

}

ul.features li p {

	margin: 10px 0;
	padding: 2px 8px;

}

ul.features li.quip1 {

	margin-left: -100px;
	box-shadow: -5px 0 0 0 gray,-10px 0 0 0 darkgray,-15px 0 0 0 silver,-20px 0 0 0 lightgray;

}

ul.features li.quip2 {

	margin-right: -100px;
	box-shadow: 5px 0 0 0 gray,10px 0 0 0 darkgray,15px 0 0 0 silver,20px 0 0 0 lightgray;

}

ul.features li.quip3 {

	margin-left: -50px;
	box-shadow: -5px 0 0 0 gray,-10px 0 0 0 darkgray,-15px 0 0 0 silver,-20px 0 0 0 lightgray;

}

div.popupCopy {

	font-family: "UbuntuTitlingBold";
	font-size: 130%;
	color: darkgray;

}

div.popupCopy h2 {

	color: black;

}

form#emailForm, form#popupEmailForm {

	background: white;
	text-align: center;
	text-shadow: 2px 2px 2px darkslategray;
	box-shadow: 0 0px 0 5px darkgray,0 -5px 0 5px darkgray,0 -10px 0 5px silver,0 -15px 0 5px lightgray;
	height: 80px;
	width: 340px;
	margin: 100px auto 40px;
	border-radius: 15px;

}

	form#emailForm:focus-within, form#popupEmailForm:focus-within {

		box-shadow: 0 0px 0 5px black,0 -5px 0 5px darkgray,0 -10px 0 5px silver,0 -15px 0 5px lightgray;

		-moz-transition: box-shadow .5s ease;
		-webkit-transition: box-shadow .5s ease;
		-ms-transition: box-shadow .5s ease;
		-o-transition: box-shadow .5s ease;
		transition: box-shadow .5s ease;

	}

input#email, input#popupEmail {

	font-family: "UbuntuTitlingBold";
	font-size: 130%;
	color: darkgray;
	text-align: center;
	width: 338px;
	border-top: 2px solid darkgray;
	height: 24px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-radius: 14px;

}

input#popupEmail {

	width: auto;
	max-width: auto;
	border: 2px solid darkgray;

}

input#name, input#popupName {

	display: inline;
	background: transparent;
	border: none;
	font-size: 130%;
	max-width: 48%;
	height: 24px;
	font-family: "UbuntuTitlingBold";
	text-align: center;
	color: darkgray;

}

input#popupName {

	border-radius: 14px;
	width: auto;
	max-width: 100%;
	border: 2px solid darkgray;
	height: 23px;

}

	input#name:focus-within, input#popupName:focus-within, input#email:focus-within, input#popupEmail:focus-within {
	
		color: tomato;
		
		-moz-transition: color .5s ease;
		-webkit-transition: color .5s ease;
		-ms-transition: color .5s ease;
		-o-transition: color .5s ease;
		transition: color .5s ease;
	
	}

label#email-error {

	margin: 40px 0 0 125px;
	position: absolute;
	background: white;

}

input#submit, input#popupSubmit {

	font-family: "UbuntuTitlingBold";
	color: silver;
	font-size: 152%;
	background: darkgray;
	border: 2px solid darkgray;
	height: 28px;
	width: 30%;
	border-radius: 14px;

}

input#popupSubmit {

	margin: 30px 0 0 0;

}

	input#submit:focus-within, input#popupSubmit:focus-within {
	
		border: 2px solid black;
		
		-moz-transition: color .5s ease;
		-webkit-transition: color .5s ease;
		-ms-transition: color .5s ease;
		-o-transition: color .5s ease;
		transition: color .5s ease;
	}

 	input#submit:hover, input#popupSubmit:hover {
	
		background: tomato;
		color: black;
		text-shadow: 2px 2px 2px darkslategray;
		border: solid black;
		
		-moz-transition: background .5s ease, color .5s ease, text-shadow .5s ease, border .5s ease;
		-webkit-transition: background .5s ease, color .5s ease, text-shadow .5s ease, border .5s ease;
		-ms-transition: background .5s ease, color .5s ease, text-shadow .5s ease, border .5s ease;
		-o-transition: background .5s ease, color .5s ease, text-shadow .5s ease, border .5s ease;
		transition: background .5s ease, color .5s ease, text-shadow .5s ease, border .5s ease;
	
	}
	
	
	
a#popupButton {

	font-family: "UbuntuTitlingBold";
	font-size: 30px;
	color: white;
	background: darkgray;
	border-radius: 14px;
	display: block;
	margin: 10px;
	padding: 10px;

}

 	a#popupButton:hover, a#popupButton:hover {
	
		background: tomato;
		
		-moz-transition: background .5s ease, color .5s ease, text-shadow .5s ease;
		-webkit-transition: background .5s ease, color .5s ease, text-shadow .5s ease;
		-ms-transition: background .5s ease, color .5s ease, text-shadow .5s ease;
		-o-transition: background .5s ease, color .5s ease, text-shadow .5s ease;
		transition: background .5s ease, color .5s ease, text-shadow .5s ease;
	
	}

	
h1#popupTitle {

	color: white;
	text-shadow: black 4px 4px 4px;
	margin: -50px 0 auto;

}
	

div#result {

	margin: 0px 0px 30px 50px;
	color: tomato;

}

div#popupResult {

	color: tomato;

}
	
	
a#StartLink {

	font-family: "UbuntuTitlingBold";
	color: white;
	font-size: 40px;
	background: silver;
	text-shadow: 0px 2px 1px steelblue;
	padding: 10px 40px 5px;
	border-radius: 18px;
	border: 2px outset buttonface;
	cursor: auto;

}

 	a#StartLink:hover {
	
		background: skyblue;
		
		-moz-transition: background .5s ease;
		-webkit-transition: background .5s ease;
		-ms-transition: background .5s ease;
		-o-transition: background .5s ease;
		transition: background .5s ease;
	
	}

a.citation {

	font-size: 10px;
	font-family: monospace;
	font-style: italic;
	color: silver;

}

span.upside {

	color: chartreuse;
	text-shadow: 1px 1px 3px tomato;

}

a, a:visited {
	color: black;
}
a:hover, a:active {
	color: gray;
}

a.more {
	position: absolute;
	margin: -6px 0px;
	background: white;
	padding: 10px 15px 5px;
	border-bottom-right-radius: 18px;
	border-top-left-radius: 18px;
	z-index: 1;
}

div.whiteout-left {

	height: 120%;
	position: fixed;
	width: 0px;
	z-index: 3;
	background: white;
	right: -25px;
	top: -25px;
	box-shadow: 0 0 0 5px lightskyblue,0 0 0 10px darkgray,0 0 0 15px silver,0 0 0 20px lightgray,0 0 0 25px whitesmoke;

}


.tint {

	background: whitesmoke;

}

/************ Logo ************/

div.logo {

	width: 400px;
	float: right;
	margin: 30px auto;

}

div#q {
	font-family: 'UbuntuTitlingBold';
	font-size: 3em;
	color: black;
	text-align: center;
	text-shadow: 2px 2px 2px darkslategray;
	box-shadow: 0 0px 0 5px black,0 5px 0 5px darkgray,0 10px 0 5px silver,0 15px 0 5px lightgray;
	height: 80px;
	width: 340px;
	margin: 50px auto;
	border-radius: 15px;
	background: tomato;
}

div#q span{

	font-size: 80%;

}

div#menu {
	font-family: 'UbuntuTitlingBold';
}

div#menuButton {
	font-family: 'UbuntuTitlingBold';
	font-size: 3em;
	color: silver;
	text-align: center;
	text-shadow: 2px 2px 2px darkslategray;
	box-shadow: 0 0px 0 5px black,0 5px 0 5px darkgray,0 10px 0 5px silver,0 15px 0 5px lightgray;
	height: 80px;
	width: 90px;
	margin: 10px;
	border-radius: 15px;
	background: whitesmoke;
	scale: 80%;
}

div#menuButton span{

	font-size: 80%;

}

ul#menu {
	display: none;
	background: white;
	min-width: fit-content;
	border-radius: 15px;
	padding: 20px;
}

div#menu:hover div#menuButton {
	background: tomato;
	color: black;
}

div#menu:hover ul#menu {display: block;}

div#id::before,
div#id::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -65px;
	top: 19px;
	display: block;
	width: 39px;
	height: 0px;
	border: 25px solid skyblue;
	border-right: 20px solid white;
	border-bottom-color: skyblue;
	border-left-color: transparent;
	transform: rotate(5deg);
}

div#id::after {
	left: auto;
	right: -60px;
	border-left: 25px solid white;
	border-right: 29px solid transparent;
	transform: rotate(5deg);
	top: 24px;
	width: 30px;
}


/************ Story subpage styles ************/

div.whiteout-right {

	height: 120%;
	position: fixed;
	width: 0px;
	z-index: 3;
	background: white;
	left: -25px;
	top: -25px;
	box-shadow: 0 0 0 5px lightskyblue,0 0 0 10px darkgray,0 0 0 15px silver,0 0 0 20px lightgray,0 0 0 25px whitesmoke;
}

div.whiteout-right span {

	left: 350px;
	float: right;
	top: 40%;
	position: relative;
	cursor: vertical-text;
	color: whitesmoke;
	font-family: "UbuntuTitlingBold";
	font-size: 4.5em;
	letter-spacing: 1px;
	white-space: nowrap;
	text-shadow: -2px 1px 1px silver;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);

}

div.story-head {

	width: 100%;
	max-width: 1200px;
	height: 300px;
	overflow: hidden;
	top: 0px;
	background: gray;
	margin: 25px auto;
	border-radius: 8px;
	box-shadow: 0 0 0 5px lightskyblue,0 0 0 10px darkgray,0 0 0 15px silver,0 0 0 20px lightgray,0 0 0 25px whitesmoke;

}

div.story-head img {

	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: .3;

}

div.story-head img:hover {

	opacity: 1;

}

div.story-main {

	width: 100%;
	max-width: 1200px;
	margin: 45px auto;
	background-color: whitesmoke;
	border-radius: 8px;
	box-shadow: 0 0 0 5px lightskyblue,0 0 0 10px darkgray,0 0 0 15px silver,0 0 0 20px lightgray,0 0 0 25px whitesmoke;

}

div.story-main div {

	font-family: "UbuntuTitlingBold";
	font-size: 1.4em;
	color: #666;
	padding: 30px;

}

div.story-main h1 {

	font-size: 8em;
	margin: 30px 10px 0;
	font-family: "UbuntuTitlingBold";
	color: gray;
	text-align: center;
	text-shadow: 5px 5px 5px lightgray;

}

div.story-main a {

	color: lightskyblue;
	text-shadow: 0px 2px 1px steelblue;
	
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;

}

div.story-main a:hover {

	color: gray;

}