@font-face {
    font-family: 'Aften Screen';
    src: url('../type/aften_screen_bold.eot');
    src: url('../type/aften_screen_bold.eot?#iefix') format('embedded-opentype'),
         url('../type/aften_screen_bold.woff') format('woff'),
         url('../type/aften_screen_bold.ttf') format('truetype'),
         url('../type/aften_screen_bold.svg#aften_screenbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Aften Screen';
    src: url('../type/aften_screen_italic.eot');
    src: url('../type/aften_screen_italic.eot?#iefix') format('embedded-opentype'),
         url('../type/aften_screen_italic.woff') format('woff'),
         url('../type/aften_screen_italic.ttf') format('truetype'),
         url('../type/aften_screen_italic.svg#aften_screenitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Aften Screen';
    src: url('../type/aften_screen.eot');
    src: url('../type/aften_screen.eot?#iefix') format('embedded-opentype'),
         url('../type/aften_screen.woff') format('woff'),
         url('../type/aften_screen.ttf') format('truetype'),
         url('../type/aften_screen.svg#aften_screenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Aften Screen SC';
    src: url('../type/aften_screen_sc.eot');
    src: url('../type/aften_screen_sc.eot?#iefix') format('embedded-opentype'),
         url('../type/aften_screen_sc.woff') format('woff'),
         url('../type/aften_screen_sc.ttf') format('truetype'),
         url('../type/aften_screen_sc.svg#aften_screen_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

* { box-sizing: border-box;}
a { text-decoration: none; }

body {
	font-size: 100%;
	background-color: #efeeeb;
	text-align: center;
}
.wrapper {
	position: relative;
	z-index: 5;
}
h1 {
	font-family: 'azo-sans-web', 'ff-basic-gothic-web-pro', lucida grande, verdana, sans-serif;
	font-size: 3em;
	font-weight: 900;
	color: #242424;
	text-rendering: optimizeLegibility;
	line-height: 1;
	margin-top: 0;
}
h1.fact-one {
	margin-top: .75em;
}
h1 a {
	color: inherit;
}
h1 a:hover {
	color: #fff;
}
.bottom-links {
	font-family: 'unibody-8', monospace;
	font-size: .5em;
	font-weight: 500;
	position: relative;
	text-align: center;
	margin: 45px auto;
	padding: 0 20px;
}
.bottom-links p {
	line-height: 1.8;
}
.bottom-links a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: .5em;
}
.bottom-links a:after {
	content: '';
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background-color: transparent;
}
.bottom-links a:hover, .bottom-links a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.bottom-links a:hover:after, .bottom-links a:focus:after {
	background-color: #242424;
	display: block;
}

/* ------------------------------------------------------------
							STORY
---------------------------------------------------------------*/

body.story {
	text-align: left;
	color: #333;
	font-family: "Aften Screen", verdana, sans-serif;
	background-color: #E5E4E1;
}
.story-wrapper {
	max-width: 50em;
	overflow: hidden;
	margin: 0 auto;
	padding: 5em 20px;
	background-color: #fff;
}
h1.first-line {
	font-family: "Aften Screen", verdana, sans-serif;
	font-weight: bold;
	margin-bottom: .25em;
	text-align: center;
	font-size: 2em;
}
.divider {
	color: #333;
	margin: 2em auto;
	text-align: center;
	font-family: "Aften Screen", verdana, sans-serif;
}
article {
	margin: 0 auto;
	background-color: #fff;
	padding: 4em 0 10em;
}
p {
	line-height: 1.6;
	font-size: 1.15em;
	margin: 0;
}
p + p {
	text-indent: 2em;
}
p span.initial-cap {
	font-size: 7em;
	font-family: "vinter-web", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;;
	display: block;
	float: left;
	line-height: .5;
	margin: -56px -4px 2px -6px;
}
p span.caps {
	font-family: "Aften Screen SC", sans-serif;
	text-transform: lowercase;
	letter-spacing: .15em;
	line-height: 1;
}
footer {
	width: 100%;
}
small {
	font-size: .875em;
	color: #888;
	text-align: center;
	padding: 4em 0 6em;
	display: block;
}
small a {
	color: inherit;
	text-decoration: none;
}
small a:hover, small a:focus {
	text-decoration: underline;
}

@media only screen and (min-width:35em) {
	.story-wrapper {
		margin-top: 7em;
		padding: 7em 80px;
	}
}

@media only screen and (min-width:30em) {
	p span.initial-cap {
		font-size: 12.5em;
		margin: -115px -7px 1px -6px;
	}
}
