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

/* Defaults */
html{
	height:100%;
}

body{
	position:relative;
	top:95px;
	min-height:100%;
	font-family:"Helvetica Neue" ,Helvetica, Arial, sans-serif;
	font-size:16px;
}

p{
	padding:0;	
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Archivo Narrow', sans-serif;
	margin:0;
	padding:0;
}

h2{
	font-size:4em;
	margin-bottom:30px;
}

h3{
	font-size:1.75em;
	line-height:.75em;
	font-weight:bold;
}

/* Main */
article{
	position:relative;
}

#work, #about, #contact{
	padding:100px 0;	
}

#header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:100px;
	z-index:10;
	background:#353743; /* Old browsers */
	background:-moz-linear-gradient(top,  #353743 0%, #202128 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#353743), color-stop(100%,#202128)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #353743 0%,#202128 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #353743 0%,#202128 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #353743 0%,#202128 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #353743 0%,#202128 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353743', endColorstr='#202128', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:inset -1px -1px 3px #1a1a1a;
	box-shadow:inset -1px -1px 3px #1a1a1a;
}

#intro{
	padding:75px 0;
	background:url('../img/blue_bg.jpg');
}

#about{
	background:url('../img/orange_bg.jpg');
}

#contact{
	background:url('../img/blue_bg.jpg');
}

#footer{
	background:#353743; /* Old browsers */
	background:-moz-linear-gradient(top,  #353743 0%, #202128 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#353743), color-stop(100%,#202128)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #353743 0%,#202128 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #353743 0%,#202128 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #353743 0%,#202128 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #353743 0%,#202128 100%); /* W3C */
	/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#353743', endColorstr='#202128',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:inset -1px -1px 3px #1a1a1a;
	box-shadow:inset -1px -1px 4px #1a1a1a;	
}

/* Section Headers */
#work h2{
	text-shadow:2px 2px 1px rgba(51,51,51, .5);
}

#work h3{
	text-shadow:1px 1px 1px rgba(51,51,51, .5);
}

#work_text_container h3{
	text-shadow:1px 1px 1px rgba(51,51,51, .5);
}

#about h2{
	text-shadow:2px 2px 2px rgba(51,51,51, .5);
}

#about h3{
	text-shadow:0 0 1px rgba(255,255,255,.5), 1px 2px 1px rgba(51,51,51, .5);
}

#contact h2{
	text-shadow:3px 3px 1px rgba(51,51,51, .5);
}

#contact h3{
	text-shadow:1px 1px 1px rgba(51,51,51, .5);
}

.section_header p{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.125em;
	line-height:1.25em;
	text-align:center;
	padding:10px 20%;
	margin-bottom:25px;
	border-top:1px dotted black;
	border-bottom:1px dotted black;	
}

/* Section Borders */
#section_bg1{
	height:25px;
	width:1200px;
	background:url('../img/blue_white_border.jpg') center;
}

#section_bg2{
	height:25px;
	width:1200px;
	background:url('../img/white_orange_border.jpg') center;
}

#section_bg3{
	height:25px;
	width:1200px;
	background:url('../img/orange_blue_border.jpg') center;
}

/* Header */
#header .span12{
	float:none;
	margin:0 auto;
	padding-left:30px;		
}

#header .span10{
	position:relative;	
}

#header #logo{
	position:absolute;
	left:0;
	margin-top:15px;
	z-index:5;
}

#header nav{
	position:relative;
	text-align:center;
}

#header ul{
	margin:35px auto 0 auto;
	padding:0;
	text-align:center;
}

#header li{
	display:inline-block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size:1.875em;
	font-weight:bold;
	list-style-type:none;
	vertical-align:middle;
	margin:0 30px;
}

#header li a{
	color:#fff;
	padding:0 5px;
}

#header li a:hover{
	text-decoration:none;
	color:#0052a2;	
}

/* Intro */
#intro .span12{
	float:none;
	margin:0 auto;	
	padding-left:30px;	
}

#intro img{
	display:block;
	margin:0 auto;	
}

/* Featured Work */
#work .span12{
	float:none;
	margin:0 auto;	
	padding-left:30px;	
}

#featured_work{
	text-align:center;
}

#work h3{
	margin-bottom:15px;	
}

.web, .design, .video{
	margin-left:30px;	
}

#design, #video{
	margin-top:10px;
}

#work .web .span3, #work .design .span3, #work .video .span3{
	height:160px;
	width:228px;
	padding:10px 10px;
	margin-bottom:35px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow:0 0 6px 1px #333;
	box-shadow:0 0 6px 1px #333;
}

#work .web .span3:nth-child(2), #work .web .span3:nth-child(3), #work .web .span3:nth-child(5), #work .web .span3:nth-child(6), #work .web .span3:nth-child(8), #work .web .span3:nth-child(9), #work .design .span3:nth-child(2), #work .design .span3:nth-child(3), #work .design .span3:nth-child(5), #work .design .span3:nth-child(6), #work .video .span3:nth-child(2), #work .video .span3:nth-child(3), #work .video .span3:nth-child(5), #work .video .span3:nth-child(6){
	margin-left:50px;	
}

#work .box{
	height:160px;
	width:228px;
	overflow:hidden;
	background:#1a1a1a;
	cursor:pointer;
}

/* Web */
#work .web .box img, #work .design .box img{
	position:relative;
	bottom:0px;	
	-webkit-transition:bottom 3s;
	-o-transition:bottom 3s;	
	transition:bottom 3s;		
}

#work .web1 img:hover{
	bottom:120px;
}

#work .web2 img:hover{
	bottom:329px;
}

#work .web3 img:hover{
	bottom:162px;
}

#work .web4 img:hover{
	bottom:63px;
}

#work .web5 img:hover{
	bottom:14px;
}

#work .web6 img:hover{
	bottom:110px;	
}

/*#work .web7 img:hover{
	bottom:1px;	
}
*/
#work .web7 img:hover{
	bottom:667px;
}

#work .web8 img:hover{	
	bottom:407px;
}

#work .web9 img:hover{
	bottom:426px;	
}

/* Design */
#work .design1 img:hover{
	bottom:209px;
}

#work .design2 img:hover{
	bottom:68px;	
}

#work .design3 img:hover{
	bottom:10px;	
}

/* Video */
#work .video .box img{
	-webkit-transition:opacity 3s;
	-o-transition:opacity 3s;		
	transition:opacity 3s;
	opacity:1;
}

#work .video .box img:hover{
	opacity:.5;
}

/* Work Menu */
#work_menu_container{
	position:absolute;
	top:0;
	left:0;
	margin-left:0;
	float:none;		
	background:rgba(51,51,51,.8);
	z-index:-10;
	display:none;
}

#work_menu{	
	position:absolute;
	top:0;
	left:0;
	padding:25px;
	background:white;
	-webkit-box-shadow:0 0 5px 8px rgba(51,51,51,.5);
	box-shadow:0 0 5px 8px rgba(51,51,51,.5);
}

#work_menu .span5{
	position:relative;	
}

#work_menu .close_menu{
	position:absolute;
	top:0px;
	right:7px;
	color:#333;
	font-size:1.375em;
	font-weight:900;
	float:none;
	opacity:1;
	line-height:1.375em;
}

#work_menu .close_menu:hover{
	color:#888 !important;
	cursor:pointer;
}

#work_menu .close_menu:active{
	top:2px;	
}

#work_menu .forward_button{
	position:absolute;
	top:0px;
	right:-40px;
	height:50px;
	width:28px;
	background:url('../img/forward.png') no-repeat center;
	z-index:30;
	cursor:pointer;
}

#work_menu .back_button{
	position:absolute;
	top:0px;
	left:-40px;
	height:50px;
	width:28px;
	background:url('../img/backward.png') no-repeat center;
	z-index:30;
	cursor:pointer;
}

#work_menu #work_img img{
	width:470px;
	display:block;
	margin:0 auto;
	border:1px solid #333;
}

.video_container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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

#work_menu #work_img iframe{
	border:1px solid #333;
}

#work_menu .span3{
	position:relative;
}

#work_menu #work_text h3{
	margin-top:0;
	margin-bottom:10px;
	color:#333;
}

#work_menu #work_text p{
	margin-bottom:15px;
	color:#333;	
}

#work_menu .work_date{
	font-size:.875em;
	line-height:.875em;
}

#work_menu .work_description a{
	color:#333;
	text-decoration:underline;
}

#work_menu .work_description a:hover{
	text-decoration:none;
}

#work_menu #work_text_container a#web_link{
	width:100px;
	margin:0 auto;
	font-size:1.125em;
	display:block;
	text-align:center;
	color:#0052a2;
}

/* About Me */
#about .span12{
	float:none;
	margin:0 auto;	
	padding-left:30px;	
}

#about_me{
	text-align:center;
}

#about a{
	color:#fff;
	text-decoration:underline;
}

#about a:hover{
	text-decoration:none;
}

#about .span6 img{
	float:left;
	margin:5px 15px 0 0;
}

#about .span6 p:nth-child(2), #about .span6 p:nth-child(3){
	margin-bottom:20px;
}

#about h3{
	margin-bottom:10px;	
}

#about .span4 h3{
	margin:0 0 15px 15px;
}

#about #design_skills h3{
	padding-top:15px;	
}

#about .span4 h6{
	text-align:center;
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:.75em;
}

.circle{
	float:left;
	width:120px;
	margin-bottom:10px;
}

#development_skills .circle:nth-child(3), #development_skills .circle:nth-child(6), #design_skills .circle:nth-child(3), #design_skills .circle:nth-child(6){
	padding:0 5px 0 5px;
}

.outer{
	height:90px;
	width:90px;
	margin:0 auto;
	-webkit-border-radius:45px;
	border-radius:45px;
	background:#0052A2;
}

.middle{
	position:relative;
	top:7px;
	left:7px;
	height:76px;
	width:76px;
	-webkit-border-radius:38px;
	border-radius:38px;
	background:white;
}

.inner25{
	position:relative;
	top:38px;
	left:3px;
	height:35px;
	width:70px;
	-webkit-border-radius:0 0 35px 35px;
	border-radius:0 0 35px 35px;
	background:#0052A2;
}

.filler25{
	position:absolute;
	top:38px;
	left:3px;
	height:17.5px;
	width:70px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	background:white;	
	z-index:1;
}

.inner50{
	position:relative;
	top:38px;
	left:3px;
	height:35px;
	width:70px;
	-webkit-border-radius:0 0 40px 40px;
	border-radius:0 0 40px 40px;
	background:#0052A2;
}

.inner75{
	position:relative;
	top:3px;
	left:3px;
	height:70px;
	width:70px;
	-webkit-border-radius:35px;
	border-radius:35px;
	background:#0052A2;
}

.filler75{
	position:absolute;
	top:13px;
	left:6px;
	height:8px;
	width:64px;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	background:white;	
	z-index:1;
}

.filler752{
	position:absolute;
	top:8px;
	left:12px;
	height:5px;
	width:52px;
	-webkit-border-radius:25px 25px 0 0;
	border-radius:25px 25px 0 0;
	background:white;	
	z-index:1;
}

.filler753{
	position:absolute;
	top:3px;
	left:20px;
	height:5px;
	width:37px;
	-webkit-border-radius:25px 25px 0 0;
	border-radius:25px 25px 0 0;
	background:white;	
	z-index:1;
}

.inner100{
	position:relative;
	top:3px;
	left:3px;
	height:70px;
	width:70px;
	-webkit-border-radius:35px;
	border-radius:35px;
	background:#0052A2;
}

/* Contact */
#contact .span12{
	float:none;
	margin:0 auto;
	padding-left:30px;	
}

#say_hello{
	text-align:center;
}

#form{
	position:relative;
}

#contact ul{
	list-style-type:none;
	padding:0;	
}

#contact form ul{
	margin:0;	
}

#contact form li{
	display:inline-block;
}

#contact form li:nth-child(2), #contact form li:nth-child(4){
	margin-left:25px;
}

#contact label.span3{
	margin-left:0;	
}

#contact .form_button{	
	text-align:right;
}

#contact button{
	position:absolute;
	right:0;
	color:#333;
	font-weight:bold;
}

#form input{
	margin-bottom:15px;	
}

#form label{
	margin-bottom:5px;
	font-size:1.125em;
	font-weight:bold;
}

#contact .span4{
	position:relative;
}

#contact .span4 img{
	display:block;
	margin:28px auto 0 auto;
}

#contact .span4 a#email_icon{
	display:block;
	position:absolute;
	bottom:2px;
	left:95px;
	height:145px;
	width:180px;
	-webkit-border-radius:45px 45px 0 0;
	border-radius:45px 45px 0 0;
	text-indent:-9999px;
	outline:none;
	background:url('../img/contact_bottom.png') no-repeat scroll 0 0 transparent;
}

#contact .span4 a#email_icon:hover{
	background-position:0 -149px;	
}

#contact h3{
	text-align:center;
	padding:0;
	margin-bottom:15px;
}

#contact #social_media ul{
	position:relative;
	left:90px;
	list-style-type:none;
	margin-left:0;
}

#contact #social_media li{
	display:inline-block;
	margin:0 5px;
}

#contact #social_media a{
	display:block;
	height:32px;
	width:32px;
	text-indent:-9999px;
	outline:none;
	background:url('../img/social_media.png') no-repeat scroll 0 0 transparent;
	-webkit-box-shadow:0px 0px 2px #333333;
	box-shadow:0px 0px 3px #333333;
}

#contact a#linkedin{
	background-position:0 0;
}

#contact a#twitter{
	background-position:0 -35px;
}

#contact a#youtube{
	background-position:0 -70px;	
}

#contact a#google{
	background-position:0 -105px;	
}

#contact #linkedin:hover{
	-ms-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	transform:rotate(15deg);
}

#contact #twitter:hover{
	-ms-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	transform:rotate(15deg);
}

#contact #youtube:hover{
	-ms-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	transform:rotate(15deg);
}

#contact #google:hover{
	-ms-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	transform:rotate(15deg);
}

/* Footer */
#footer .span12{
	float:none;
	margin:0 auto;
	padding-left:30px;	
}

#footer p{
	font-size:.875em;
	line-height:1.25em;
}

#footer a{
	color:#fff;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;	
}

#footer #testimonial p{
	text-align:justify;
	margin-right:50px;
	margin-top:13px;
}

#footer p#sig{
	text-align:right;	
}

#footer #testimonial{
	position:relative;
	margin-top:51px;
}

#footer #twitter_feed{
	position:relative;
	margin-top:50px;
}

#footer h6{
	font-size:1.125em;
	text-align:center;
	padding:0;
}

#footer #twitter_feed h6{
	margin:0 0 5px 50px;
}

#footer #testimonial h6{
	margin:0 50px 5px 0;
}

#footer #tweet{
	margin-left:50px;
}

#footer #follow{
	position:absolute;
	right:0;
	margin-left:50px;	
}

#footer #tweets{
	margin-left:50px;
	margin-top:-5px;
}

#footer .tweet{
	padding:13px 0 13px 0;
}

#footer .tweet:nth-child(1){
	border-bottom:1px dotted grey;
}

#footer .tweet .name, #footer .tweet .date{
	width:50%;
	float:left;	
}

#footer .tweet .date{
	text-align:right;	
}

#footer .tweet p.text{
	margin:5px 0 0 0;
}

#footer #copyright p{
	margin:40px 0 5px 0;
	font-size:.75em;
	text-align:center;
}

/* Misc */
.white_text{
	color:#fff;	
}

.grey_text{
	color:#333;	
}

.clear{
	clear:both;	
}

.border{
	border:1px solid red;	
}