/* 
	Hand Crafted by Jason Reid

	☆  REIDOS ·  2 0 1 3  ·  [ http://reidos.com ]
	   —————— 
*/


@import "bootstrap.css";

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro|Droid+Sans|Average+Sans|Lato|Droid+Serif|Open+Sans|Roboto+Slab|Merriweather+Sans);

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Droid Sans', sans-serif;
font-family: 'Average Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Merriweather Sans', sans-serif;
*/
/*	--------------------------------------------------
	:: Base Styles
	-------------------------------------------------- */
		
img{
	border: none;
}

html {
	overflow-x: hidden;
}

html { 
	height: 100%; 
  	background: #000000 url('../img/_core/reidos-bkgd.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

html.built-websites {
	background: #c2c7ca;
	height: 100%;
}

html.david-goliath {
	height: 100%;
	background: #000000 url('../img/_backgrounds/bg_david_goliath.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

html.paintings {
	height: 100%;
	background: #000000 url('../img/_backgrounds/paintings.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body {	
	background: none;

}

body, button, input, select, textarea, p {
	color: #252525;
	font-family: Georgia, serif;
	font-size: 1em;
}

body h1{
	color: #252525;
	font-size: 1.5em;
	margin: 0;
}

/* Links */	
a, a:after { 
	color: #898989;
	text-decoration: none !important; 
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out; 
}
	
a:hover, a:active, a:focus {
	color: #ffffff !important;				
}

.clear-reidos-both{
	clear: both;
}

.reidos-ie-background{
	display: none;
}

.david-ie-background{
	display: none;
}

img.paintings-ie-background{
	display: none;
}

.hideImage{
	display: none;
}
	
/*	--------------------------------------------------
	:: Page width/ overwrite bootstrap styles
	-------------------------------------------------- */

.row-fluid{
	max-width: 1200px !important;
	margin: 0 auto !important;
}

	
	@media (max-width: 767px) {
		
		body {
				padding-right: 0 !important;
				padding-left: 0 !important;
		}
		.container-fluid {
				padding: 0 15px 0 15px !important;
		}
		.row-fluid{
			max-width: auto !important;
			margin: auto;
		}
	}
		
/*	--------------------------------------------------
	:: Logo
	-------------------------------------------------- */

.reidos-logo{
}
	
#logo_margin_top{
	margin-top: 25px;
	margin-left: 15px;
	position: relative;	
	z-index: 5000;
}

#logo_container{
	position: fixed;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 0;
}

#logo{
	float:left;
	position: absolute;
}

#logo_top{
	width: 143px;
	height: 143px;
	background: url('../img/_core/logo.png') no-repeat;
	position: absolute;
	
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#logo_top:hover{
	
	opacity: 0;

	transform: rotate(15deg);
	/* Safari */
	-webkit-transform: rotate(15deg);

	/* Firefox */
	-moz-transform: rotate(15deg);

	/* IE */
	-ms-transform: rotate(15deg);

	/* Opera */
	-o-transform: rotate(15deg);

}

#logo_bottom{
	width: 143px;
	height: 143px;
	background: url('../img/_core/logo_over.png') no-repeat;
}

#mobile-logo-container{
	width: 200px;
	height: 85px;
	position: relative;
	margin: 0 auto;
	display: none;
}

#mobile-facebook{
	width: 22px;
	height: 22px;
	margin-top: 30px;
	background: url('../img/_core/icons.png') 0 0;
	float: left;
	display: none;
}

#mobile-linkedin{
	width: 22px;
	height: 22px;
	margin-top: 30px;
	background: url('../img/_core/icons.png') -30px 0;
	float: right;
	display: none;
}

#mobile-facebook:hover{
	background: url('../img/_core/icons.png') 0 22px;
}

#mobile-linkedin:hover{
	background: url('../img/_core/icons.png') -30px 22px;
}

#mobile-logo-width{
	position: relative;
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

#mobile-logo{
	width: 85px;
	height: 85px;
	background: url('../img/_core/logo_mobile.png') no-repeat;
	position: absolute;
	opacity: 1;
	display: none;
	
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#mobile-logo:hover{
	opacity: 0;
	
	transform: rotate(15deg);
	/* Safari */
	-webkit-transform: rotate(15deg);

	/* Firefox */
	-moz-transform: rotate(15deg);

	/* IE */
	-ms-transform: rotate(15deg);

	/* Opera */
	-o-transform: rotate(15deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#mobile-logo-over{
	margin-top: 20px;
	width: 85px;
	height: 85px;
	background: url('../img/_core/logo_mobile_over.png') no-repeat;
	display: none;
}

.jason-title-container{
	margin-top: 25px;
	margin-right: 15px;
	position: relative;
}

.jason-title{
	float: right;
	text-align: right;
	width: 78%;
	height: 150px;
	display: block;
}

.jason-title-container .jason-title h1{
	color: #ffffff;
	font-size: 4em;
	font-family: 'Roboto Slab', serif;
}

.jason-title-container .jason-title h2{
	color: #e1e1e1;
	font-size: 5em;
	line-height: 0.8em;
	font-family: 'Roboto Slab', serif;
}

.jason-title-container .jason-title p{
	color: #000000;
	font-size: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
}

	@media only screen and (max-width: 767px) {
		
		#logo_margin_top{
			display: none;
		}
		
		#mobile-logo-container{
			display: block;
		}
		
		#mobile-logo{
			display: block;	
		}
		
		#mobile-logo-over{
			display: block;
		}

		.jason-title-container{
			margin-top: 15px;
			margin-right: 0;
			position: relative;
		}
	
		.jason-title{
			width: 100%;
			height: 120px;
			float: none;
			text-align: center;
		}
		
		.jason-title-container .jason-title h2{
			line-height: 0.6em;
		}	
	}
	
	@media only screen and (max-width: 480px) {
		
		.jason-title-container{
			margin-top: 7px;
		}
		
		.jason-title{
			height: 105px;
		}
		
		.jason-title-container .jason-title h2{
			line-height: 0.4em;
		}
		
		#mobile-facebook{
			display: block;
		}

		#mobile-linkedin{
			display: block;
		}	
	}

/*	--------------------------------------------------
	:: Common page elements
	-------------------------------------------------- */

.reidos-dots{
	background: url('../img/_core/dots.png') repeat center center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.reidos-top-bar{
	height: 10px;
	background: #000000;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.reidos-content-container{
	margin-top: 20px;
}

.reidos-content-container .reidos-content{
	padding-bottom: 100px;
}

	@media only screen and (max-width: 767px) {
		
		.reidos-top-bar{
			width: auto;
			position: relative;
			height: auto;
			top: 0;
		}
		
		.reidos-content-container .reidos-content{
			padding-bottom: 30px;
		}
	}

/*	--------------------------------------------------
	:: Main navigation
	-------------------------------------------------- */
.main-nav-container{
	position: fixed;
	background: #000000;
	height: 50px;
	bottom: 0;
	width: 100%;
}

.main-nav{
	margin-top: 15px;
}

.main-nav ul{
	margin: 0;
	list-style-type: none;
}

.main-nav li{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.main-nav-left{
	float: left;
}

.main-nav-right{
	float: right;
	padding-right: 40px;
}

.main-nav-left a.selected {
	color: #ffffff !important;
}

#facebook-link{
	width: 22px;
	height: 22px;
	background: url('../img/_core/icons.png') 0 0;
}

#linkedin-link{
	width: 22px;
	height: 22px;
	background: url('../img/_core/icons.png') -30px 0;
}

#facebook-link:hover{
	background: url('../img/_core/icons.png') 0 22px;
}

#linkedin-link:hover{
	background: url('../img/_core/icons.png') -30px 22px;
}

	@media only screen and (max-width: 767px) {
		
		.main-nav-container{
			display: none;
		}
	}
/*	--------------------------------------------------
	:: Mobile Navigation
	-------------------------------------------------- */

.main-nav-mobile{
	margin-top: 15px;
	display: none;
}

.main-nav-mobile ul{
	margin: 0;
	margin-bottom: 15px;
	list-style-type: none;
}

.main-nav-mobile li{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.main-nav-left-mobile{
	float: left;
}

.main-nav-right-mobile{
	float: right;
}

.main-nav-right-mobile li{
	margin-right: 0;
	margin-left: 15px;
}

.main-nav-left-mobile a.selected {
	color: #ffffff !important;
}

	@media only screen and (max-width: 767px) {
		
		.main-nav-mobile{
			display: block;
		}
		
	}
	
	@media only screen and (max-width: 480px) {

		.main-nav-mobile{
			margin-top: 0;
		}
		
		.main-nav-right-mobile{
			float: left;
			clear: both;
			display: none;
		}
		
		.main-nav-left-mobile{
			float: none;
		}
		
		.main-nav-left-mobile li{
			width: 25%;
			margin: 0;
		}	
	}
	
/*	--------------------------------------------------
	:: Portfolio
	-------------------------------------------------- */

.reidos-content-container .portfolio-container{
	width: 25%;
	float: left;
	position: relative;
	
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.portfolio-container img{
	width: 100%;
	height: auto;
	
}

.portfolio-container .portfolio-image{
	margin: 15px;
	position: relative;
}

.portfolio-container .portfolio-image-dsc{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;

	background: #000000;

	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.portfolio-container .portfolio-image-dsc:hover{
	opacity: 1;
}

.portfolio-container .portfolio-hover{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */

	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.portfolio-container .portfolio-hover:hover{
	opacity: 1;
}

.portfolio-container .portfolio-image-dsc h2{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 35%;
	margin-bottom: 10%;
	color: #ffffff;
	font-size: 130%;
	font-family: 'Roboto Slab', serif;
	line-height: 110%;
}

.portfolio-container .portfolio-image-dsc p{
	margin: 0;
	color: #cccccc;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

	@media only screen and (max-width: 980px) {
		
		.reidos-content-container .portfolio-container{
			width: 33.33333333333333%;
		}
	}
	
	
	@media only screen and (max-width: 767px) {
		
		.reidos-content-container .portfolio-container{
			width: 50%;
		}

	}
	
	@media only screen and (max-width: 480px) {
		
		.portfolio-container .portfolio-image-dsc h2{	
			font-size: 90%;
		}
		
		.portfolio-container .portfolio-image-dsc p{
			font-size: 80%;
		}
		
		.portfolio-container .portfolio-image{
			margin: 7px;
		}
		
	}
	
	@media only screen and (max-width: 380px) {
		
		.portfolio-container .portfolio-image-dsc h2{
			display: none;
		}
		
		.portfolio-container .portfolio-image-dsc p{
			display: none;
		}		
	}
	
/*	--------------------------------------------------
	:: Form Inputs/ Bootstrap overwrite
	-------------------------------------------------- */

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
  border-color: none;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(82, 168, 236, 0.6);
}

/*	--------------------------------------------------
	:: Contact Me
	-------------------------------------------------- */

#contactJason .close{
	margin-top: 15px;
}

#contact-form label{
	display: none;
}

.contact-me{
	margin-bottom: 30px;
}

.contact-me h1{
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	color: #111111;
	line-height: 2em;
	font-size: 2em;
}

.contact-me #name{
	width: 45%;
	float: right;
}

.contact-me #email{
	width: 45%;
	float: right;
}

.contact-me #message{
	width: 45%;
	max-width: 45%;
	min-width: 45%;
	min-height: 140px;
	float: left
}

.contact-me #contact_submit{
	width: 25%;
	float: right;
	text-align: center;
	margin-right: 11%;
	-webkit-appearance: none;
}

fieldset { border: 0; margin: 0; padding: 0; }

.contact form input.text, .contact form textarea {
	border: none;
	border-bottom: 2px #111111 solid;
	outline: none;
	background-color: #cccccc;
	color: #000000;
	font-size: 1em;
}

.contact form input.text:focus, .contact form textarea:focus {
	border-color: #2f1a44;
	color: #000000;
}

.contact form input.text {
	font-family: 'Source Sans Pro', sans-serif;
}

.contact form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	min-height: 100px;
}

.contact form input.submit {
	background: none; 
	border: none;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	margin-top: 10px;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
	color: #cccccc;
	background: #7a2c29;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.contact form input.submit:hover {	
	background: #000000;				
}

::-webkit-input-placeholder {
   color: #363636;
}

:-moz-placeholder { /* Firefox 18- */
   color: #363636;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #363636;  
}

:-ms-input-placeholder {  
   color: #363636;  
}

/* AJAX/ jQuery contact form rules */
#error {
	display: none; 
	color: #7a2c29; 
}

.fillplease {
	background: #000000 !important;
	color: #cccccc !important; 
}

.thank-you #thanks p{
	line-height: 55px;
}

.thank-you #thanks p img{
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 18px;
	vertical-align: middle;
}

.thank-you #thanks p span{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #000000;
}

	@media only screen and (max-width: 767px) {
		
		.contact-me h1{
			margin-top: 0;
			font-size: 1.5em;
			line-height: 2em;
		}
		
		.contact-me #name{
			margin-top: 10px;
			width: 97%;
			float: none;
		}

		.contact-me #email{
			width: 97%;
			float: left;
		}

		.contact-me #message{
			width: 97%;
			max-width: 97%;
			min-width: 97%;
			min-height: 100px;
			margin: 0 auto;
		}

		.contact-me #contact_submit{
			width: 50%;
			float: none;
			text-align: center;
			margin: 0 auto;
		}
	}
	
	@media only screen and (max-width: 480px) {
			
		.contact-me h1{
			line-height: 1em;
			margin-top: 15px;
			margin-bottom: 10px;
		}
		
		.contact-me #contact_submit{
			width: 100%;
		}
		
		#contactJason .close{
			margin-top: 0;
		}
	}	

/*	--------------------------------------------------
	:: My Story
	-------------------------------------------------- */

.jason_photo_stretch{
	width: 100%;
	height: auto;
}

#page_content_container{
	width: 100%;
}

#my_story_container{
	padding-top: 30px;
	padding-bottom: 15px;
	margin-left: 83px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(149,149,149,0.7) 0%, rgba(149,149,149,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,0.7)), color-stop(100%,rgba(149,149,149,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3959595', endColorstr='#b3959595',GradientType=0 ); /* IE6-8 */

	border-left: solid #464646 8px;
}

#my_story_container p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: .5px;
	padding-left: 60px;
	padding-right: 15px;
	clear: both;
	color: #000000;
}

p.my_story_year{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .5px;
}


.my_story_header_img{
	float: left;
	padding-right:30px;
	margin-left: -41px;
}


h1.my_story_headers{
	color: #cccccc;
	font-family: 'Roboto Slab', serif;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
}

.my_story_article{
	margin-bottom: 60px;
	z-index: 10;
}

.my_story_article a:link, .my_story_article a:visited {
	text-decoration:  none;	
	list-style-type: none;
	padding-bottom: 2px;
	color: #c2c2c2;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	line-height: 15px;
}
.my_story_article a:hover{
	color: #111111 !important;
	text-decoration:  none;	
}

.my_story_arrows{
	padding-left: 4px;
}

	@media only screen and (max-width: 767px) {
		
		#my_story_container{
			margin-left: 40px;
		}
		
		h1.my_story_headers{
			font-size: 2em;	
		}
		
		.my_story_header_img{
			padding-right:15px;
		}
		
		#my_story_container p{
			font-size: 1.1em;
			line-height: 1.5em;
			letter-spacing:normal;
			padding-left: 45px;
			padding-right: 15px;
		}	
	}
	
	@media only screen and (max-width: 480px) {
		
		#my_story_container{
			margin-left: 0;
			margin-top: 15px;
			padding-top: 0;
			border: none;
		}
		
		h1.my_story_headers{
			font-size: 1.8em;
			text-align: center;
			margin-bottom: 10px;
			margin-top: 5px;
			padding-left: 15px;
			padding-right: 15px;	
		}
		
		.my_story_header_img{
			float: none;
			padding:none;
			margin: 0 auto;
			display: block;
		}
		
		#my_story_container p{
			font-size: 1.1em;
			line-height: 1.2em;
			letter-spacing:normal;
			padding-left: 15px;
			padding-right: 15px;
		}
		
		p.my_story_year{
			border-top: solid #000000 1px;
			padding-top: 15px;
		}
		
		.my_story_article{
			margin-bottom: 20px;
		}	
	}
	
/*	--------------------------------------------------
	:: Resume
	-------------------------------------------------- */

#resume_table_container{
	padding: 15px;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(149,149,149,0.7) 0%, rgba(149,149,149,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,0.7)), color-stop(100%,rgba(149,149,149,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(149,149,149,0.7) 0%,rgba(149,149,149,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3959595', endColorstr='#b3959595',GradientType=0 ); /* IE6-8 */	
}

#resume_table_container table{
	width: 100%;	
}

.resume_table{
	text-align: left;
}

.resume_table tr td{
	line-height: 30px;
}

.resume_quote{
	color: #cccccc;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 2em;
	text-align:center;
	padding: 15px;
	border-top: solid #000000 3px;
}

.resume_year{	
	float: left;
	padding: 5px 0 5px 0;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	letter-spacing: .5px;
	width: 25%;
}

.resume_discription{
	float: left;
	padding: 5px 0 5px 0;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	letter-spacing: .5px;
	width: 50%;
}

.resume_table .resume_location{
	float: left;
	text-align: right;
	padding: 5px 0 5px 0;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	letter-spacing: .5px;
	width: 25%;
}


.resume_header{
	float: left;
	padding: 30px 0 5px 0;
	color: #000000;
	font-family: 'Roboto Slab', serif;
	font-size: 2em;
}

.resume_download{
	float: left;
	padding: 30px 0 5px 0;
}

.resume_download a:link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	letter-spacing: .5px;
	text-decoration:  none;	
	list-style-type: none;
	padding-bottom: 2px;
	color: #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
}
.resume_download a:hover, .resume_download a:visited {
	color: #111111 !important;
	text-decoration:  none;	
	border-bottom: none;
}

.resume_download .animate_arrows{
	margin-left: 5px;
}

.bibliography{
	float: left;
	padding: 5px 0 5px 0;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	letter-spacing: .5px;
	width: 100%;
}

.lwd-badge{
	margin-top: 15px;
}

#lwd-badge{
	padding: 0 20px 20px 0;
}

.lwd-badge p{
	font-family: 'Source Sans Pro', sans-serif;
}

.lwd-badge img{
	display: block;
	margin: 0 auto; 
}


	@media only screen and (max-width: 767px) {
		
		#resume_table_container{
			padding: 0;	
		}
		
		.resume_quote{
			font-size: 1.8em;
		}

		.resume_year{	
			width: 94%;
			padding: 5px 0 5px 15px;
		}

		.resume_discription{
			width: 94%;
			padding: 5px 0 5px 15px;
		}

		.resume_table .resume_location{
			width: 94%;
			padding: 5px 0 15px 15px;
			text-align: left;
		}

		.resume_header{
			float: none;
			padding: 15px;
			border-bottom: solid #000000 1px;
		}
		
		.bibliography{
			width: 94%;
			padding: 5px 0 15px 15px;
		}
		
		.resume_download{
			width: 94%;
			padding: 5px 0 15px 15px;
		}
		
		#lwd-badge{
			padding: 0;
		}
	}
	
	@media only screen and (max-width: 480px) {
		
		.resume_quote{
			font-size: 1.5em;
			line-height: 1.2em;
		}
		
		.resume_year{	
			width: 90%;
		}

		.resume_discription{
			width: 90%;
		}

		.resume_table .resume_location{
			width: 90%;
		}

		.resume_header{
			font-size: 1.8em;
		}
		
		.bibliography{
			width: 90%;
		}
		
		.resume_download{
			width: 90%;
		}
	}
	
	@media only screen and (max-width: 320px) {

		.resume_year{	
			width: 88%;
		}

		.resume_discription{
			width: 88%;
		}

		.resume_table .resume_location{
			width: 88%;
		}

		.resume_header{
			
		}
		
		.bibliography{
			width: 88%;
		}
		
		.resume_download{
			width: 88%;
		}
	}

/*	--------------------------------------------------
	:: Website Projects
	-------------------------------------------------- */

.imac-image{
	margin-top: 15px;
}

.imac-image img{
	display: block;
	margin: 0 auto;
}
	
.project-info{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.project-info h2{
	color: #000000;
	font-size: 3em;
	font-family: 'Roboto Slab', serif;
	line-height: 100%;
	margin: 0;
	margin-top: 30px;
}

.project-info h3{
	color: #464646;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
}

.project-info p{
	font-size: 1.4em;
	line-height: 1.2em;
	color: #252525;
	font-family: 'Source Sans Pro', sans-serif;
}

.project-info p a{
	color: #000000 !important;
	margin-bottom: 5px;
	border-bottom: solid #000000 1px;
}

.project-info p a:hover{
	color: #555555 !important;
	border-bottom: solid #555555 1px;
}

.project-info p.project-desc{
	margin: 0 auto;
	margin-top: 30px;
	width: 70%;
}

.project-info p.project-link{
	margin-top: 30px;
}

.project-info p.project-work{
	margin-top: 30px;
	font-size: 1.2em;
}

	@media only screen and (max-width: 767px) {
		.project-info h2{
			font-size: 1.8em;
			margin: 0;
		}
	}
	
	@media only screen and (max-width: 480px) {
		
		.project-info h2{
			font-size: 1.5em;
			margin: 0;
		}
		
		.project-info h3{
			font-size: 1.3em;
		}

		.project-info p{
			font-size: 1.1em;
		}
		
		.project-info p.project-work{
			font-size: 1em;
		}
		
		.project-info p.project-link{
			font-size: 1em;
		}	
	}

/*---Project info light---*/
	
.project-info-light{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.project-info-light h2{
	color: #000000;
	font-size: 3em;
	font-family: 'Roboto Slab', serif;
	line-height: 100%;
	margin: 0;
	margin-top: 30px;
}

.project-info-light h3{
	color: #111111;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
}

.project-info-light h2{
	color: #ffffff;
}

.project-info-light h3{
	color: #e1e1e1; 
}

.project-info-light p{
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
}

.project-info-light p a{
	color: #000000 !important;
	margin-bottom: 5px;
	border-bottom: solid #000000 1px;
}

.project-info-light p a:hover{
	color: #555555 !important;
	border-bottom: solid #555555 1px;
}

.project-info-light p.project-desc{
	margin-top: 30px;
}

.project-info-light p.project-link{
	margin-top: 30px;
}

.project-info-light p.project-work{
	margin-top: 30px;
	font-size: 1.2em;
	color: #ffffff;
}

	@media only screen and (max-width: 767px) {
		.project-info-light h2{
			font-size: 1.8em;
			margin: 0;
		}
	}
	
	@media only screen and (max-width: 480px) {
		
		.project-info-light h2{
			font-size: 1.5em;
			margin: 0;
		}
		
		.project-info-light h3{
			font-size: 1.3em;
		}

		.project-info-light p{
			font-size: 1.1em;
			line-height: 1.1em;
		}
		
		.project-info-light p.project-work{
			font-size: 1em;
		}
		
	}

/*	--------------------------------------------------
	:: Home Page
	-------------------------------------------------- */
#home-img-container{
	position: relative;
}

#home-img-container #home-lion{
	position: absolute;
	left: 0;
	z-index: -1;
}

#home-img-container #home-bear{
	position: absolute;
	right: 0;
	z-index: -1;
}

#home-img-container #home-david{
	display: block;
	padding-top: 200px;
	margin: 0 auto;
}

	@media only screen and (max-width: 767px) {
		#home-img-container #home-bear{
			display: none;
		}
		
		#home-img-container #home-david{
			padding-top: 260px;
		}
	}


/*	--------------------------------------------------
	:: Animation Videos
	-------------------------------------------------- */

.animation-videos{
	float: left;
	width: 50%;
}

.animation-videos .animtion-videos-margin{
	margin: 0 10% 30px 10%;
}

.animation-videos .animtion-videos-margin .animtion-videos-background{
	background: #000000;
	padding: 7px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.animation-videos h2{
	text-align: center;
	font-size: 2em;
	font-family: 'Roboto Slab', serif;
	color: #e1e1e1;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	@media only screen and (max-width: 767px) {
		
		.animation-videos h2{
			font-size: 1em;
		}
		
	}
	
	
	@media only screen and (max-width: 480px) {
		
		.animation-videos{
			float: none;
			width: 100%;
		}

		.animation-videos .animtion-videos-margin{
			margin: 0 0 30px 0;
		}
		
	}

