html, body
{
	background-color: #FFFFFF;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Ariel, sans-serif;
}

a
{
	color: #D60303;
	text-decoration: none;
	font-weight: 600;
	-webkit-animation: colorShiftFull 30s linear infinite;
	-moz-animation: colorShiftFull 30s linear infinite;
}

a.subtle
{
	border: 1px solid transparent;
	padding: 3px;
	border-radius: 3px;
	color: #444;
	text-decoration: none;
	margin: 0 -3px;
	z-index: -1;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
}

.para:hover a.subtle
{
	background: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.1);
}

.secondPara
{
	margin: 0 0 40px;
}

.secondPara p
{
	text-align: left;
}

.secondPara p span.skills
{
	font-weight: 100;
	color: grey;
	letter-spacing: 1.1px;
	padding-left: 15px;
}

.subtle:hover
{
	border: 1px solid rgba(0,0,0,0.5) !important;
}

@font-face {
    font-family: 'Intro';
    src: url('/fonts/intro-webfont.eot');
    src: url('/fonts/intro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/intro-webfont.woff') format('woff'),
         url('/fonts/intro-webfont.ttf') format('truetype'),
         url('/fonts/intro-webfont.svg#Intro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Entypo';
    src: url('/fonts/entypo.eot');
    src: url('/fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('/fonts/entypo.woff') format('woff'),
         url('/fonts/entypo.ttf') format('truetype'),
         url('/fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo
{
	font-family: "Entypo" !important;
}

.scrollHint:hover
{
	cursor: pointer;
	color: rgb(255,155,155);
}

#splashVideo
{
	position: absolute;
	left: 0;
	top: 0px;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.splashIn
{
	opacity: 1 !important;
	display: block;
}

/* Main Sections */

	#wrap
	{
		position: relative !important;
		top: 0px !important;
	}

	#about, #content
	{
		min-height: 750px;
		z-index: 50;
		position: relative;
		background: rgba(240,240,240,1);
		clear: left;
		padding-top: 50px;
		display: -webkit-box;
		-webkit-box-align: stretch;
		padding-bottom: 50px;
		box-sizing: border-box;
		
		background: rgb(247, 247, 247);
		background-size: cover;
		background-repeat: no-repeat;
		
	}
	
	#about
	{
		min-height: 450px;
		padding: 0 !important;
		position: relative;
		background: #111;
		margin: 0 auto !important;

	}
	
	#contact
	{
		overflow: hidden;
	}
	
	#aboutMore
	{
		display: none;
		margin-top: 40px;
		margin-bottom: 75px;
	}
	
	#about h1, #about p
	{
		color: rgba(255,255,255,0.1);
		text-align: center;
	}

	#about h1
	{
		font-size: 140px;
		margin: 0px 0 10px 0;
		text-shadow: 
		0px -31px 100px rgba(41, 0, 255, 0.15), 
		40px 29px 100px rgba(255, 0, 0, 0.15), 
		-40px 09px 100px rgba(0, 255, 163, 0.15);
		text-shadow: none;
		z-index: 5;
		background: url('http://u.cubeupload.com/GabrielMSharp/85636510151336297183.jpg');
		//background-size: auto 100%;
		background-attachment: fixed;
		background-position: top center;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-animation: colorShift 20s linear infinite;
		-moz-animation: colorShift 20s linear infinite;
		border: 0px;
		overflow: hidden;
	}
	
	@-moz-document 
	{
		margin-top: 50px !important;
	}
	
	#about .inner p
		{
		-webkit-animation: colorShift 30s linear infinite;
		-moz-animation: colorShift 30s linear infinite;
		text-shadow: none;
		}
	
	@-webkit-keyframes colorShift
	{
		0%
		{
			color:rgba(226, 56, 56, 0.25);
		}
		20%
		{
			color: rgba(88,47,204,0.25);
		}
		40%
		{
			color:rgba(47,191,204,0.25);
		}
		60%
		{
			color:rgba(105,204,47,0.25);
		}
		80%
		{
			color: rgba(204,168,47,0.25);
		}
		100%
		{
			color:rgba(226, 56, 56, 0.25);
		}
	}
	
		@-moz-keyframes colorShift
	{
		0%
		{
			color:rgba(226, 56, 56, 0.25);
		}
		20%
		{
			color: rgba(88,47,204,0.25);
		}
		40%
		{
			color:rgba(47,191,204,0.25);
		}
		60%
		{
			color:rgba(105,204,47,0.25);
		}
		80%
		{
			color: rgba(204,168,47,0.25);
		}
		100%
		{
			color:rgba(226, 56, 56, 0.25);
		}
	}
	
	@-webkit-keyframes colorShiftFull
	{
		0%
		{
			color:rgba(226, 56, 56, 1);
		}
		20%
		{
			color: rgba(88,47,204,1);
		}
		40%
		{
			color:rgba(47,191,204,1);
		}
		60%
		{
			color:rgba(105,204,47,1);
		}
		80%
		{
			color: rgba(204,168,47,1);
		}
		100%
		{
			color:rgba(226, 56, 56, 1);
		}
	}
	
		@-moz-keyframes colorShiftFull
	{
		0%
		{
			color:rgba(226, 56, 56, 1);
		}
		20%
		{
			color: rgba(88,47,204,1);
		}
		40%
		{
			color:rgba(47,191,204,1);
		}
		60%
		{
			color:rgba(105,204,47,1);
		}
		80%
		{
			color: rgba(204,168,47,1);
		}
		100%
		{
			color:rgba(226, 56, 56, 1);
		}
	}


	#about p
	{
		font-size: 30px;
		margin-bottom: 20px;
		color: #fff;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3),0px 0px 10px rgba(255, 61, 61, 0.5);
		width: 100%;
		z-index: 2;
	}

	#about p a
	{
		background: transparent;
		color: #E00;
		text-shadow: 0px 1px 0px black;
		font-weight: 400;
		text-decoration: none;
		padding: 2px 7px;
	}
	
	#about p a:hover
	{
		background: #F33636;
		color: black;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.21);
	}
	
	#about p a:active
	{
		position: relative;
		top: 1px;
	}
	
	#aboutMore p a
	{
		background: #D12121;
		color: black;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.21);
	}
	
	#about p.entypo
	{
		font-family: "Entypo";
		color: white;
		position: absolute;
		bottom: -30px;
		font-size: 72px;
		line-height: 30px;
		text-shadow: 0px 0px 10px #FFE48E;
		padding: 0px;
		margin: 0px;
		
		-webkit-animation-name: hint;
		-webkit-animation-duration: 1s;
		-webkit-animation-timing-function: easeOut; 
		-webkit-animation-delay: 2.5s;             
		-webkit-animation-iteration-count: 1;    
		-webkit-animation-fill-mode:forwards;
		
		-moz-animation-name: hint;
		-moz-animation-duration: 1s;
		-moz-animation-timing-function: easeOut; 
		-moz-animation-delay: 2.5s;             
		-moz-animation-iteration-count: 1;    
		-moz-animation-fill-mode:forwards;
		
		animation-name: hint;
		animation-duration: 1s;
		animation-timing-function: easeOut; 
		animation-delay: 2.5s;             
		animation-iteration-count: 1;    
		animation-fill-mode:forwards;		
	}
	
	@-webkit-keyframes hint {
	   from { opacity: 0.5; bottom: -30px; }
	   to   { opacity: 1; bottom: 25px;    }
	}
	
	@-moz-keyframes hint {
	   from { opacity: 0.5; bottom: -30px; }
	   to   { opacity: 1; bottom: 25px;    }
	}
	
	@keyframes hint {
	   from { opacity: 0.5; bottom: -30px; }
	   to   { opacity: 1; bottom: 25px;    }
	}
	
	#about > .inner
	{
		position: relative;
		overflow: hidden !important;
		margin-bottom: 0px !important;
		
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		//display: -moz-box;
		-moz-box-pack: center;
		-moz-box-align: center;
		display: -ms-box;
		-ms-box-pack: center;
		-ms-box-align: center;
		display: box;
		box-pack: center;
		box-align: center;
	}
	
	#aboutMore > p
	{
		font-size: 18px;
		color: white;
		text-shadow: 0px 1px 0px black;
		text-align: justify;
		max-width: 480px;
		margin: 0 auto 15px;
	}
	
	.homeLink
	{
		font-family: "Entypo";
	}
	
	.me
	{
		position: absolute;
		width: 100%;
		//height: 450px;
		height: 600px;
		background: #0F0505;
		background-image: url('/img/me.jpg');
		background-size: cover;
		background-position: 50% 0px;
		overflow: hidden;
	}
	
	#contact .inner
	{
		margin-bottom: 0px;
		position: relative;
	}
	
	#about .inner, #content .inner
	{
		
		margin: 0 auto;
		overflow: visible;
		//padding: 0 5px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#content .inner
	{
		max-width: 780px;
	}

	#about .inner
	{
		width: 100%;
		background-color: white;
		
		background: rgb(255,255,255); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
		
	}
	
	#contactNote
	{
		text-align:center !important;
		font-weight:800;
		margin-top: 50px;
	}
	
	.inner h1
	{
		font-size: 118px;
		font-family: "Intro", sans-serif;
		margin-bottom: 20px;
		text-align: center;
		margin: 0;
		display: inline-block;
		
		-webkit-animation: colorShift 30s linear infinite;
		-moz-animation: colorShift 30s linear infinite;
	}
	
	.inner h2
	{
		font-size: 26px;
		color: rgb(218, 218, 218);
		font-family: "Intro", sans-serif;
		margin-bottom: 10px;
	}
	
	.inner p
	{
		margin: 0px auto 15px;
		line-height: 130%;
		font-weight: 400;
		text-align: left;
		color: rgb(112, 112, 112);
		font-size: 16px;
		
	}
	
	.title
	{
		overflow: visible;
		padding: 0;
		text-align: left;
		color: transparent;
		margin-bottom: 30px;
		height: 150px;
		line-height: 150px;
		
	}
	.para
	{
		overflow: visible;
		padding: 0px 0;
		margin: 0 auto;
	}
	
	.para ul li
	{
		display: inline-block;
		width: 50%;
		float: left;
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.para ul li:first-child
	{
		border-right: 2px solid #f3f3f3;
	}
	
	.para ul li:last-child
	{
		border-left: 2px solid #f3f3f3;
	}
	
	.para ul li p, .para ul li a
	{
		background: white;
		font-size: 14px;
		text-align: center;
		height: 30px;
		line-height: 30px;
		display: block;
		text-decoration: none;
	}
	
	.para ul li p:nth-child(2), .para ul li a:nth-child(2);
	{
		background: pink;
	}
	
	.info
	{
		margin-top: 3px;
		background: #E2E2E2;
		overflow: auto;
		padding: 10px;
	}
	
	.info h3 a
	{
		float: left;
		text-decoration: none;
		font-weight: 600;
	}
	
	.info h3
	{
		overflow: auto;
		display: inline;
	}
	
	.info p
	{
		float: right;
		margin: 0;
		line-height: 100%;
	}
	
	
/* Main Sections End */

/* Gallery stuff */

.showcase
{
	width: 100%;
	float: left;
	background: transparent;

	min-height: 400px;
	margin-bottom: 150px;
}

.showcaseAbout
{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	height: 200px;
	margin-top: 30px;
	padding-top: 30px;
	background: white;
	text-align: center;
}

.showcaseLogo
{
	float: none;
	width: 100%;
}

.showcaseImg
{
	text-align: left;
	width: auto;
	height: 100px;
}

.showcaseInfo
{
	float: left;
	width: 100%;
	text-align: center;
}

.showcaseInfo p
{
	margin: 0 20px 0;
	display: inline;
	line-height: 80px;
	float: none;
	height: 100px;
	width: 100%;
	text-align: center !important;
}

.showcaseInfo span
{
	font-size: 42px;
	margin-right: 5px;
	vertical-align: middle;
	color: #cfcfcf;
}

.showcaseInfo p a
{
	text-decoration: none;
}

.showcaseCinema
{
	width: 960px;
	float: left;
	background: transparent;

	min-height: 300px;
}

.showcaseCinema .para
{
	padding: 0px 0 30px 10px;
}

.showcaseCinemaAbout
{
	width: 100%;
	overflow: hidden;
	border-bottom: 0px solid #eee;
	height: 100px;
	background: white;
}

.showcaseCinemaLogo
{
	float: left;
	width: 33%;
}

.showcaseCinemaImg
{
	text-align: left;
	width: auto;
	height: 100px;
}

.showcaseCinemaInfo
{
	float: left;
	width: 100%;
	text-align: center;
	overflow: visible;
}

.showcaseCinemaInfo h2
{
	display: none;
}

.showcaseCinemaInfo p
{
	margin: 0 10px;
	display: inline;
	line-height: 100px;
	float: none;
	height: 100px;
	text-align: center !important;
}


.showcaseCinemaInfo p a
{
	text-decoration: none;
}

.showcaseHighlight
{
	color: white;
	background: #AD2C2C;
}

.showcaseCinemaInfo span
{
	font-size: 42px;
	margin-right: 5px;
	vertical-align: middle;
	color: #cfcfcf;
}

.showcaseCinemaInfo p span.dark.entypo
{
	color: #4D0303 !important;
}

a.darkLink
{
	color: #FFA6A6 !important;
}

.cinema
{
	margin-bottom: -4px;
}

.filler
{
	display: block;
	width: 480px;
	height: 300px;
	float: left;
	background: white;
	text-align: center;
	background-image: -webkit-linear-gradient(top, transparent 0%,rgba(0, 0, 0, 0.15) 100%);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
}

#cube
{
	background: #161616;
	
}

#define
{
	background: rgb(248,248,248);
	
}

.filler a
{
	display: inline-block;
	text-decoration: none;
	font-size: 28px;
	height: 300px;
	line-height: 300px;
	width: 480px;
	font-weight: 800;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}

.screenshot
{
	float: left;
	width: 480px;
	height: 300px;
	overflow: hidden;
}

.screenshot .nonRetina
{
	display: block;
}

.screenshot .retina
{
	display: none;
}

.screenshot img
{
	width: 480px;
	height: 300px;
}

#video {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#video iframe,  
#video object,  
#video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#filmInner
{
	margin: 0 auto 125px;
	clear: left;
	overflow: auto;
}

#vimeoLink
{
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 100px;
	clear: left;
	background: white;
	line-height: 100px;
	border: 1px solid #EEE;
}

#vimeoLink a
{
	width: 100%;
	height: 100px;
	display: inline-block;
	text-decoration: none;
	font-size: 28px;
	font-weight: 800;
}

#contactMe
{
	display: block;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
}

#contactMe a
{
	font-family: "Entypo";
	text-decoration: none;
	vertical-align: middle;
	font-size: 92px;
	position: relative;
}

#footer
{
	position: absolute;
	bottom: 0px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

#footer p
{
	display: inline;
	color: #666;
	margin: 0 20px;
	font-size: 12px;
}

#footer a
{
	text-decoration: none;
	color: #8A4545;
}

::selection {
	background: rgba(214, 3, 3, 0.65); /* Safari */
	}
::-webkit-selection {
	background: rgba(214, 3, 3, 0.65); /* Safari */
	}
::-moz-selection {
	background: rgba(214, 3, 3, 0.65); /* Firefox */
}

iframe
{
	float: left;
}

#sidebar
{
	transition: left 0.2s, opacity 0.2s;
	-webkit-transition: left 0.2s, opacity 0.2s;
	-moz-transition: left 0.2s, opacity 0.2s;

	display: inline-block;
	background: transparent;
	position: fixed;
	left: -50px;
	top: 25px;
	height: 100%;
	width: 50px;
	z-index: 99;
	
	opacity: 0;
}

.intro
{
	left: 25px !important;
	opacity: 1 !important;
}

#innerBar
{
	position: relative;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.1);
}

#innerBar a
{
	height: 25%;
	line-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-family: "Entypo";
	text-decoration: none;
	font-size: 60px;
	color: rgba(0,0,0,0.35);
	
}

#innerBar a:hover
{

	color: rgba(255,255,255,0.9);
}

#floater
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	display: inline-block;
	background: rgba(255,255,255,0.1);
	font-family: "Entypo";
	z-index: -1;
}








