/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-height: 100%;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-bottom: 50px;
    padding: 0px;
    overflow-x: hidden; 
}

#homebody {
	background: #000;
}

#curationbody {
	background: #fff;
}

h1 {
	font-family: 'Courier New';
	font-size: 2em;
	line-height: 3em;
} 

h2 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #000;
} 

a:hover {
	font-style: italic;
	text-decoration: underline;
} 

.header {
	width: 100%;
	height: 150px;
	background: #fff;
}

.logo {
	position: relative;
	width: 400px;
	height: 50px;
	margin-top: 0;
	margin-left: 1.1em;
	margin-bottom: 0.5em;
	float: left;
}

#navlinks {
	height: 20px;
	width: 65%;
	padding-right: 15%;
	padding-bottom: 15px;
	padding-top: 89px;
}

.nav {
	position: relative;
	font-family: 'Courier New';
	float: left; 
	margin-left: 40px;
	left: 0;
	line-height: 2em;
}

.nav a {
	
}

#intro {
	float: left;
	top: 0;
	left: 0;
	position: relative;
	padding: 2.5em;

	
	margin: 0;
	max-width: 40%;
	z-index: 2;
}

#intro p {
	font-family: 'Courier New';
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #cccccc;
	
}

#intro a {
	color: #fff;
}

#curation {
	float: left;
	top: 0;
	left: 0;
	position: relative;
	padding: 2.5em;
	background: #fff;
	
	margin: 0;
	max-width: 40%;
	z-index: 2;
}

#curation p {
	font-family: 'Courier New';
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #666666;
	
}

#curation a {
	background: #ffdb4d;
}

#research {
	float: left;
	top: 0;
	left: 0;
	position: relative;
	padding: 2.5em;
	background: #fff;
	
	margin: 0;
	max-width: 40%;
	z-index: 2;
}

#research p {
	font-family: 'Courier New';
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #666666;
	
}

#research a {
	color: #000;
}



#bgimg {
	max-width: 100%;
}

#indeximg {
	position: fixed;
	top: 150px;
	left: 0;
	max-width: 100%;
	height:auto;
	z-index: 1;
}

#curationimg {
	margin-top: 3em;
	position: absolute;
	max-width: 60%;	
}

.highlight {
	background-color: #0fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: translateZ(0);
}

.highlight:hover {
	background: none;
}

em {
	font-style: italic;
	color: #fff;
}

#about em {
	color: #000;
}

#contact em {
	color: #000;
}

strong {
	font-weight: bold;
}

#artwork img {
	max-width: 100%;
	float: left;
	overflow: hidden;
}

#artwork li {
	height: 360px;
	width: 480px;
	max-width: 100%;
	float: left;
	padding-right: 2.5em;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: translateZ(0);
}

#artwork li:hover {
	opacity: 0.8;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#artwork {
	list-style: none;
	font-family: 'Courier New';
	text-align: center;
	margin-left: 2.5em;
}

#projects a {
	line-height: 2.5em;
	font-size: 0.8em;
}

.blog {
	font-family: 'Courier New';
	margin-left: 2.5em;
	margin-bottom: 2.5em;
	max-width: 40%;
	float: left;
	
	display: block;
}

.blog h2 {
	font-size: 2em;
	text-decoration: underline;
	background: #0fff;
}

.blog h3 {
	font-size: 1em;
	color: #8c8c8c;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}

.blog img {
	max-width: 100%;
	margin-bottom: 1em;
}

.blog p {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

.blog a {
	text-decoration: underline;
	background: #0fff;
}

.blog li {
	margin-bottom: 2.5em;
}

.fb-page {
	margin-left: 2.5em;
	float: left;
	width: 400px;
	margin-bottom: 3em;
}

#footer {
	clear: both;
    position: relative;
    bottom: 0;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
    text-align: center;
    
}

#footer img {
	width: 10%;
	min-width: 100px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#footer img:hover {
	background: #ffff66;
}

#footer2 {
	clear: both;
    position: fixed;
    bottom: 0;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
    text-align: center;
    
}

#footer2 img {
	width: 10%;
	min-width: 100px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#footer2 img:hover {
	background: #0fff;
}

@media (max-width: 680px) {

	#navlinks {
		width: 100%;
	}
	
	#indeximg {
		max-width: 100%;
	}
	
	#intro {
		max-width: 95%;
	}
	
	#curation {
		max-width: 95%;
	}
	
	#curationimg {
		max-width: 80%;
	}
	
	#researchnotice {
		width: 60%;
	}
	
	#research {
		max-width: 80%;
		font-size: 0.9em;
		padding-left: 2em;
	}
	
	#artwork {
	margin-left: 0;
	}
	
	#artworkimg {
		max-width: 80%;
	}
	
	
	.blog {
	max-width: 80%;
	margin-left: 2em;

	
}

@media (max-width: 420px) {
	
	.logo {
		font-size: 1.5em;
	}
	
	#navlinks {
		width: 100%;
	}
	
	.nav {
		font-size: 0.8em;
		margin-left: 30px;
		line-height: 0.8em;
	}
	
	#indexbody {
		background: white;
	}
	
	#intro {
		max-width: 95%;
		font-size: 0.8em;
		padding-left: 2em;
	}
	
	#curation {
		max-width: 95%;
		font-size: 0.8em;
		padding-left: 2em;
	
	
	#curationimg {
		max-width: 10%;
	}
	
	#research {
		max-width: 70%;
		font-size: 0.8em;
		padding-left: 2em;
	}
	
	#artwork {
		margin-left: 0;
	}
	
	#artwork {
	max-width: 10%;
		font-size: 0.8em;
		padding-left: 2em;
		
		#artworkimg
		max-width: 10%;
	}
	
	.blog {
		max-width: 80%;
		margin-left: 2em;
	}
	
	.blog img {
		margin-left: 0;
		max-width: 100%;
	}
	
	.fb-page {
		margin: 0;
		margin-bottom: 3em;
		width: 350px;
	}
	@media only screen and (max-width: 680px) {


	#navlinks {
		width: 90%;
		display: flex;
	}
	
	.nav {
		flex-grow: 1;
	}
	
	.nav a {
		font-size: 0.8rem;
	}
	
	#indeximg {
		height: auto;
		max-width: 500%!important;
	}
	
	#intro {
		max-width: 95%;
		
	}
	
	#intro p {
		max-width: 95%;
	}
}

::selection {
  background: #ffdb4d;
  color: #000fff;  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffdb4d;
  color: #0fff; /* Gecko Browsers */
}