/* reset */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*
 * black: #001122;
 * red: #CC2222;
 * blue: #354C75;
 * Body Font
 *     font-family: 'Noto Serif', serif;
 * Header Font
 *     font-family: 'Roboto Condensed', sans-serif;
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Serif', serif;
}

h1, h2, h3, nav ul li a, sup a {
	font-family: 'Roboto Condensed', sans-serif;
}

#head {
	height: 760px;
	background: #000;
	margin: 0;
	padding: 0;
}

p, h2, nav, body.down .topnav-contents, .addthis_inline_share_toolbox {
	max-width: 660px;
	margin: 25px auto;
	padding: 0 25px;
}

blockquote, figure.right {
	font-family: 'Roboto Condensed', sans-serif;
	background: #efefef;
	color: #012;
	font-size: 18px;
	line-height: 24px;
	padding: 25px;
	max-width: 300px;
	float: right;
	margin: 20px;
}

figure.right {
	padding: 0;
}

figcaption {
	font-style: italic;
}

#head #innerhead {
	height: 760px;
	margin: 0 auto;
	padding: 50px 10px;
	width: 280px;
	background: #fff;
	transform: skew(32deg);
}

#head h1 {
	transform: skew(-32deg) rotate(-32deg);
	padding: 25px;
	margin: 0;
}

#head h3 {
	transform: skew(-32deg) rotate(-32deg);
	padding: 10px 25px;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}

h1 em {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: table;
	font-size: 50px;
	line-height: 50px;
}

#head #lenfestlink img {
	padding: 0 25px 25px 25px;
	width: 230px;
	transform: skew(-32deg) rotate(-32deg);
}

nav {
	z-index: 1000;
	padding: 25px;
}

nav ul {
	margin: 25px auto;
}

nav #backtotop {
	display: none;
}

div.topnav #backtotop {
	float: right;
	display: block;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: solid 1px #fff;
	padding: 4px;
}

div.topnav #backtotop:hover {
	color: yellow;
	text-decoration: none;
	border-color: yellow;
}


div.topnav {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
}

body.down div.topnav {
	transform: translateY(0);
	margin: 0;
	padding: 0;
	background: #000;
}

body.down div.topnav h3 {
	color: #fff;
}

body.down div.topnav em {
	font-size: 24px;
	line-height: 24px;
}

div.topnav ol, div.topnav h2 {
	display: none;
}

nav h2 {
	margin: 0 auto;
	padding: 25px 0 0 0;
}

nav ul {
	background: #efefef;
	padding: 25px;
	list-style: none;
}

nav ul li a {
	font-size: 18px;
	line-height: 32px;
}

p {
	font-size: 1.15em;
	line-height: 1.6em;
	color: #001122;
}

h2 {
	color: #001122;
	font-size: 2.5em;
}


sup { line-height: 0; font-size: 75%; }

a {
	color: #354C75;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup a {
	font-size: 11px;
}

figure {
	max-width: 760px;
	margin: 0 auto;
}

figure .inner {
	margin: 0 auto;
	text-align: center;
}

img.headshot {
	width: 100%;
	max-width: 320px;
}

@media only screen and (max-width: 600px) {

	h1 {
		font-size: 24px;
		line-height: 24px;
	}

	h1 em {
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: -1px;
		display: table;
		font-size: 38px;
		line-height: 38px;
	}

	#head {
		height: 500px;
		background: #000;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#head #innerhead {
		height: 500px;
		margin: 0 auto;
		padding: 50px 10px;
		width: 200px;
		background: #fff;
		transform: skew(15deg);
	}

	#head h1 {
		transform: skew(-15deg) rotate(-15deg);
		padding: 25px;
		margin: 0;
	}

	#head h3 {
		transform: skew(-15deg) rotate(-15deg);
		padding: 10px 25px;
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	#head #lenfestlink img {
		padding: 0 25px 25px 10px;
		width: 180px;
		transform: skew(-15deg) rotate(-15deg);
	}

	blockquote, figure.right {
		width: 100%;
		float: none;
		max-width: 100%;
		margin: 20px 0;
	}
}
