/* Colors 

yellow - #ffd51d;
gray - #5a5b5d;

*/

/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

a:active, a:selected, a:visited { border: none; outline: none;}
*{ margin: 0; padding: 0;}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

html, body{
	height: 100%; /* or the height property above will not work */
}
body {
	line-height: 1
	
}

body {
	background: #5f5e60;
	color: #fff;
	font-family:'Futura W01 Book';
	line-height: 21px;
	font-size: 13px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}


.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden
}




/* @group Header */

header {
	height: 140px;
	background: #5f5e60;
}

.page-title p{
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
	width: auto;
	padding: 5px;
	margin-right: 30px;
	border-bottom: 1px solid #ffd51d;
	letter-spacing: 1px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.page-title-wrapper{
	height: 20px;
	margin-top: 100px;
	float: right;
}

/* Logo */

.logo{
	display:block; 
	border: 0;
	background: transparent;
	float: left;
	position: absolute;
	left: 15px;
	top: 10px
}

.logo a {
	border: 0;
	background: transparent
}

.logo .home-logo  li {
	display:inline;
	list-style-type:none;  
}

.logo .home-logo li a { 
	text-indent: -9999px;
    float: left;

}

.logo .home-logo li.logo a {
	/*background: url(../images/peirce-allen-logo-sprite.png) 0 0;*/
    background: url(../images/dd-allen-logo-small.png) 0 0 no-repeat;
	width: 100px;
    height: 100px;
}

.logo .home-logo li.logo a:hover{
	/*background-position: 0px  -100px;*/
}

/* Nav */



#nav {
	margin-left: 185px;
	float: left;
	margin-top: 100px;
	text-transform: uppercase;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#nav>li {
	float: left;
	position: relative;
	margin-right: 0px
}

#nav>li  {
	padding-left: 0px;
	font-size: 16px;
	color: #ffd51d;
	background: transparent;
	border: 0;
	padding: 5px;
	display: inline-block;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	cursor: pointer;
	position: relative;
}

#nav li.selected a{
	color: #fff;
	border-bottom: 1px solid #ffd51d;
}

.Work #nav li.work-page a, .Type #nav li.type-page a, .Media #nav li.media-page a, .About #nav li.about-page a, .Contact #nav li.contact-page a {
	color: #fff;
	border-bottom: 1px solid #ffd51d;
}


#nav>li>a:hover{
	color: #ffd51d;
}

#nav>li:last-child a {
	border-right: 0
}

#nav>li>a:hover,#nav>li.sfHover>a,#nav>li.current_page_item>a {
	background-color: #ffd51d;
	color: #5f5e60;
	text-decoration: none;
}


#nav li .sub-menu {
	position: absolute;
	z-index: 999;
	display: block;
	color: #5f5e60;
	width: 150px;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
	display: none
}

#nav li.type-rollover .sub-menu {
	position: absolute;
	left: 0;
	z-index: 999;
	display: block;
	color: #5f5e60;
	width: 150px;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
	display: none
}



#nav li ul li a {
	background: transparent;
	border: 0;
	color: #5f5e60;
	background-color: #ffd51d;
	font-size: 13px;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}





/* New Menu States */

#nav li ul li a:hover {
	color: #ffd51d;
	background-color: #5f5e60;
}

#nav li a {
	padding: 5px;
	color: #ffd51d;
}
#nav li.idle a{
	color: #5f5e60;
}

#nav ul li.selected a{
	color: #5f5e60;
}


/* Type States */

#nav li.type-rollover.selected{
	color: #fff;
	border-bottom: 1px solid #ffd51d;
}

#nav li.type-rollover {
	padding: 5px;
	background: #5f5e60;
}

#nav li.type-rollover:hover {
	color: #5f5e60;
	background-color: #ffd51d;
}





#nav li.space{
	margin: 0px 15px 0;
}

#social_icons li a {
	border: 0;
	background: transparent
}

#social_icons li img {
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1)
}

/* @end */






/* @group Page Structure */

#main_body {
	position: relative;
	overflow: hidden
}

#grid_container {
	position: relative;
	margin-bottom: 40px;
	padding-right: 80px;
}

#page_content_container a {
	padding: 2px
}
#loading_graphic {
	background: #222 url(images/loading.gif) no-repeat center center;
	z-index: 120;
	width: 25px;
	height: 25px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

/* @end */

.fancybox-nav span {
 visibility: visible;
}	
	
	
	
	
	
		
/* @group Homepage */
.home-centered{position:relative; width:835px; height:383px; background:#5f5e60;}
.home-centered div{padding:0px;}
.home-wrapper{width: 100%; height: 100%; background: #5f5e60;}

.home-logo {
	width: 383px;
	height: 383px;
 	float: left;
  	margin-right: 27px;
}

.small{
	font-size: 10px;
	color: #fff;
	width: 385px;
	text-align: center;
	padding-top: 5px;
	line-height: 12px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.small a{
	color: #ffd51d;
	text-decoration: none;
}

.small a:hover{
	color: #fff;
	text-decoration: none;
}



.home-item {
  width: 75px;
  height: 75px;
  margin: 0px 27px 27px 0px;
  float: left;
 /* background: #ffd51d; */
  background: #fff;
 
}


.home-item a img { 
    border: none; 
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}


/* @end */


/* @group About */
	
#about-container{
	width: 100%;
	position: relative;
}

.about-container-bkg{  
	background: #5f5e60;
	position: absolute;
	left: 30px;
	top: 15px;
	width: 95%;
	height: auto;
	
}

.about-container-bkg img {
	width: 100%;
}

.about-container-desc { 
   position: absolute; 
   font-size: 14px;
   top: 35px;
   right: 60px;
   width: 400px; 
   background: transparent url(../images/translucent-pixel.png);
}

.about-container-desc p{ 
	padding: 10px;
}

/* @end */






/* @group Media */

.media{
	float: left;
	width: 250px;
	height: 300px;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.media img {
	position: absolute;
	width: 250px;
	height: 300px;
	z-index: 100;
}

#media-container{
	width: 100%;
	margin-left: 30px;
	margin-bottom: 10px;
}

.media-overlay{
	width: 220px;
	height: 270px;
	background:rgba(255, 255, 255, 0.75);
	position: absolute;
	z-index: 300;
	padding: 15px;
	cursor: pointer;
	display: none;
	color: #fff;
}

.media-overlay:hover{
	text-decoration: none;
}


.media h5{
	font-size:16px;
	color: #5f5e60;
	font-weight:bold;

}

/* @end */








/* @group Contact */

#contact_container{
	padding: 0;
	margin: 0;
}
.contact-col1{
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 15px;
}

.contact-col2{
	background: #5f5e60;
	float: left;
	margin-top:15px;
}
.contact-col2 p {
    margin-bottom: 12px;
}

.contact-col2 textarea, .contact-col2 input[type="text"], .contact-col2 input[type="password"], .contact-col2 input[type="email"], .contact-col2 input[type="tel"] {
    padding: 8px;
    background: #fff;
    font-size: 13px;
    color: #777;
    border: 0;
}

.contact-col2 input[type="submit"] {
    padding: 2px 8px;
    background: #fff;
}
.contact-col2 input[type="submit"]:hover {
    border: #ffd51d;
}
.contact-col2 textarea:focus, .contact-col2 textarea:hover {
    background: #fff;
}
.contact-col1 h3{
	line-height: 22px;
	font-size: 19px;
}

.contact-fb{
	padding-top:20px;
	float:left;
	width:180px;
}

.contact-pinterest{
	padding-top:20px;
	float:right;
	width:200px;
}

.contact-pinterest p a{
	color:#fff;
}

.contact-pinterest p a:hover{
	color:#ffd51d;
}

.contact-fb p a{
	color: #fff;
}

.contact-fb p a:hover{
	color: #ffd51d;
}
/* @end */

/* @group Text Styles */
p {
	margin-bottom: 21px;
	font-size: 100%;
	line-height: 21px;
	text-rendering: optimizeLegibility
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a {
	text-decoration: none;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	color: #ffd51d;
}

a:hover {
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	color: #fff;
	line-height: 21px
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

h1 {
	font-size: 40px;
	letter-spacing: -1px
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 26px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 26px;
	margin-bottom: 0
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

h6 {
	font-size: 20px;
	margin-bottom: 0
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/* @end */

/* @group Grid */

.alignleft {
	float: left
}

.alignright {
	float: right
}

.aligncenter {
	margin-left: auto;
	margin-right: auto
}

.one_half,.one_third,.two_third,.two_fourth,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth {
	position: relative;
	margin-right: 4%;
	float: left
}


.one_half {
	width: 48%
}

.one_third {
	width: 30.6666%
}

.two_third {
	width: 65.3332%
}

.one_fourth {
	width: 22%
}

.two_fourth {
	width: 48%
}

.three_fourth {
	width: 74%
}

.one_fifth {
	width: 16.8%
}

.two_fifth {
	width: 37.6%
}

.three_fifth {
	width: 58.4%
}

.four_fifth {
	width: 79.2%
}

.one_sixth {
	width: 13.3333%
}

.two_sixth {
	width: 30.6666%
}

.three_sixth {
	width: 47.9998%
}

.four_sixth {
	width: 65.3332%
}

.five_sixth {
	width: 82.6665%
}

.last {
	margin-right: 0!important;
	clear: right
}

/* @end */


/* @group Projects */

.project-desc-col1 h2{
	font-size: 31px;
	border-bottom: 1px solid #fff;
	line-height: 21px;
	padding-bottom: 12px;
	height: auto;
}

.project-desc-col1 p{
}

.project-desc-header, .project-desc{
	color: #fff;
}
.project-desc-col1{
	width: auto;
	float: left;
	margin-right: 20px;
}


.project-desc{
	margin-left: 10px;
}
.project-desc-col2{
	margin-top: 40px;
	width: 420px;
	float: left;
}

/* @end */

/* @group Carousel Gallery */

#carousel_container{
	width: 100%;
	margin-left: 25px;
	margin-bottom: 10px;
}

li.slider-item a img  {
	border: 5px solid #5f5e60;

}

li.slider-item a:hover img {
	border: 5px solid #ffd51d;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
}


body div.slider    { overflow:hidden; position:relative; width:100%; height:420px !important;}
body div.slider ul { margin:0; padding:0; height:420px; }
body div.slider li { float:left; list-style:none; margin:0 5px 0 0; }
body div.slider li { text-align:center; line-height:420px; font-size:25px; }

a.next-page {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 60px;
	top: 560px;
	text-indent: -9999px;
	background: rgba(95, 95, 96, 0.7) url(../images/arrow-sprite.png) no-repeat -175px -9px;	
	opacity: 0.8;
}

a.prev-page {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 560px;
	text-indent: -9999px;
	background: rgba(95, 94, 96, 0.7) url(../images/arrow-sprite.png) no-repeat -2px -9px;	
	opacity: 0.8;
}

	
/* @end */


/* @group Footer */
#subfooter_wrap {
	margin-top: 20px;
	padding: 0;
}

#subfooter {
	font-size: 13px;
	width: 960px;
	margin: 20px auto 30px 30px;
}

#subfooter
p {
	color: #5a5b5d;
	margin: 0;
	display: inline-block;
	padding: 0;
}

#subfooter>div {
	padding-top: 7px;
	overflow: hidden
}



#subfooter #footer_nav {
	margin: 0;
	padding: 0;
	margin-bottom: 7px
}

#subfooter #footer_nav
li {
	float: left;
	margin-right: 10px
}

#subfooter #footer_nav li
a {
	background: transparent;
	border: 0;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in
}

#subfooter #footer_nav li a:hover {
	color: #12b1fb
}

/* @end */


/* @group Secondary Page Elements */

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

img.scale_with_grid {
	width: 100%;
	height: auto;
	display: block
}

button,.button,#commentform
#submit {
	display: inline-block;
	font-family:'Futura W01 Book';
	font-size: 12px;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
	color: #fff;
	cursor: pointer;
	background: #666;
	background: -moz-linear-gradient(top,#666 0,#333 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#666),color-stop(100%,#333));
	background: -webkit-linear-gradient(top,#666 0,#333 100%);
	background: -o-linear-gradient(top,#666 0,#333 100%);
	background: -ms-linear-gradient(top,#666 0,#333 100%);
	background: linear-gradient(top,#666 0,#333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#333333',GradientType=0);
	padding: 6px
13px;
	border-color: #555;
	border-width: 1px;
	border-style: solid;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	filter: dropshadow(color=#000000,offx=0,offy=1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 1px 0 #9e8d84,0px 5px 0 0 #322620,0px 10px 5px #999;
	-moz-box-shadow: inset 0 1px 0 #9e8d84,0px 5px 0 0 #322620,0px 10px 5px #999;
	box-shadow: inset 0 1px 0 #9e8d84,0px 5px 0 0 #322620,0px 10px 5px #999
}

.button:hover,#commentform #submit:hover {
	background: #666;
	color: #fff
}

.button:active,#commentform #submit:active {
	top: 1px
}

textarea,input[type=text],input[type=password],input[type=email] {
	background: #cecece;
	border: 0;
	font-family: 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
	padding: 8px;
	font-size: 13px;
	color: #777;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	-webkit-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.2)
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
}

del {
	text-decoration: line-through
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em
0;
	padding: 0
}

input,select {
	vertical-align: middle
}

textarea:hover,input:hover,textarea:focus,input:focus {
	background: #b5b4b4
}

input,select {
	cursor: pointer
}

input[type=text],input[type=password],input[type=email] {
	cursor: text
}

textarea {
	overflow: auto
}

textarea,input {
	outline: 0
}

select {
	padding: 2px;
	border: 0
}

option {
	padding: 2px
}

input[type=button],button {
	padding: 4px;
	cursor: pointer;
	vertical-align: middle
}

input.invalid,textarea.invalid {
	background-color: #fdd!important
}

.success {
	background: #8af34b;
	padding: 5px 8px;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2)
}

.center {
	text-align: center
}

.visible {
	display: block
}

.hidden {
	display: none
}

.invisible {
	visibility: hidden
}



/* @end */













#wrap {
	padding: 2%;
	width: 96%;
}

#projects {
	margin-bottom: -2%;
	min-height: 700px;
	overflow: hidden;
}

#projects a.project{
	color:#fff;
	/*float:left;
	/*margin:0 0 1% 1%;*/
	display: inline-block;
	line-height:0;
	opacity:0;
	overflow:hidden;
	position:relative;
	width:32.6%;
	-moz-transition-duration: .33s;
	-moz-transition-property: background, color, opacity;
	-ms-transition-duration: .33s;
	-ms-transition-property: background, color, opacity;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: background, color, opacity;
	transition-duration: .33s;
	transition-property: background, color, opacity;
	color: #999999;
	text-decoration: none;
}

#projects a.project.in{
	-webkit-animation-name:fadeIn;
	-moz-animation-name:fadeIn;
	-ms-animation-name:fadeIn;
	animation-name:fadeIn;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	animation-duration:0.3s;
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-ms-animation-iteration-count:1;
	animation-iteration-count:1;
	-webkit-animation-timing-function:ease;
	-moz-animation-timing-function:ease;
	-ms-animation-timing-function:ease;
	animation-timing-function:ease;
	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	animation-duration:0.8s;
	opacity:1;
}

#projects a.project img{
	width:100%;
}
#projects a.project .project-caption{
	-moz-transition-duration:.33s;
	-moz-transition-property:background, color, opacity;
	-ms-transition-duration:.33s;
	-ms-transition-property:background, color, opacity;
	-webkit-transition-duration:.33s;
	-webkit-transition-property:background, color, opacity;
	transition-duration:.33s;
	transition-property:background, color, opacity;
	background:rgba(255, 255, 255, 0.75);
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:block;
	line-height:18px;
	opacity:0;
	position:absolute;
	letter-spacing:2px;
	color:white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 
}

#projects a.project .project-caption-inner {
	
}

#projects a.project:hover .project-caption {
	opacity:1;
}

#projects a.project table {
	border-collapse : collapse;
	width:100%;
	height:100%;
}

#projects a.project td {
	padding:0px;
	text-align:center;
	vertical-align:middle;
}

#projects a.project .project-title {
	font-size:16px;
	color: #5f5e60;
	font-weight:bold;
	display:block;
}

#projects a.project .project-location {
	font-size:14px;
	color: #5f5e60;
	display:block;
}

@media screen and (max-width:400px){
	#projects a.project .project-caption{
		letter-spacing:1px;
	}
}

#projects a.project .project-caption{
	margin:0;
	padding:15px;
	text-transform:uppercase;
}

@media screen and (min-width:1025px){

	#projects a.project:nth-child(3n+1){
		margin-left:0;
	} 
}

@media screen and (max-width:1024px){
	#projects a.project{
		width:49%;
	}

	#projects a.project:nth-child(odd){
		margin-left:0;
	} 

}