/* Eric Meyer's CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END CSS RESET*/

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

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS56F-webfont.eot');
    src: url('../fonts/PTS56F-webfont.eot?#iefix') format('eot'),
         url('../fonts/PTS56F-webfont.woff') format('woff'),
         url('../fonts/PTS56F-webfont.ttf') format('truetype'),
         url('../fonts/PTS56F-webfont.svg#webfontV5YcF68V') format('svg');
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('eot'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#webfontakBUUg6U') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #332d2c;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 1.5em;
}

h1, h2 {
	font-family: "Century Gothic", JosefinSansStdLight, Arial, sans-serif;
	font-size: 50pt;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

div.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fast_nav {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}

.fast_nav li {
	float: left;
	margin-left: 10px;
}

.fast_nav a {
	border: none;
	opacity: 0.8;
}

.fast_nav a:hover {
	opacity: 1;
}

#header a {
	border: none;
}

#content {
	min-width: 960px;
	position: relative;
}

.main_page {
	position: relative;
}

.main_page .logo {
	margin: 50px 0 0 50px;
}

.main_page #content {
	min-height: 470px;
	font-family: "Century Gothic", JosefinSansStdLight, Arial, sans-serif;
	color: #fff;
}

.main_page a {
	color: #fff;
}

.main_page a:hover {
	border-bottom: dotted 1px #f8f5ee;
}

.main_page .bio, .main_page .pictures, .main_page .videos {
	width: 300px;
	margin: 50px 0 0 45px;
}

.main_page .bio h2 {
	font-size: 60pt;
}

.main_page .bio span {
	
	font-size: 16pt;
}

.main_page .pictures span {
	display: block;
	padding-left: 6px;
	font-size: 24pt;
	line-height: 32pt;
}

.main_page .videos h2 {
	margin-left: 12px;
	font-size: 35pt;
}

.main_page .videos span {
	display: block;
	padding-left: 6px;
	font-size: 16pt;
	line-height: 32pt;
}


.main_page .contact a:hover, .main_page .projects a:hover {
	border-color: #1e1712;
}

.main_page .contact h2 {
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-size: 75pt;
}

.main_page .contact a {
	color: #1e1712;
}

.main_page .projects {
	position: absolute;
	bottom: 180px;
	right: 50px;
	text-align: right;
}

.main_page .projects ul {
	margin: 10px 5px 0 0;
	font-size: 15pt;
	color: #1e1712;
}

.main_page .projects li {
	margin-bottom: 10px;
}

.main_page .projects a {
	color: #1e1712;
}

body.videos {
	background: #000;
}

.media_page #content {
	min-width: 100%;
}

.media_page .logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,0.6);
}

.media_page .logo img {
	display: block;
}

.media_page #info {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.media_page #info img {
	display: block;
	opacity: 0.8;
	cursor: pointer;
}

.media_page .text_box {
	width: 300px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 20px;
	background: #000;
	background: rgba(0,0,0,0.6);
	color: #fff;
	z-index: 100;
}

.media_page .text_box h3 {
	margin-bottom: 20px;
	font-family: Georgia, serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
}

.slider {
	overflow: hidden;
}


.slider .picture {
	height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}

.slider .video {
	width: 80%;
	max-width: 853px;
	max-height: 510px;
	display: block;
	position: relative;
	top: 50%;
	margin: -255px auto 0 auto;
}

.slider .next a, .slider .prev a {
	float: right;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	z-index: 100;
}

.slider .next a {
	right: 20px;
}

.slider .prev a {
	float: left;
	left: 20px;
}

.slider .next a img, .slider .prev a img {
	opacity: 0.6;
}

.slider .next a:hover img, .slider .prev a:hover img {
	opacity: 0.8;
}

.slider .next .corner {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.slider .prev .corner {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.slider .next:hover .corner, .slider .prev:hover .corner {
	display: block;
	z-index: 100;
}

.slide {
	display: none;
	width: 100%;
	float: left;
	position: relative;
}

.slide.current {
	display: block;
}

.loading {
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
}

.simple_page {
	background: #fff;
	color: #333;
}

.simple_page #content {
	min-width: 960px;
	float: left;
	padding-top: 107px;
}

.simple_page #content img {
	height: 100%;
	width: auto;
	float: left;
	margin-top: -107px;
}

.simple_page .text {
	float: left;
	width: 360px;
	margin: -107px 40px 0 20px;
}

.simple_page h1 {
	margin: 20px 0 20px -5px;
	font-size: 67px;
}

.simple_page p {
	margin-bottom: 1em;
}

.simple_page .dimensions {
	float: left;
	margin-left: 20px;
	color: #999;
	font-size: 9pt;
}

.simple_page .dimensions span {
	padding-left: 5px;
	color: #333;
}

.simple_page ul.projects {
	font-size: 12pt;
	line-height: 1.3em;
}

.contact_page {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.contact_page div.bg {
	bottom: 0;
}

.contact_page #content {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.contact_page .text_box {
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 20px;
	background: #fff;
	font-size: 12pt;
	line-height: 1.5em;
}

.contact_page h1 {
	font-size: 36pt;
}

.contact_page a {
	color: #333;
}

.contact_page a:hover {
	text-decoration: underline;
}

.contact_page em {
	color: #333;
	font-style: normal;
}

.contact_page ul.contact {
	padding-top: 20px;
	color: #999;
}

.contact_page li.facebook {
	margin-top: 8px;
}

.contact_page a.logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.contact_page .fast_nav {
	top: auto;
	bottom: 20px;
	left: 20px;
}

.contact_page .fast_nav li {
	margin: 0 10px 0 0;
}

#contents {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	padding-top: 50px;
	background: #fff;
	z-index: 100;
}

#contents h2 {
	width: 600px;
	margin: auto;
}

#contents ul {
	width: 600px;
	margin: auto;
	padding-top: 50px;
	font-size: 24pt;
	line-height: 1.6em;
}

#contents li {
	border-bottom: dotted 1px #666;
}

#contents a {
	display: block;
	color: #666;
}

#contents a:hover {
	color: #cd1d1d;
	text-decoration: none;
}

#contents .number {
	float: right;
	font-style: italic;
}

#hide_contents {
	position: absolute;
	top: 20px;
	right: 20px;
}

#hide_contents img {
	opacity: 0.8;
}

#hide_contents:hover img {
	opacity: 1;
}