@font-face {
    font-family: 'Letter Gothic';
    src: url('fonts/LetterGothicStd.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir.ttc');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 8px 0 0 0;
}

/*//////////

WELCOME PAGE

//////////*/

/* ----- v2 ----- */
.welcomecontainerv2 {
	width: 65%;
	margin-left: 25%;
}


.welcomecontainerv2 h1 {
	font-family: Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 100;
	margin-top: 32%;
	line-height: 140%;
}

@media (max-width: 700px) {
	.welcomecontainerv2 {
		margin-left: 15%;
	}
	.welcomecontainerv2 h1 {
		font-size: 25px;
		margin-top: 55%;
	}
}

.welcomecontainerv2 a, .welcomecontainerv2 a:visited, .welcomecontainerv2 a:active {
	color: rgba(0,0,0,.3);
	transition: color 1.5s ease-out;
	text-decoration: none;
}

.welcomecontainerv2 a:hover {
	transition: color 1s ease-out;
	color: rgba(0,0,0,1);
}

.welcomestamp {
	height: 138px;
	position: absolute;
	right: 65px;
	bottom: -2px;
}


/* ----- v1 ----- */
.welcomecontainer {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}


.welcomecontainer h1 {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 72px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 5px;
	text-align: left;
	font-weight: 300;
	margin-top: 13%;
	line-height: 225%;
}

.welcomedom {
	height: 100px;
	width: auto;
	display: inline-block;
	margin-bottom: -20px;
}

.welcomecontainer a, .welcomecontainer a:visited, .welcomecontainer a:active {
	color: black;
	text-decoration: none;
	border-bottom: none;
}

.welcomecontainer a:active {
	font-style:italic;
	font-family:'Didot',serif;
	font-size: 67px;
	letter-spacing: 5px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.welcomecontainer a:hover {
	color: #414141;
	text-decoration: none;
}

.workbox a:hover {
	color: #414141;
	text-decoration: none;
}   

#workextended {
	/* Collapsed */
	opacity: 0;
	display: inline-block;
	transition: opacity 2s ease-in-out;

	/*position: absolute;
	width: 0;
	overflow: hidden;
	height: 40%;
	padding-top: 10px;
	margin-top: -7px;
	margin-left: 45px;*/
}

.workopen{
	font-style:italic;
	font-family:'Didot',serif;
	font-size: 67px;
}

#workextended:target {
	opacity: 1;	
}

/*.workclose{
	font-style:italic;
	font-family:'Didot',serif;
	font-size: 67px;
	display: none;
}

#workextended:target + .workopen {
		visibility: hidden;
}*/

.bracket {
	display: inline-block;
	position: absolute;
	font-size: 220px;
	margin-top: -80px;
	margin-left: -20px;
	font-family: "Letter Gothic", "Goudy Old Style", serif;
}

.workbox {
	display: inline-block;
	position: absolute;
	margin-left: 90px;
	font-size: 25px;
	line-height: 160%;
	font-style: italic;
	letter-spacing: 2px;
	font-family: "Didot", "Goudy Old Style", serif;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;

	margin-top: -103px;
}

.workbox a:active {
	color: #888888;
	text-decoration: none;

	font-size: 25px;
	line-height: 160%;
	font-style: italic;
	letter-spacing: 2px;
	font-family: "Didot", "Goudy Old Style", serif;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
} 

#fade1 {
	-webkit-animation: fadein 3s; /* Safari and Chrome */
       -moz-animation: fadein 3s; /* Firefox */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​


/*//////////

HEADER

//////////*/

.headerlogo {
	background-color: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}

#header {
	font-size: 16px;
	height: 65px;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 82px;
	margin-left: 0%;

	-webkit-touch-callout: none;
	-webkit-user-select: none; /* Webkit */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE 10  */	
}

.headerlogo a:active {
	display: block;
}

@media all and (min-width: 600px) {
	.headerlogo img{
	display: block;
	margin-left: -12px;
	margin-top:28%;
	height: 80px;
	width: auto;
	}
}

.leftnav {
	background-color: none;
	display: block;
	position: absolute;
	height: 80px;
	width:50%;
	margin-top: 95px;
	top: 0;
}

.rightnav {
	background-color: none;
	display: block;
	position: absolute;
	height: 80px;
	width:48%;
	top:0;
	right:0;
	margin-top: 95px;
}

#aboutlink {
	position: absolute;
	background-color: none;
	height: 20px;
	width: 43px;
	left: 50%;
	margin-left: -21.5px;
	margin-top: 20px;
}

#aboutlink a{
	font-family: 'Didot', Georgia, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 11pt;
	color: rgba(0,0,0,.3);
	text-decoration: none;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
}

#aboutlinkselected {
	position: absolute;
	background-color: none;
	height: 20px;
	width: 43px;
	left: 50%;
	margin-left: -21.5px;
	margin-top: 20px;
}

#aboutlinkselected a{
	font-family: 'Didot', Georgia, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 11pt;
	color: rgba(0,0,0,1);
	text-decoration: none;
	letter-spacing: 2px;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
}

#aboutlink a:hover{
	color: rgba(0,0,0,1);
}

body.art .art, body.photo .photo, body.design .design, body.about .about, body.projects .projects{
	color: rgba(0,0,0,1);
}

.navlink, .navlink a, .navlink a:visited, .navlink a:active {
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;
	font-family: Georgia, serif;
	font-weight: 100;
	font-size: 1em;
	color: rgba(0,0,0,.18);
	text-decoration: none;
	-webkit-transition: all 1s ease-out;
}

.navlink, .navlink a, .navlink a:visited, .navlink a:active {
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;
	font-family: Georgia, serif;
	font-weight: 100;
	font-size: 1em;
	color: rgba(0,0,0,.18);
	text-decoration: none;
	-webkit-transition: all 1s ease-out;
}

.navlink img {
	height: 18px;
	margin-bottom: 15px
}

.navlink a:hover {
	color: rgba(0,0,0,1);
}

#navlinkselected {
	display: inline-block;
	margin-left: 25%;

	font-family: Georgia, serif;
	font-weight: 100;
	font-size: 14pt;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

#navlinkselected a, #navlinkselected a:visited, #navlinkselected a:active {
	display: inline-block;
	margin-left: 25%;

	font-family: Georgia, serif;
	font-weight: 100;
	font-size: 14pt;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

/*//////////

PROJECT DISPLAY

//////////*/

#bodycontainer{
	display: block;
	position: absolute;
	width: 100%;
	top: 220px;
	left:0;
}

#projcontainer{
	display: block;
	width: 100%;
	left:0;
	margin-top: 78px;
}

#projimgcontainer{
	padding-left: 6%;
	width: 65%;
	float: left;
}

#projimg a:active {
	display: block;
}

#projimgcontainer img{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 8%;

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(75%); /* Chrome 19+ & Safari 6+ */

  	filter: alpha(opacity=60);
	opacity: 0.65;

  	-webkit-transition: all .5s ease-in-out;
}

#projimgcontainer img:hover {
  	filter: alpha(opacity=100);
	opacity: 1.0;
  	-webkit-filter: grayscale(0%);
}

#projcaption {
	display: inline-block;
	position: absolute;
	float: right;
	margin-left: 28px;
	background-color: none;
}

#projcaption a, #projcaption a:active, #projcaption a:visited {
	text-decoration: none;
	color: black;
	font-family: 'Karla',"Avenir", "Gill Sans MT", Calibri, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
}

#projcaption h1{
	font-size: 11.5pt;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 1px solid;
	padding-bottom: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-margin-before: 0em;
}

#projimgcontainer img:hover + #projcaptiontext { 
	color: rgba(0,0,0,1);
}

#projcaptiontext {
	display: inline-block;
	position: absolute;
	float: right;
	margin-left: 28px;
	margin-top: 40px;
	padding-right: 78px;

	font-family: "Yrsa", "Cardo", "Hoefler Text", Georgia, serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-size: 12.5pt;
	color: rgba(0,0,0,0.9);
}

#projcaptiontags {
	margin-top: 40px;

	font-family: "Yrsa", "Cardo", "Hoefler Text", Georgia, serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-size: 12.5pt;
	color: rgba(0,0,0,0.9);
}

#projcaptiontags span {
	background-color: #972323;
	color: white;
	padding: 4px 7px;
	margin: 0 3px 0 3px;
	line-height: 33px;
	font-size: 10.5pt;
}

@media (max-width: 700px) {
	#bodycontainer {
		top: 185px;
	}
}

@media (max-width: 1000px) {
	#projcontainer {
		margin-top: 30px;
	}

	#projimgcontainer {
		display: block;
		padding-left: 0;
		margin: 0 auto;
		width: 90%;
		float: none;
	}

	#projimgcontainer img {
		margin-bottom: 20px;
		float: none;
	}

	#projcaption {
		display: block;
		position: relative;
		float: none;
		margin-left: 0px;
	}

	#projcaptiontext {
		position: relative;
		float: none;
		margin: 0;
		padding-right: 0px;
	}

	#projcaptiontags {
		margin: 10px 0 40px 0;
	}

	#projcaptiontags span {
		margin: 0 5px 0 0;
	}
}

/*//////////

PHOTO GRID

//////////*/

#photocontainer{
	background-color: none;
	width: 55%;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12.5px;
	position: relative;
}

#photocontainer a:active {
	display: block;
}

#photocontainer img{
	width: 49%;
	height: auto;
	margin-bottom: .5px;
}

.photooverlayleft {
	left: 0;
	top: 0;
	position: absolute;
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.photooverlayright {
	right: 0;
	top: 0;
	position: absolute;
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.left{
	float:left;
}

.right{
	float: right;
}

.photooverlayleft:hover, .photooverlayright:hover{
	opacity: 0;
}

@media (max-width: 700px){
	#photocontainer{
		background-color: none;
		width: 88%;
		overflow: hidden;
		display: block;
		margin-left: auto;
		margin-bottom: 0px;
		position: relative;
	}

	#photocontainer img{
		width: 100%;
		height: auto;
		margin-bottom: 7%;
	}

	.photooverlayleft {
		display: none;
	}

	.photooverlayright {
		display: none;
	}

}


/*//////////

DESIGN

//////////*/

#designimgcontainer{
	background-color: none;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#designimgcontainer img{
	height: auto;
	width: 100%;
	margin-bottom: 3.5%;
	-webkit-backface-visibility: hidden;

  	filter: alpha(opacity=75);
	opacity: 0.75;

  	-webkit-transition: all .5s ease-in-out;
}

#designimgcontainer img:hover {
  	filter: alpha(opacity=100);
	opacity: 1.0;
}

#gridcontainerrow {
	width: 75%;
/*	height: 347px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#gridcontainerrow img{
	width: 48%;
	height: auto;
	margin-bottom: 4.3%;
	opacity: .70;
	-webkit-transition: all .5s ease-in-out;
}


#gridcontainerrow img:hover{
	opacity: 1;
}

#gridcontainerrow a:active{
	display: block;
}

@media (max-width: 700px) {
	#gridcontainerrow img{
		float: none;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 7%;
		opacity: 1;
	}

	#designimgcontainer{
		background-color: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3%;
	}

	#gridcontainerrow {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
}

#mildheader{
	width:100%;
}


#mildsite{
	width:95%;
}


#mildmock{
	width:85%;
}

@media only screen and (min-width:768px) {

	#mildheader {
		width:48%;
		margin-bottom:30px;
	}

	#mildsite{
		width:90%;
	}

	#mildmock{
		width:30%;
	}

	#iprojcontainer{
		display:inline-block;
	}
}

/*//////////

ART GALLERY

//////////*/

#artcontainer {
	background-color: none;
	height: 480px;
	width: 100%;
/*	overflow-x: scroll;
	overflow-y: hidden;*/
}

#artcontainer::-webkit-scrollbar { 
    display: none; 
}

#artframecontainer {
	background-color: none;
	height: 100%;
	width: 33%;
	display: inline-block;
	opacity: .72;

	-webkit-transition: all .9s ease-in-out;
}

#artframecontainer img {
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#artframecontainer a, #artframecontainer a:active, #artframecontainer a:visited{
	text-decoration: none;
	color: black;
}

#artframecontainer:hover {
	opacity: 1;
}

#artscrollcontainer {
	background-color: none;
	width: 110%;
}

#artcaption {
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

#artcaption h1 {
	font-family: "Didot", Georgia, serif;
	font-size: 15pt;
	margin-top: -3px;

}

#artcaption h2 {
	font-family: "Didot", Georgia, serif;
	font-style: italic;
	font-weight: 100;
	font-size: 10.5pt;
	margin-top: -10px;
}

@media (max-width: 795px) {
	#artframecontainer {
		background-color: none;
		height: 100%;
		width: 100%;
		margin: 0 auto 6vh auto;
		display: block;
		opacity: .9;
		-webkit-transition: all .9s ease-in-out;
	}

	#artcontainer {
		background-color: none;
		height: auto;
		width: 100%;
	}
}


/*//////////

INDIVIDUAL PROJECT

//////////*/

#iprojcontainer{
	background-color: none;
	display: block;
	width: 100%;
	margin-top: 50px;
}

#iprojcontainer img{
	display: block;
	margin: 0% auto 20% auto;
}

#iprojcontainer h1{
	font-family: "Didot";
	display: block;
	font-size: 20pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 0px;
}

#sidedescrip {
	font-family: Garamond, serif;
	font-size: 18pt;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 24px;
	text-align: center;
	-webkit-font-smoothing: antialiased;

	padding-top: 5%;
}

#itext {
	display: block;
	width: 64%;
	background-color: none;
	position: relative;
	padding: 16% 18% 22% 18%;
	text-align: center;

	font-family: Garamond, serif;
	font-size: 15pt;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
}

#itextsmall {
	display: block;
	width: 64%;
	background-color: none;
	position: relative;
	padding: 8% 18% 8% 18%;
	text-align: center;

	font-family: Garamond, serif;
	font-size: 15pt;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
}

#itextsmall a, #itextsmall a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000000;

	font-weight: 100;
	letter-spacing: 0px;
	line-height: 20px;
	color: #0e8bd6;
	-webkit-font-smoothing: antialiased;
}

#itextfocus {
	display: block;
	width: 64%;
	background-color: #0077ce;
	color: white;
	position: relative;
	padding: 4% 18% 4% 18%;
	text-align: center;

	font-family: Garamond, serif;
	font-size: 15pt;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
}

#zhongcontainer img {
	width: 90%;
	height: auto;
}

#bigimagecontainer {
	width: 98%;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
}

#bigimagecontainer img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

@media (max-width: 700px) {
	#zhongcontainer img {
		width: 100%;
	}

	#itextsmall {
		width: 70%;
		padding: 0;
		margin: 50px auto 50px auto;
		font-size: 12pt;
		line-height: 30px;
	}

	#iprojcontainer {
		margin-top: 20px;
	}

	#sidedescrip {
		font-size: 12pt;
	}

	#itext {
		font-size: 12pt;
		line-height: 26px;
	}

}



/*//////////

ABOUT

//////////*/

#aboutcontainer{
	background-color: white;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#aboutbox {
	background-color: none;
	margin-right: 10%;
	margin-bottom: 17%;
	margin-left: 5%;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
}


#aboutleft {
/*	background-color: rgba(0, 0, 0, 0.2);*/
	display: inline-block;
	height: 100%;
	width: 44%;
}

#aboutleftimg {
	width: 53%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 233px;
}

#aboutright {
/*	background-color: rgba(0, 0, 0, 0.1);*/
	display: inline-block;
	width: 34%;
	position: absolute;
	padding-top: 229px;
	padding-left: 4%;
	padding-right: 18%;
}

#abouttext {
	font-family: Garamond, serif;
	font-size: 9.5pt;
	font-weight: 100;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, 0.8);
}

#abouttext a, #abouttext a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000000;

	font-family: Garamond, serif;
	font-size: 9.5pt;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
	-webkit-font-smoothing: antialiased;
}

#aboutdig {
	margin: 0 auto;
	width: 100%;
}

#aboutdigtext {
	display: inline-block;
	width: 77%;

	font-family: Garamond, serif;
	font-size: 8.5pt;
	font-weight: 100;
	line-height: 13px;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, 0.8);
}

#aboutdig img{
	width: 15%;
	display: inline-block;
}

.circleicons{
	background-color: none;
	display: block;
	height: 70px;
	margin: 0 auto;
	width: 149px;

	text-align: center;
	font-family: Garamond, serif;
	font-size: 8pt;
	font-weight: 100;
	line-height: 13px;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, 0.6);
}

.circleicons img{
	margin-top: 20px;
	max-height: 30px;
	width: auto;
	opacity: 0.5;
	padding-left: 2px;
	padding-right: 2px;
}

.circleicons img:hover{
	opacity: 1;
}

.circleicons a{
	text-decoration: none;	
}

.circleicons i{
	position:relative;
	top: 7%;	
}

#aboutright a:active {
	margin: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: black;
}

@media (max-width: 700px) {
	#aboutleft {
		display: block;
		height: auto;
		width: auto;
	}

	#aboutleftimg {
		width: 65%;
		margin: 190px auto 0 auto;
		display: block;
	}

	#aboutright {
		display: block;
		position: relative;
		width: 75%;
		margin: 0 auto 0 auto;
		padding: 50px 0 50px 0;
	}

	.circleicons {
		margin: 30px auto;
	}
}


















