@import "css/normalize.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i');

* {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #111;
	line-height: 150%;
}

html, body {
	width: 100%;
	/* height: 100%; */
}

body {
	background: #FBFBFB;
	color: #111;
	/* padding: 20px; */
	margin: 250px auto 250px auto;
	width: 1267px;
	font-size: 120%;
	/* overflow: hidden; */
}

a {
	color: #666;
}

a:hover {
	color: #000;
}

b, b i, i b, b a{
	font-weight: 400;
}
b a{
	color: #333;
}
header {
	position: fixed;
	background: #FBFBFB;
	z-index: 10;
	width: 1267px;
	top: 0;
	padding-top: 40px;
}

header h1 {
	margin: 20px 0;
	padding: 0;
}

header h1 a img {
	width: 100%;
	height: auto;
}

header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

header nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
}
header nav ul li::before{
	content: "> ";
}
header nav ul li b{
	color: #111;
	font-weight: 300;
}

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

section {
	margin-bottom: 60px;
}

section h1 {
	font-weight: 300;
	color: #999;
	font-size: 300%;
}

section article h1, section section h1, h2{
	font-weight: 300;
	color: #333;
	font-size: 250%;
}
article h2{
	font-weight: 300;
	color: #333;
	font-size: 120%;
}

section.works article h1 {
	display: inline;
	padding-right: 20px;
}

section article {
	margin-bottom: 60px;
}

span.more{
	display: inline;
}

ul.sub-menu{
	list-style: none;
	padding: 0;
}
ul.sub-menu li{
	display: inline;
	padding-right: 10px;
}
ul.sub-menu li b{
	color: #111;
	font-weight: 300;
}
ul.sub-menu li::before{
	content: ">> ";
}

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

p {
	font-weight: 300;
}

p i {
	/* font-weight: 300; */
}

iframe {
	clear: both;
	display: block;
	/* width: 100%;
	height: auto; */
	width: 560px;
	height: 315px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	padding-right: 20px;
}

td.nowrap {
	white-space: nowrap;
}

table.chrono {
	display: table;
	font-size: 80%;
}

ul.chrono {
	list-style: none;
	padding-left: 0;
	/* font-size: 90%; */
	line-height: 120%;
	display: none;
}

ul.chrono li {
	line-height: 120%;
	margin-bottom: 10px;
}

ul.chrono ul {
	list-style: none;
	padding-left: 10px;
}

article img {
	/* width: 100%;
	height: auto; */
	width: 560px;
	height: auto;
}

article div.gallery {
	width: 100%;
	height: auto;
}

/* ----------- CANVAS ----------- */

aside.works-list {
	display: none;
}

aside.works-list ul {
	list-style: none;
	padding: 0;
	font-size: 80%;
	line-height: 100%;
}

aside.works-list ul li {
	margin: 10px 0;
}

aside.works-list a {
	text-decoration: none;
	font-weight: 400;
}

#short-bio img{
	width:270px;
	height:auto;
	float:left;
	padding: 0 10px 10px 0;
}

.gallery-container img{
	width: 32%;
}

/* ----------- CANVAS ----------- */

#canvasWrap {
	position: fixed;
	top: 50%;
	margin-top: -200px;
	background: tansparent;
	left: 0px;
	z-index: -1;
	height: 400px;
	width: 100%;
}

#canvasWrap canvas {
	position: relative;
	z-index: 10;
}

/* ----------- INDEX ----------- */

body#index {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
}
body#index img{
	width: 80%;
	max-width:488px;
	height:auto;
}

body#index div{
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 10;
}


@media only screen and (max-width: 1500px) {
	body {
		width: 90%;
	}
	header{
		width: 90%;
	}
	section h1 {
		font-size: 200%;
	}
	section article h1, section section h1, h2{
		font-size: 200%;
	}
}
@media only screen and (max-width: 900px) {
	table.chrono {
		display: none;
	}
	ul.chrono {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	body {
		margin: 170px auto 100px auto;
	}
	header h1 {
		margin: 0;
		padding: 0;
	}
	header nav ul li, ul.sub-menu li {
		font-size: 90%;
	}
	section h1 {
		font-size: 150%;
	}
	section article h1, section section h1, h2{
		font-size: 150%;
	}
	span.more{
		display: none;
	}

	article img {
		width: 100%;
		height: auto;
		padding:0;
	}
	iframe {
		width: 100%;
		height: auto;
		padding:0;
	}

	#short-bio img{
		width:100%;
		height:auto;
		float:none;
		padding: 0;
	}
	.gallery-container img{
		width: 100%;
	}

}
@media only screen and (max-width: 400px) {
	body {
		margin-top: 120px;
		font-size: 100%;
	}
	header {
		padding-top: 20px;
	}
	header nav ul li, ul.sub-menu li {
		font-size: 80%;
		padding-right: 10px;
	}
	section h1 {
		font-size: 125%;
	}
	section article h1, section section h1, h2{
		font-size: 125%;
		font-weight: 400;
	}
	section.works article h1 {
		font-size: 110%;
		padding-right: 10px;
	}

}
