@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'GrotesqueMTStd';
  src: url('fonts/GrotesqueMTStd.otf')  format("opentype"); /* Safari, Android, iOS */

}

@font-face {
  font-family: 'GrotesqueMTStd-Bold';
  src: url('fonts/GrotesqueMTStd-Bold.otf')  format("opentype"); /* Safari, Android, iOS */

}

video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
	margin-top: 50px;
}

.video-container iframe {
  position: absolute;
  top: 1000;
  left: 0;
  width: 100%;
  height: 100%;
	margin-top: 500px;
	margin-bottom: 300px;
}


#content-shop {
	z-index: -10;
}


.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

a {
	color:#000;
}

* {
	box-sizing: border-box;

} 


.navbar {
  width: 100%;
  background-color: #000;
  overflow: auto;
	position: fixed;
	margin-top: -140px;
	z-index: 40;
}

.navbar a {
	  font-family: 'GrotesqueMTStd-Bold';

  float: left;
  padding: 8px;
	letter-spacing: 2px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  width: 25%; /* Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
 
}

.navbar a.active {
  background-color: #fff;color:#000;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	margin-bottom:100px;
	margin-top:350px;
}



@media screen and (max-width: 600px) {
	
	
	header {
	position:fixed;
	margin-top:-350px !important;
	height:100px !important;
	width:100%;
	opacity:.9;
	background-color: #fff !important;
	border-bottom: 5px solid black;
    z-index: 10;	
}
	
	.logo {
	margin-top:10px !important;
	margin-left: auto;
	margin-right: auto;
	width:18% !important;
	display: block;
	
}
	.navbar { 

margin-top:-250px !important;

 
  }
	
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
	  font-size: 10px !important;
  }
	
	#holdingpattern {
width:450px;
	margin: 280px auto 50px auto;	

}
	#container {
	margin:0 auto 0 auto;
	width: 450px !important;
	height:3500px;
		padding-left: 20px;
		padding-right: 20px;
}

	img.portrait {
	display:block;
	width:390px;
	margin:5px 20px 5px 0px;
		clear: left;
}
	
	.headertext {
	display: block;
}

	
	
	.hp_main {
		width: 50% !important;
	display: block;
		margin:150 0px 0 -100px;
float: left;
}

	.hpdescription {
	display: block;
	margin-right:25px;
		width: 350px;
		clear: left;

}
	
	.description {
	display: block;
	margin-right:25px;
		width: 350px;
		margin-top: 150px;
		clear: left;

}

	
}

#container {
	margin:0 auto 0 auto;
	width: 1050px;
	height:3500px;
}

body {
	height: 4100px;
	background:#fff;
	margin:0px;
}

p {
	font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
	font-size:16px;
	float:left;
	line-height:24px;
	text-align: justify;  
    -moz-text-align-last: left; /* Code for Firefox */
    text-align-last: left;
}

.hp_main {
	width:100%;
	margin:0px auto;
	display:block;
}

.headertext {
	float: left;
	clear:both;
}

footer {
	width: 100%;
	height:30px;
	background:#FFF;
	position:sticky;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	left:0;
}

nav { 
 width:100%;
 min-width:750px;
 opacity:.9;
 position:fixed;
	overflow:auto;
 margin-top:-170px;
 margin-left:-10px;
	 letter-spacing: 2px;
 
  }

nav ul {
	padding:0px;
	margin:0px auto;
	list-style: none;
	position: relative;
	display:inline;
	background-color:#fff;
	width:150px;
	}
	
nav ul li {
	float:left;
	display:list-item;
	list-style: none; 
	margin-left: 140px;
	width:150px;

	padding-right:20px;
	padding-left:10px;	
	}

nav ul li a {
	display:block;
	margin:0px auto 0px auto;
	padding-right:20px;	
	padding-top:16px;
	padding-left:25px;
	padding-bottom:3px;
	color:#000;
	 font-family: 'GrotesqueMTStd-Bold';
	width:265px;
	font-size:18px;
	text-decoration:none;
	

}

.submenu {
	font-size:14px;
	padding-top:10px;
	margin-left:-10px;
	padding-left:10px;
	height:20px;
	width:260px;
	 letter-spacing: 0px;

}

li a:hover { 
	background-color: #000;
	color:#fff;

	transition-duration: 1s; /* applies to the transition *to* the :hover state */
	
 }

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content: ' »'; } 
li > a:only-child:after { content: ''; }  	
	
	
/* The Dropdown Styles */
/* =================== */

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 21px;
	padding-right:30px;
	width:130px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:list-item;
		background-color:#000000;
		width:260px;
		margin-top:5px;

}
	
/* First Tier Dropdown */
nav ul ul li {
	width:248px;
	float:none;
	color:#000;
	padding-right:0px;
	position: relative;
	font-size:10px;
	border-bottom:none;
}

nav ul ul li:hover {
	background-color:transparent;
	color:#000;
}


/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: absolute relative;
	top:-58px; 
	left:170px;
}

a.email {
	color:#000;
	background-color:#fff;
	text-decoration:none;
	padding:5px 2px 3px 5px;
	display:block;
	float:left;
	width:390px;


}

a.email:hover {
	color:#FFF;
	background-color:#000;
	
}

.hpdescription {
	float:left;
	margin-right:25px;
		width: 380px;
}

.description {
	float:left;
	margin-right:25px;
		width: 380px;
clear: left;
}


.grotty {
	
	  font-family: 'GrotesqueMTStd-Bold';

}


h1 {
	font-size:24px;
	margin-left:0px;
	letter-spacing: 2px;
font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;

}

h2 {
	font-size:18px;
	margin-left:0px;
	letter-spacing: 2px;
font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;

}

#paypal-container-8R9SM27GCFHVJ {
	
padding-bottom:50px;
}

header {
	position:fixed;
	margin-top:-450px;
	height:340px;
	width:100%;
	opacity:.9;
	background-color:#fff;
	border-bottom: 5px solid black;
    z-index: 10;	
}

.logo {
	margin-top:150px;
	margin-left: auto;
	margin-right: auto;
	width:160px;
	display: block;
	
}

	
#selected_work {
	
}

#toTop {
 display: block;
 position: fixed;
 top: 50%;
 right: 0;
 padding: 10px;
 background: white;
 
}




#silkbloom {
	
width:850px;
margin: 0 auto 50px auto;	
}



#ghostbarn {
	
width:850px;
margin: 0 auto 50px auto;	
}

#indigomood {
	
width:850px;
margin: 0 auto 50px auto;	
}

#gmass {
width:850px;
margin: 0 auto 50px auto;	
}

#balancingground {
width:850px;
margin: 0 auto 50px auto;
	
}

#waiting {
width:850px;
margin: 0 auto 50px auto;	

}

#ohu {
width:850px;
margin: 0 auto 50px auto;

	
}

#establishingshot {
width:850px;
margin: 0 auto 50px auto;	


}

#figurants {
width:850px;
	margin: 0 auto 50px auto;	

}

#spamstream {
width:850px;
	margin: 0 auto 50px auto;	

}

#evokingcomplexities {
width:850px;
	margin: 0 auto 50px auto;	

}

#tentrahedron {
width:850px;
	margin: 0 auto 50px auto;	

}

#shadow {
width:850px;
	margin: 0 auto 50px auto;	

}

#holdingpattern {
width:850px;
	margin: 280px auto 50px auto;	

}

#jacktree {
width:850px;
	margin: 280px auto 50px auto;	

}

#about{
width:850px;
	margin: 0px auto 50px auto;	

}


.project {
width:850px;
	margin: 0 auto 0 auto;	
}

#bio {
width:850px;
	margin: 0 auto 50px auto;	

}

#contact {
width:850px;
	margin: 0 auto 50px auto;	

}

#information {
width:850px;
	margin: 0 auto 50px auto;	

}

#information_top {
	
}

#selected_work_top {
	margin-bottom:100px;
	
}

#contact_top {
	
}



img.small {
	display:block;
	float:left;
	width:390px;
	margin:5px;
}

img.tentra {
	display:inline;
	float:left;
	width:390px;
	margin:5px 20px 5px 0px;
}

img.portrait {
	float:left;
	width:390px;
	margin:5px 20px 5px 0px;
	clear: left;
}

img.ghostbarn {
	display:inline;
	float:left;
	width:390px;
	height:541px;
	margin:5px 20px 5px 0px;
}

img.special {
	display:inline;
	float:left;
	width:390px;
	margin-left:5px;
}

img {
	margin-top:8px;
}

.break {
	clear:both;
	height:100px;
}
img.contact{
	margin-top:27px;
}

.exhibitions {
	line-height:18px; 
	width:350px;ß
}
