body {
	background-color: #d7d7d7;
	color: #a1a1a1;
	font-family: 'League Gothic', sans-serif;
	font-weight: normal;
	}

a:link {
	font-family: 'League Gothic', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #d7d7d7;
	}

a:visited {
    text-decoration: none;
    color: #d7d7d7;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}



#resume {
	padding-top: 1rem;
	padding-bottom: 1rem;
}


 
#resume h2{
	font-family: 'League Gothic', sans-serif;
	font-weight: normal;	
	text-align: left;
	color: #3785a3;
	margin-bottom: 0.4rem;
	line-height: 1.5rem;
	
	
}

#resume p {
	padding-left: 1rem;
	font-family: 'Helvetica Neue', sans-serif;
	text-align: left;
	color: #666;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
 
#resume h3 {
	font-family: 'Helvetica Neue', sans-serif;
	text-align: left;
	color: #666;
	font-size: 1rem;
	line-height: 2rem;
}


.top-bar {
	background-color: #a1a1a1;
}

.top-bar.expanded .title-area {
	background-color: #a1a1a1;
}


.top-bar .title-area {
	margin-left: 1.1rem;
	margin-right: 0.8rem;
}

@media only screen and (max-width: 40em) {
	.top-bar .title-area {margin-left: 0.4rem; margin-right: 0rem;}

}

.title-area img{
	max-width: 90%;
}

.top-bar-section ul li{
	background-color: #a1a1a1;
	background: #a1a1a1;
	
}

.top-bar.expanded {
	background-color: #a1a1a1;
	background: #a1a1a1;
	
}

.top-bar-section ul li > a {
	font-family: 'League Gothic', sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	color: #d7d7d7;
	text-transform: uppercase;
	
}

.top-bar-section ul li:hover:not(.has-form) > a {
	background-color: #a1a1a1;
	background: #a1a1a1;
	color: #d7d7d7;
}

.top-bar-section ul li > a:hover {
	color: #d7d7d7;
	}

.top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #a1a1a1;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: #a1a1a1;
	background: #a1a1a1;
	color: #d7d7d7;
	text-decoration: underline;

}



.top-bar-section .right li:not(.has-form) a:not(.button){
	padding: 0.4rem 0.4rem 0 0;
}
@media only screen and (max-width: 40em) {
	.top-bar-section .right li:not(.has-form) a:not(.button){
	padding: 0 0 0.4rem 0.4rem ;} 
	
	}
.top-bar-section .right li:not(.has-form):last-child{
	padding-right:0.9rem;
}

.top-bar-section .left li:not(.has-form) a:not(.button){
	padding: 0 0.5rem 0 0.5rem ;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    
    box-shadow: 0 0 0 1px #d7d7d7, 0 7px 0 1px #d7d7d7, 0 14px 0 1px #d7d7d7;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #d7d7d7;
	color: #a1a1a1;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover{
	background: #d7d7d7;
	color: #a1a1a1;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: #a1a1a1;
	color: #d7d7d7;
	font-family: 'Helvetica Neue';
	text-transform: capitalize;
	font-size: 1rem;
	line-height: 2rem;
	
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
	font-family: 'Helvetica Neue';
	text-transform: capitalize;
	font-size: 1rem;
	line-height: 2rem;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	background: #a1a1a1;
	color: #d7d7d7;
}

#twitter {
	background: url('../img/twitter.svg') no-repeat;
	width: 32px;
	height: 32px;
}

.no-svg #twitter {
	background: url('../img/twitter.png') no-repeat;
	width: 32px;
	height: 32px;
}

#twitter:hover {
	background: url('../img/twitterhover.svg') no-repeat;
	}
	
.no-svg #twitter:hover {
	background: url('../img/twitterhover.png') no-repeat;
	}	
	
#flickr {
	background: url('../img/flickr.svg') no-repeat;
	width: 32px;
	height: 32px;
}

.no-svg #flickr {
	background: url('../img/flickr.png') no-repeat;
	width: 32px;
	height: 32px;
}

#flickr:hover {
	background: url('../img/flickrhover.svg') no-repeat;
	}
	
.no-svg #flickr:hover {
	background: url('../img/flickrhover.png') no-repeat;
}	
	
#linkedin {
	background: url('../img/linkedin.svg') no-repeat;
	width: 32px;
	height: 32px;
}

.no-svg #linkedin {
	background: url('../img/linkedin.png') no-repeat;
	width: 32px;
	height: 32px;
}

#linkedin:hover {
	background: url('../img/linkedinhover.svg') no-repeat;
	}
	
.no-svg #linkedin:hover {
	background: url('../img/linkedinhover.png') no-repeat;
	}		

/*nav ul {
	list-style: none;
}
.nav {
	z-index: 100;
	padding-bottom: 1.1em;
	padding-top: 1.1em;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	position: fixed;
	text-align: center;
	display: inline-block;
	margin: auto;
	top: 0;
	left: 0;
	background-color: #a1a1a1;
}

.nav a {
	padding-left: 0.5em;
}

.nav li {
	
	display: inline-block;
}

.nav ul {
	list-style: none;
}*/

#page {
	z-index: 0;
	position: relative;
	width: 100%;
	margin: 1.5em auto;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #d7d7d7;
	padding-top: 3em;
	padding-bottom: 3em;
	clear: both;
	left: 0;
	right: 0;
}



#nameplate {
	/*float: left;*/
	margin-right: 1.1em;
	margin-left: 1.1em;
}

#work {
	z-index: 0;
	width: 100%;
	margin: 1rem auto;
	text-align: center;
	background-color: #3785a3;
	padding-top: 2rem;
	padding-bottom: 2rem;
	clear: both;
	left: 0;
	right: 0;
}


#work .columns {
	padding: 0px;
	
}
#work .row {
	margin: 0px;
	max-width: none;
	
}



.imageHolder { 
	position: relative; 
	max-width: 100%; 
	max-height: 100%; 
} 

.imageHolder .caption { 
	opacity: 0; 
	position: absolute; 
	height:100%; 
	width: 100%; 
	top: 0; 
	left: 0; 
	padding: 2rem 3rem; 
	background: #a1a1a1; 
	text-align: center; 
	font-weight:normal; 
	color: #d7d7d7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
} 

.imageHolder .caption p{
	font-family: 'Helvetica';
	font-size: 1rem;
}

.imageHolder:hover .caption { 
	opacity: 1; 
}

.imageHolder .button {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.3em;
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.imageHolder .caption p{display: none;} .imageHolder .caption h3{display: none;} .imageHolder .button {margin-top: 2.5rem;}
	}
	
	
.button {
	color: #d7d7d7;
}

.button:hover{
	color: #d7d7d7;
}



.caption h3{
	color: #d7d7d7;
	font-family:'League Gothic';
	font-style: normal;
	text-transform: capitalize;
}

.caption p{
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
	
}

.mission{
	margin: 3em 1.5em 1.5em 1.5em;
	left: 0;
	right: 0;
	text-align: center;
	
	
}

#projectheader{
	
}

#projectheader .row {
	margin: 0px;
	max-width: none;
}

#projectheader .columns {
	padding: 0px;
} 

#projectheader h1 {
	font-family: 'League Gothic';
	text-align: left;
	color: #3785a3;
	padding-top: 25rem;
	font-size: 4rem;
	line-height: 3.5rem;
	padding-left: 1rem;
	
}

@media only screen and (max-width: 40em) {
	#projectheader h1 {padding-top: 1rem; text-align: center;}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {#projectheader h1 {padding-top: 10rem;}}

#describe  {
	padding: 1rem;
	background-color: #3785a3; 
}

#describe h5{
	font-family: 'Helvetica';
	color: #d7d7d7;
	font-weight: normal;
    font-style: normal;
	
}

#samples .row {
	margin: 0px;
	max-width: none;
}

#samples .columns {
	padding: 0px;
} 


/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-italic-webfont.eot');
    src: url('fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('lfonts/eaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('lfonts/eaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}