/* -----------------------------------------------

	General

------------------------------------------------ */

* {
	outline: none;
}

.wrap {
	/* width: 90%; */
	margin: 0 auto;
	max-width: 1000px;
}

.row {
	width: 90%;
}

.hero .version {
	font-variant: small-caps;
	font-size: small;
}

.info {
	background-color: #f3b789;
	text-align: center;
	/* display: none;*/
}

body {
	background-color: rgba(150, 150, 150, .2)/* #e6e5df */
	;
}

#the-parts blockquote p {
	color: #555;
}

p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.2rem;
}

h1 {
	margin-top: 0;
	margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.title h4 {
	margin-top: 0.7rem;
}

.title h5 {
	margin-top: 1rem;
}

a {
	color: black;
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

a:hover {
	color: grey;
}

.contactFooter {
	text-align: center;
	padding: 2rem 0 1rem;
	font-size: 1rem;
}

.contactFooter.menu a {
	padding: 0.5rem;

}



/* -----------------------------------------------

	Illustration Styling

------------------------------------------------ */

img.half {
	display: block;
	margin: 1rem auto;
	width: 60%;
}

img.quarter {
	display: block;
	margin: 1rem auto;
	width: 75%;
}

@media screen and (max-width: 39.94em) {
	img.half {
		width: 100%;
	}
	img.quarter {
		width: 100%;
	}
}


/* -----------------------------------------------

	NAVIGATION

------------------------------------------------ */

.off-canvas img {
	left: -15px;
	padding: 15px;
	max-height: 80px;
}

.sidebar-controls {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 10001;
	padding: 15px;
}

.menu-icon {
	color: black;
}

.off-canvas {
	background-color: black;
	padding-top: 15px;
}

.off-canvas a {
	display: inline-block;
	color: white;
	text-decoration: none;
	line-height: 2;
}

.off-canvas .offc {
	display: block;
}




/* -----------------------------------------------

	MENUS

------------------------------------------------ */


.menu a {
	text-decoration: none;
	color: inherit;
	transition-property: color, back;
	transition-duration: 0.2s;
}

.menu a:hover {
	background-color: rgba(200, 200, 200, 1);
	color: black;
}

.menu a:active {
	background-color: rgba(200, 200, 200, 1);
	color: black;
}

[data-magellan] a {
	color: #333;
}

[data-magellan] a.active, [data-magellan] a.active:focus {
	background: #333;
	color: #fff;
}

.vocab-intro-page a {
	padding: auto 3px;
}

nav .button {
	background-color: white;
	border: 1px dotted #000;
	transition: border-style 0.25s ease;
	color: black;
}

nav a {
	text-decoration: none;
}

nav .button:hover {
	background-color: white;
	border: 1px solid #000;
	color: black;
}

.off-canvas {
	background-color: black;
	padding-top: 15px;
}

	.off-canvas a {
	display: inline-block;
	color: white;
	text-decoration: none;
	line-height: 2;
}

#MobileMenu a {
	display: block;
	padding: 6px;
}

#MobileMenu ul > a:hover {
	background-color: rgba(255,255,255, 0.2);
	color: white;
	text-decoration: none;
	line-height: 2;
}

#MobileMenu .active > a {
	background-color: rgba(255,255,255, 0.2	);
	color: white;
}



/* -----------------------------------------------

	SIDE BAR MENUS

------------------------------------------------ */

.sidebar {
	font-size: 1rem;
}

.sub-nav {
	z-index: 2;
}

nav.sticky {
	padding-top: 1rem;
}

.menu > li > a {
    padding: 0.5rem 1rem;
		line-height: 1.3;
	}


@media screen and (max-width: 39.9375em) {
	.reading {
		display: none;
	}
}

.height-buffer {
	height: 4.4rem;
}

.vocab-menu img {
	max-width: 13px;
}

.vocab-menu li li {
	padding-left: 14px;
}

.vocab-menu .active>a {
	background-color: rgba(200, 200, 200, 1);
	color: black;
}


/* -----------------------------------------------

	HERO

------------------------------------------------ */


/*  Hero image made with: http://heytiny.net/responsive-hero-image/ */
.hero {
    position: relative;
    overflow: hidden;
		background-image: url("../img/DanielShea-IdaCBenedetto-Crematory.jpg");
    background: url() no-repeat scroll 50% 50%;
    background-size: 100% auto;
    max-height: 420px;
		color: white;
	}

.hero .dummy {
    padding-top: 57.5%;
}

/*
.hero {
	background-color: #999;
	padding: 120px 0 680px;
	height: auto;
	background-image: url("../img/DanielShea-IdaCBenedetto-Crematory.jpg");
	background-size: 100%;
	z-index: 100;
	position: relative;
}
*/
.hero h1 {
    font-size: 4rem;
    margin-bottom: 0;
}

.hero h2 {
	font-size: 2rem;
}

.hero nav {
	padding-top: 45px;
	overflow: hidden;
	position: relative;
	width: 100%;
}


/*
.hero section {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;

	color: white;
	padding: 6px 24px;
}
*/

figcaption.home {

	/* background-color: rgba(10, 10, 10, 0.3); */
	color: #fefefe;
	background-color: white;
	padding: 3px;
	text-align: right;
	font-size: 0.8rem;
	color: rgba(0,0,0,0.8)
}

.headline {
	padding: 120px 0 40px;
	background-color: white;
}

.headline .large {
	font-size: 2.4rem;
	padding-bottom: 2rem;
}

.headline .row {
	width: 90%;
}


/* -----------------------------------------------

	VOCAB INTRO PAGE

------------------------------------------------ */

.main {
	padding: 40px 0 0;
}

.vocab-intro-page .column-block {
	margin-bottom: 2.875rem;
}

.vocab-intro-page img {
	width: 250px;
}

.vocab-intro-page h1 {
	text-align: center;
}

.vocab-intro-page h2 {
	margin-top: 0.5rem;
}

.vocab-intro-grid {
	text-align: center;
	padding: 1.4em 0;
	margin-right: 0;
	display: inline-block;
}

.vocab {
	display: inline-block;
}

.vocab:hover {
	background-color: rgba(200, 200, 200, 1);
}

.vocab-options a {
	padding: .5rem .7rem;
}


/* -----------------------------------------------

	The Adventure / Designing Dangerously Page

------------------------------------------------ */

#adventure .main {
	background-color: rgb(20, 20, 20);
	color: white;
}

#adventure .main a {
	color: white;
}

#adventure .main a:hover {
	color: rgba(255, 255, 255, 0.7);
}

#adventure .sidebar a {
	color: white;
}

#adventure .sidebar a:hover {
	color: black;
}

[data-magellan] a {
	color: #333;
}

[data-magellan] a.active, [data-magellan] a.active:focus {
	background: #333;
	color: #fff;
}

#adventure .menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}

#adventure .menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: '';
}

#adventure .menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}


}
#adventure .menu a {
	color: white;
}


/* -----------------------------------------------

	Creating Patterns Page

------------------------------------------------ */
table.patterns {
	font-size: 75%;
}


/* -----------------------------------------------

	About Page

------------------------------------------------ */
.orbit-caption {
	padding: .5rem;
	font-size: small;
	text-align: right;
}
.orbit {
	z-index: 10;
}


/* -----------------------------------------------------

	Feedback Forms

------------------------------------------------ */
input {
	border-radius: 3px;
	background-color: none;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
	border: none;
	resize: none;
	font: inherit;
	font-size: 0.875rem;
	font-weight: normal;
	padding: 1.3rem;
}
input[type='email'], textarea {
	background-color: transparent;
	color: inherit;
}
input[type='email']:focus, textarea:focus {
	background-color: transparent;
	color: inherit;
}
input[type='email']:active, textarea:active {
	background-color: transparent;
	color: inherit;
}
#feedback label {
	font-size: 1rem;
	color: #767676;
}
#feedback label a {
	color: #767676;
}
#feedback label a:hover {
	color: black;
}

#feedback  #signup {
	font-size: 1.2rem;
	color: #767676;
}

#adventure #feedback label a {
	color: #767676;
}
#adventure #feedback label a:hover {
	color: white;
}
#thankyou, #form_error {
	font-size: 1.2rem;
	color: #767676;
	text-align: right;
}
.submit {
	border-radius: 3px;
	border: 0;
	padding: .8rem 2.2rem;
	font-weight: bold;
	float: right;
	margin: 0 .2rem 2rem 0;
	color: white;
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: inherit;
}
.next-button {
	display: block;
	text-align: right;
	padding: 2rem 0 5rem;
}
.next-button.home {
	margin: 40px 0 40px;
}
.next-button li {
	float: right;
	clear: left;
}


/* ------------------------------------------------

	TYPOGRAPHY

------------------------------------------------ */

.liberation-serif {
	font-family: "Liberation Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
	;
}
.pt-sans {
	font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
	font-size: 0.918em;
}
.springsteel {
	font-family: "Springsteel", "Gill Sans", "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 0.918em;
}
.liberation-mono {
	font-family: "Liberation Mono", Menlo, Courier New, Courier, Mono, monospace;
	font-size: 0.869em;
}
@font-face {
	font-family: 'Liberation Serif';
	src: url('/fonts/LiberationSerif-Bold-webfont.eot');
	src: local('☺'), url('/fonts/LiberationSerif-Bold-webfont.woff') format('woff'), url('/fonts/LiberationSerif-Bold-webfont.ttf') format('truetype'), url('/fonts/LiberationSerif-Bold-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Liberation Serif';
	src: url('/fonts/LiberationSerif-BoldItalic-webfont.eot');
	src: local('☺'), url('/fonts/LiberationSerif-BoldItalic-webfont.woff') format('woff'), url('/fonts/LiberationSerif-BoldItalic-webfont.ttf') format('truetype'), url('/fonts/LiberationSerif-BoldItalic-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Liberation Serif';
	src: url('/fonts/LiberationSerif-Italic-webfont.eot');
	src: local('☺'), url('/fonts/LiberationSerif-Italic-webfont.woff') format('woff'), url('/fonts/LiberationSerif-Italic-webfont.ttf') format('truetype'), url('/fonts/LiberationSerif-Italic-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Liberation Serif';
	src: url('/fonts/LiberationSerif-Regular-webfont.eot');
	src: local('☺'), url('/fonts/LiberationSerif-Regular-webfont.woff') format('woff'), url('/fonts/LiberationSerif-Regular-webfont.ttf') format('truetype'), url('/fonts/LiberationSerif-Regular-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/fonts/PTS75F-webfont.eot');
	src: local('☺'), url('/fonts/PTS75F-webfont.woff') format('woff'), url('/fonts/PTS75F-webfont.ttf') format('truetype'), url('/fonts/PTS75F-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/fonts/PTS76F-webfont.eot');
	src: local('☺'), url('/fonts/PTS76F-webfont.woff') format('woff'), url('/fonts/PTS76F-webfont.ttf') format('truetype'), url('/fonts/PTS76F-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/fonts/PTS56F-webfont.eot');
	src: local('☺'), url('/fonts/PTS56F-webfont.woff') format('woff'), url('/fonts/PTS56F-webfont.ttf') format('truetype'), url('/fonts/PTS56F-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/fonts/PTS55F-webfont.eot');
	src: local('☺'), url('/fonts/PTS55F-webfont.woff') format('woff'), url('/fonts/PTS55F-webfont.ttf') format('truetype'), url('/fonts/PTS55F-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Springsteel';
	src: url('/fonts/springsteel-lig-webfont.eot');
	src: local('☺'), url('/fonts/springsteel-lig-webfont.woff') format('woff'), url('/fonts/springsteel-lig-webfont.ttf') format('truetype'), url('/fonts/springsteel-lig-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Springsteel';
	src: url('/fonts/springsteel-lig-ita-webfont.eot');
	src: local('☺'), url('/fonts/springsteel-lig-ita-webfont.woff') format('woff'), url('/fonts/springsteel-lig-ita-webfont.ttf') format('truetype'), url('/fonts/springsteel-lig-ita-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Liberation Mono';
	src: url('/fonts/LiberationMono-Bold-webfont.eot');
	src: local('☺'), url('/fonts/LiberationMono-Bold-webfont.woff') format('woff'), url('/fonts/LiberationMono-Bold-webfont.ttf') format('truetype'), url('/fonts/LiberationMono-Bold-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Liberation Mono';
	src: url('/fonts/LiberationMono-BoldItalic-webfont.eot');
	src: local('☺'), url('/fonts/LiberationMono-BoldItalic-webfont.woff') format('woff'), url('/fonts/LiberationMono-BoldItalic-webfont.ttf') format('truetype'), url('/fonts/LiberationMono-BoldItalic-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Liberation Mono';
	src: url('/fonts/LiberationMono-Italic-webfont.eot');
	src: local('☺'), url('/fonts/LiberationMono-Italic-webfont.woff') format('woff'), url('/fonts/LiberationMono-Italic-webfont.ttf') format('truetype'), url('/fonts/LiberationMono-Italic-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Liberation Mono';
	src: url('/fonts/LiberationMono-Regular-webfont.eot');
	src: local('☺'), url('/fonts/LiberationMono-Regular-webfont.woff') format('woff'), url('/fonts/LiberationMono-Regular-webfont.ttf') format('truetype'), url('/fonts/LiberationMono-Regular-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: 400;
	font-style: normal;
}
body {
	--x-height-multiplier: 0.35;
	--baseline-multiplier: 0.179;
	font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: .01rem;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: -.003em;
	color: #333;
}
h1, h2, h3, h4, h5, figcaption {
	font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
}
body {
	font-family: "Liberation Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
	color: black;
}
.menu {
	font-family: "Springsteel", "Gill Sans", "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}


/* -----------------------------------------------

	MEDIA QUERIES

------------------------------------------------ */

@media (max-width: 39.9375em) {
	.nav-desktop {
		display: none;
	}

	.vocab-menu-full {
		display: none;
	}

	.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
		border-color: #000 transparent transparent;
	}

	.hero {
		background-color: #999;
		padding: 90px 0 10px;
		height: auto;
		background-image: url("../img/DanielShea-IdaCBenedetto-CrematorySM.jpg");
		background-size: 140%;
	}

	.hero .dummy {
    padding-top: 7.5%;
}

	.hero section {
		background-color: rgba(0, 0, 0, 0.0);
		color: white;
		display: inline-block;
		padding: 6px 24px;
		z-index: 1;
	}

	figcaption.home {
		font-size: 0.5rem;
	}

	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.7rem;
	}

	h3 {
		font-size: 1.4rem;
	}

	h4 {
		font-size: 1.2rem;
	}

	h5 {
		font-size: 1.1rem;
	}

	h6 {
		font-size: 1rem;
	}

	.headline {
		font-size: 1.6rem;
		padding: 100px 0 120px;
		background-color: white;
	}

	.headline p:first-child {
		font-size: 2rem;
	}

	.headline {
		padding: 50px 0;
	}

	.headline .large {
		font-size: 1.6rem;
		padding-bottom: 1.2rem;
	}

	table thead {
		font-size: 60%;
	}

	table tbody {
		font-size: 60%;
	}

	.show-for-small-only .menu {
		font-size: 75%;
		font-weight: bold;
		padding-bottom: 15px;
	}

	.show-for-small-only .menu>li>a {
		padding: 0.7rem .5rem;
		line-height: 1rem
	}

	.menu-icon.dark::after, #adventure .menu-icon.dark {
		left: -3px;
		width: 72%;
	}

	#adventure .menu-icon.dark {
		left: -3px;
		width: 150%;
	}

	.hero h1 {
		font-size: 2rem;
		font-weight: bold;
	}
	/* Vocab Index page */

	.vocab-intro-page img {
		width: 70%;
	}

	.vocab-intro-grid .column-block {
		margin-bottom: 3.25rem;
	}
}
@media screen and (min-width: 39.94em) and (max-width: 63.9375em) {
	.hero {
		background-color: #999;
		padding: 320px 0 280px;
		height: auto;
		background-image: url("../img/DanielShea-IdaCBenedetto-Crematory.jpg");
		background-size: 110%;
	}

	.headline .large {
		font-size: 2.0rem;
		padding-bottom: 2rem;
	}
}
@media screen and (min-width: 64em) and (max-width: 80.999em) {
	.hero {
		background-color: #999;
		padding: 500px 0 240px;
		height: auto;
		background-image: url("../img/DanielShea-IdaCBenedetto-Crematory.jpg");
		background-size: 100%;
	}
}
@media screen and (min-width: 81em) and (max-width: 90.062em) {
	.hero {
		background-color: #999;
		padding: 560px 0 240px;
		height: auto;
		background-image: url("../img/DanielShea-IdaCBenedetto-Crematory.jpg");
		background-size: 100%;
	}
}
@media only screen and (min-width: 90.063em) {
	.hero {
		background-color: #999;
		padding: 620px 0 240px;
		height: auto;
		background-image: url("../img/DanielShea-IdaCBenedetto-Crematory.jpg");
		background-size: 100%;
		z-index: 100;
	}
}
