@font-face {
	font-family: 'Futura';
	src: url('../fonts/futura_medium_bt-webfont.eot');
	src: url('../fonts/futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_medium_bt-webfont.woff') format('woff'),
		 url('../fonts/futura_medium_bt-webfont.ttf') format('truetype'),
		 url('../fonts/futura_medium_bt-webfont.svg#FuturaMdBTMedium') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Futura Light';
	src: url('../fonts/futura_light_bt-webfont.eot');
	src: url('../fonts/futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_light_bt-webfont.woff') format('woff'),
		 url('../fonts/futura_light_bt-webfont.ttf') format('truetype'),
		 url('../fonts/futura_light_bt-webfont.svg#FuturaLtBTLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;

    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
}

html {
	overflow-y: scroll;
	position: relative;
	min-height: 100%;
}

body {
	background: #1d1d1b;
	font-family: 'Futura Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin: 0 0 90px;
	min-width: 320px;
}

h1,
h2 {
	font-family: 'Times New Roman', Times, serif;
	text-transform: lowercase;
	font-size: 36px;
	font-weight: normal;
	color: #9d9d9c;
	margin: 20px 0;
}

h2:after {
	content: ":";
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main-nav {
	display: block;
	/* height: 460px; */
	width: 750px;
	margin: 0 auto;
	padding: 60px 20px 0;
	position: relative;
}

.main-nav li {
	opacity: 0;
	display: inline;
	list-style: none;
	margin: 0 1px;

	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
		 -o-transition: opacity 0.3s;
			transition: opacity 0.3s;
}

.no-js .main-nav li,
.main-nav .visible {
	opacity: 1;
}

.main-nav a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 155px;
	/* color: #575656; */
	color: #686868;
	text-transform: lowercase;

	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
		 -o-transition: color 0.3s;
			transition: color 0.3s;
}

.logo {
	position: relative;
}

.logo a {
	font-family: 'Futura', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.logo span {
	font-size: 31px;
	letter-spacing: 0.2px;
	white-space: nowrap;
	text-transform: none;

	position: absolute;
	/* top: 360px;
	left: 178px; */
	top: 120%;
	left: 12px;
	z-index: 1;
}

.current a,
.main-nav a:hover,
.main-nav a:active {
	/* color: #9d9d9c; */
	color: #c8c8c8;
	text-decoration: none;
}

.intro {
	margin: 0 auto;
	max-width: 710px;
	padding: 0 20px;
	font-size: 16px;
}

.no-js .intro h1 {
	font-size: 46px;
}

.no-js .intro p {
	display: none;
}

.content {
	margin: 0 auto;
	max-width: 670px;
	padding: 0 20px;
}

.content section {
	display: none;
}

.no-js .content section {
	display: block;
}

.content a,
p {
	display: block;
	color: #fff;
	line-height: 22px;
}

.page-footer {
    height: 30px;
	width: 100%;
	text-align: left;

    position: absolute;
    left: 0;
    bottom: 0;
}

.page-footer span {
	margin: 0 0 0 15px;
}

.email {
	background: url(../images/mail.png) no-repeat 0 2px;
	padding: 0 0 0 24px;
	color: #fff;
}

.attribution {
	float: right;
	margin: 0 15px;
	color: #555;
	font-size: 12px;
	line-height: 24px;
}

.page-footer a:hover {
	color: #fff;
}

@media screen and (max-width : 750px) {
	.main-nav {
		width: 710px;
	}

	.main-nav a {
		font-size: 145px;
	}

	.logo span {
		font-size: 29px;
	}

	.page-footer,
	.email {
		font-size: 14px;
	}

	.email {
		background-position: 0 0;
	}

	.attribution {
		line-height: 14px;
	}
}

@media screen and (max-width : 710px) {
	.main-nav {
		width: 600px;
	}

	.main-nav a {
		font-size: 120px;
	}

	.logo span {
		left: 9px;
		font-size: 24.5px;
	}
}

@media screen and (max-width : 710px) {
	body {
		margin-bottom: 110px;
	}

	.page-footer {
		height: 50px;
	}

	.page-footer span {
		display:block;
		margin-bottom: 10px;
	}

	.attribution {
		float: none;
	}
}

@media screen and (max-width : 600px) {
	.main-nav {
		width: 500px;
	}

	.main-nav a {
		font-size: 95px;
	}

	.logo span {
		left: 7px;
		font-size: 19.5px;
	}
}

@media screen and (max-width : 500px) {
	.main-nav {
		width: 320px;
	}

	.main-nav a {
		font-size: 102px;
	}
}

@media screen and (max-width : 400px) {
	.page-footer span {
		float: left;
		font-size: 0;
		color: #1d1d1b;
	}

	.attribution {
		float: right;
	}
}

@media screen and (max-width : 350px) {
	.page-footer span {
		float: none;
	}

	.attribution {
		float: none;
	}
}

@media print {
	.main-nav {
		width: 710px;
	}

	.main-nav a {
		font-size: 145px;
	}

	.logo span {
		font-size: 29px;
	}

	.email {
		background: none;
		margin: 0;
		padding: 0;
	}
}