/* Global */
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
* {
	font-family: futura-pt, sans-serif;
}
.centered {
	text-align: center;
}
a:visited {
	/*color: rgba(0,0,0,0.6);*/
}
.aside {
    background: #ccc;
    padding: 15px;
    border-radius: 10px;
}

/* Nav */
.nav {
	background: #000;
	padding: 20px;
}
.nav p {
	text-align: center;
	margin: 0 auto;
	max-width: 1025px;
}
.nav a, .nav p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.nav a:hover {
	opacity: 0.6;
}


/* Hero */
.hero-section {
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-section h1 {
	color: #fff;
	margin: 0;
    font-size: 50px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.hero-section.first h1 {
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
}
.hero-content {
	position: relative;
	padding: 160px 20px;
	z-index: 200;
}
.first .hero-content {
	padding: 250px 0;
}
.img-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.4);
}
.first .img-overlay {
	background: rgba(0,0,0,0.15);
}

@media (max-width: 767px) {
  .hero-content {
  	padding: 80px 20px;
  }
  .nav {
  	padding-bottom: 10px;
  }
  .nav a, .nav p {
  	display: inline-block;
  	font-size: 19px;
    padding: 0 10px 5px;
  }
  .nav span {
  	display: none;
  }
}


/* Content */
.content-section {
	background: #fff;
	padding: 60px 20px;
	text-align: center;
}
.content-section.left-aligned {
	text-align: left;
}
.first .content-section {
	background: rgba(255,255,255,0.9);
}
.content-section p,
.content-section li,
p.aside {
    color: #000;
    font-weight: 300;
    font-size: 22px;
    max-width: 1000px;
    line-height: 30px;
    margin: 0 auto 30px;
}
.content-section p.no-margin-bottom {
	margin-bottom: 0;
}
.content-section li {
	margin-bottom: 0;
}
.content-section ul {
	margin: 5px 0 30px 50px;
}
.hero-section.first .content-section p {
	max-width: 740px;
}
.content-section > p:last-child {
	margin-bottom: 0;
}
.content-section p strong {
	font-weight: 500;
}
.content-section p img {
	max-width: 100%;
}
.content-section hr {
	margin: 50px auto;
	max-width: 500px;
}

/* Portfolio */
.portfolio-thumb-container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.portfolio-thumb-container .row {
	margin: 0 auto;
	width: 975px;
}
.portfolio-thumb-container .row.three {
	width: 285px;
}
.portfolio-thumb-container .row.four,
.portfolio-thumb-container .row.five {
	width: 650px;
}
.portfolio-thumb-container p {
	float: left;
	line-height: 21px;
	padding: 20px;
	max-width: 285px;
}
.portfolio-thumb-container p > a {
	text-decoration: none;
}
.portfolio-thumb-container img,
.box-shadow {
    -webkit-box-shadow: 10px 10px 50px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 50px -5px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 50px -5px rgba(0,0,0,0.5);
}
.portfolio-thumb-container img {
	margin-bottom: 12px;
	max-width: 285px;
}
.caption {
	font-size: 16px;
	font-style: italic;
}
.has-caption, .content-section .has-caption {
	line-height: 18px;
}

@media (max-width: 1014px) {
	.portfolio-thumb-container img,
	.portfolio-thumb-container p {
		max-width: 200px;
	}
	.portfolio-thumb-container .row {
		width: 720px;
	}
	.portfolio-thumb-container .row.three {
		width: 240px;
	}
	.portfolio-thumb-container .row.four,
	.portfolio-thumb-container .row.five {
		width: 480px;
	}
}
@media (max-width: 767px) {
	.portfolio-thumb-container p,
	.portfolio-thumb-container img {
		float: none;
		max-width: 285px;
	}
	.content-section .portfolio-thumb-container .row {
		margin-bottom: 0;
		width: 325px;
	}
	.portfolio-thumb-container .row.three p:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.content-section ul {
		margin-left: 0;
	}
}


/* Footer */
.footer {
	background: #333;
	color: #cfcfcf;
	padding: 20px;
	text-align: center;
}
.footer p {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
}
.footer p:last-child {
	margin-bottom: 0;
}