#left-copy {
	background-color:#FAFAFA;
	}
  
#left-navigation {
    background-color:#F2F2F2;
    padding-top:8%;
    }
    
h1 {
	line-height:1.1em;
	font-size:6em;
	margin:5% 0 5% 0;
	}	
		
p.small {
	font-size: .8em;
	}

#right-spacer {
	height:75%;
	}
 
 .buttons a {
	background-color:rgba(255, 255, 255, 0.8);
	}
	
.buttons a:hover {
	background-color:rgba(255, 255, 255, 1);
	}
	
.project img {
	  width: 100%;
	  height: auto;
	  margin: 4% 0 4% 0;
	}
	
	.project video {
  	width: 100%;
  	height: auto;
  	/*max-width:100%;*/
  	margin: 4% 0 4% 0;
	}
	
.mobile { 
	  display: none; 
	}
	
	@media only screen and (max-width : 750px) {
	   .desktop { display: none; }
	   .mobile { display: inline; }
	}
	

@media (min-width: 1800px), (max-height:900px) {
 
 	#left-copy {
  		max-height:58%;}
  
  	#right-spacer {
   		max-height:75%;} 

}


@media (max-width: 1500px) {
  
	h1 {line-height:1.1em;
		font-size:5em;
		}
	
}


@media (max-width: 1300px) {
  
	h1 {line-height:1.1em;
		font-size:4.3em;
		}
	
}


    
@media (max-width: 1000px) {
  
	h1 {line-height:1.1em;
		font-size:4;
		}
	
}

