/*
* MAIN STYLESHEET
*
* Main Stylesheet built on Bootstrap by Twitter,
* relies on bootstrap.css
*
* @author: Nico Staple
* @email: nico@nicostaple.com
*
*
*/


/*
|
| GLOBAL
|
#####################################################*/
body {
	color: #000;
	font-family: "futura-pt",sans-serif;
}
.separator {
	background: #333;
	display: block;
	height: 2px;
	margin: 10px 0 15px;
	width: 200px;
}
p {
	font-weight: 300;
}
a, a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}

.ns-btn, .ns-btn:focus {
	border: 2px solid #333;
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.ns-btn:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.ns-btn:last-child {
	margin-bottom: 0;
}

/*
|
| HOME
|
#####################################################*/

#about, #work {
	/* background: #F2F2F2; */
	background: #fff;
	padding: 60px 0;
}
#about {
	/* border-top: 10px solid #333; */
	border-top: 10px solid #fd563c;
	padding-bottom: 40px;
}
#about p, #tidbits p {
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	padding-bottom: 22px;
}
#about p {
	text-align: center;
}
#about p strong {
	font-weight: 400;
}

.headshot-container {
	padding-bottom: 60px;
	text-align: center;
}
.headshot-container img {
	border-radius: 50%;
}

#featured {
	padding-top: 60px;
}
#featured h1,
#work h1,
#tidbits h1 {
	font-weight: 400;
	margin-bottom: 80px;
	text-align: center;
	text-transform: uppercase;
}
#featured p strong {
	font-weight: 500;
	text-transform: uppercase;
}
.work-item {
	margin-bottom: 100px;
}
#work .work-item {
	max-width: none;
}
.work-item p, .work-item p a {
	color: #333;
	font-size: 20px;
	line-height: 29px;
}
.work-item p {
	margin-bottom: 20px;
}
.work-item p a {
	font-weight: 400;
}
.work-item header {
	margin-bottom: 20px;
}
.work-item header .logo-container {
	margin-bottom: 15px;
}
p.work-attributes {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}
.work-attributes strong {
	font-weight: 500;
}
.work-item h2 {
	color: #333;
	font-weight: 500;
	margin: 0 0 5px;
}

.expand-trigger i {
	text-decoration: underline;
}
.extended-story-before p {
	margin: 0;
}
.extended-story {
	display: none;
}
.extended-story-before hr,
.extended-story-before.expanded p {
	opacity: 0;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
.extended-story-before hr {
	border-top-color: #D8DDE0;
	margin: -10px 0 40px;
}
.extended-story-before.expanded hr {
	opacity: 1;
}

.horizontally-centered {
	position: relative;
}
.work-btn-container,
.work-image-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.ns-gallery,
.saga-slider-nav,
.saga-slider-active .ns-gallery li:before {
	display: none;
}
.saga-slider-active .ns-gallery,
.saga-slider-active .saga-slider-nav {
	display: block;
}
.saga-slider-nav a:before, .saga-close {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.work-item .saga-slider-nav a,
.work-item .saga-slider-nav a:hover,
.work-item .saga-close,
.work-item .saga-close:hover {
	color: transparent;
	text-decoration: none;
}
.work-item .saga-slider-nav a:before,
.work-item .saga-close:after {
	font-family: FontAwesome;
	content: '\f105';
}
.work-item .saga-slider-nav li:first-of-type>a:before {
	content: '\f104';
}
.work-item .saga-close:after {
	content: '\f00d';
	font-size: 32px;
}
.work-item .saga-slider li {
	padding: 15px;
}

#tidbits {
	/* background: #333; */
	background: #001830;
	color: #fff;
	padding: 35px 0;
}
#tidbits p a {
	color: #fff;
}

ul#contact-icons {
	margin: 0 auto;
	padding: 0;
	width: 230px;
	max-width: 100%;
}
ul#contact-icons li {
	float: left;
	list-style: none;
}
ul#contact-icons li a {
	color: rgba(255,255,255,.6);
	line-height: 20px;
	padding: 0 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
ul#contact-icons li a:hover {
	color: rgba(255,255,255,1);
}
ul#contact-icons li:first-child a {
	padding-left: 0;
}
ul#contact-icons li:last-child a {
	padding-right: 0;
}
ul#contact-icons li a i {
	font-size: 30px;
}


/*
|
| RESPONSIVE STYLES
|
#####################################################*/

@media (max-width: 991px) {

	.work-btn-container,
	.work-image-container {
		margin-top: 50px;
		position: static;
		transform: none;
	}

}

@media (max-width: 767px) {

	#about {
		padding-top: 32px;
		padding-bottom: 15px;
	}
	.headshot-container {
		padding-bottom: 32px;
	}

	#about p, #tidbits p, .work-item p {
		text-align: left;
	}

}
