| 
					
				 | 
			
			
				@@ -1,5 +1,5 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-@import url(//fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * Sky theme for reveal.js. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -56,11 +56,11 @@ body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .reveal a:not(.image) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   color: #3b759e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   text-decoration: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -webkit-transition: color 0.15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -moz-transition: color 0.15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -ms-transition: color 0.15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -o-transition: color 0.15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  transition: color 0.15s ease; } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -webkit-transition: color .15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -moz-transition: color .15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -ms-transition: color .15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -o-transition: color .15s ease; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  transition: color .15s ease; } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .reveal a:not(.image):hover { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   color: #74a7cb; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -79,11 +79,11 @@ body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   background: rgba(255, 255, 255, 0.12); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   border: 4px solid #333333; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -webkit-transition: all 0.2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -moz-transition: all 0.2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -ms-transition: all 0.2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  -o-transition: all 0.2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  transition: all 0.2s linear; } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -webkit-transition: all .2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -moz-transition: all .2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -ms-transition: all .2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  -o-transition: all .2s linear; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  transition: all .2s linear; } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .reveal a:hover img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   background: rgba(255, 255, 255, 0.2); 
			 |