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


body{
	padding: 0;
	margin: 0;
	font-family: MG,sans-serif;
    font-size: .9rem;
    line-height: 1.3;
	letter-spacing: .03rem;
	color: #222;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;
    
	margin-bottom:2vw;
	background-color: #fff;
}

img{
	background-color: #999;}

a:link    {
  /* Applies to all unvisited links */
  	text-decoration:none;
	font-family: MG,sans-serif;
	text-transform: uppercase;
    line-height: 1.3;
	color: #222;  }
   
a:visited {
  /* Applies to all visited links */
  text-decoration: none;
  color: #222;  } 

a:hover   {
  /* Applies to links under the pointer */
  text-decoration: underline;
  color: #222;} 

a:active  {
  /* Applies to activated links */
    text-decoration: underline;
	color: #222;  } 





.nav{
	position: fixed;
	left:0;
	bottom:50%;
	margin-bottom:6vw;
	height:2vw;
	width:100vh;
	-webkit-transform-origin: left top;
  -webkit-transform:rotate(90deg) translateX(0%) translateY(-100%);
	}
	 
.nav2{
	position:relative;
	display:inline;
	height:1vw;
	padding-right:1.5vw;
	top:-.8vw;
	width: inherit;
	
	  	}


	
.index{
	width:100vw;
	height:100vh;
	}

.index img{
	height:auto;
	margin-top:.2vw;
	margin-left:.2vw;
	margin-right:.2vw;
	width:99.6vw;
	text-align:center;
	}
	
.entry{
	width:90vw;
	text-align:center;
	margin:5vw;
	margin-bottom:1vw;
	}
	
.entry img{
	height:auto;
	width:91vw;
	margin-bottom:5vw;
	}
.entry p {text-align:left;}
	
#detail{
	display:inline-block;
	padding:1vw;
	margin-bottom:4vw;
	
	}	
	
#detail img{
	max-width:42vw;
	height:auto;
	margin:0;
	}
	
#caption{
max-width:38vw;
width:inherit;
text-align:left;
padding-top:1vw;
margin:0;

	}

#project_heading{
	position:relative;
	display:inline-block;
	text-align: left;
	vertical-align: text-top;
	width:24.5vw;
	padding-right:2vw;
	padding-bottom:4.5vw;
			}	
	
#project_blurb{
	position:relative;
	display:inline-block;
	vertical-align: text-top;
	width: 63vw;
	font-size: 1rem;
	text-transform: none;
	text-align:left;
	padding-bottom:4.5vw;

	}	

#project_info{
	text-align:left;
	margin-top: -4vw;
	padding-bottom:3vw;
	}

#information{
	width:100vw;
	height:100vh;
	}

#information p{
	margin: 5vw;
	margin-right:0vw;
	text-align:left;
	width:18vw;
	display:inline-block;
	vertical-align: text-top;
	}
	

#information a{
	text-decoration:underline;
}







@media screen and (max-width: 680px) {


a:link { 
	font-size:.6rem;
	}   
	
.nav{
	position:fixed;
	width:100%;
	height: 6vw;
	padding:1vw;
	margin-bottom: 14vh;
	
	
	
}
.nav2{	
	font-size:.6rem;
	padding-left:1vw;
}

.index{ 

}	

.index img{
	
	max-width:99vw;
	margin:.5vw;
	margin-bottom:.1vw;}	



.entry{	


	width:85vw;
	margin:10vw;
	text-align:left;

	}
	
.entry img{
	height:auto;
	width:85vw;
	margin-bottom:2.5vw;
	}
	  

	
#project_heading{
	
	display:inline-block;
	text-align: left;
	vertical-align: text-top;
	width:85vw;
	padding-right:0vw;
	padding-bottom:10vw;
	
	
	}	
#project_date{
		display:inline;

	
	}
#project_info{
font-size:.6rem;
text-align:left;
margin-top: 0vw;
margin-bottom:3vw;
	}
	
	

#project_blurb{
	width:inherit;
	text-align:left;
	margin-bottom:3vw;

	}	
	
#detail{
margin:0vw;
width:100vw;
	}	
	
#detail img{
	max-width:85vw;
	min-width:85vw;
	height:auto;
	margin-bottom:0vw;
		}
		
	
#caption{
max-width:85vw;
width:inherit;
text-align:left;
padding-top:1vw;
margin:0;
font-size:.6rem;

	}


	
#information{
	
	
	text-align:left;
	z-index:100;
	margin-top:10vw;
	}
#information p {
margin:10vw;
margin-top:0;
width:80vw;}
	
#information a {font-size:15px;
font-weight:normal;}

