body {
	font-size: 16px;
	line-height: 1.6rem;
	color: #333333;
	font-family: 'Red Hat Text', sans-serif;
}

h1 {
	font-size: 60px;
	line-height: 4rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 0;
	letter-spacing: -1px;
}
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 42px;
	}
}
h1:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;
	content: "";
	width: 60px;
	height: 10px;
	background: #00ADDF;
}

h2 {
	font-size: 36px;
	line-height: 2.6rem;
}
@media only screen and (max-width: 600px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	margin-top: 0;
}

p.caption {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.5em;
  font-style: italic;
  color: #666;
  padding: 0 16px 16px;
}

.clear {
	clear: both;
}

.float-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	.float-left,
	.float-right {
		float: none;
		margin: 0;
	}
}


hr {
	border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

.objectives p {
	font-size: 20px;
	line-height: 1.8rem;
}
.project-template .column.two-third.objectives {
	width: 58%;
	margin-right: 8%;
}
@media only screen and (max-width: 600px) {
	.project-template .column.two-third.objectives {
		width: 100%;
		margin-right: 0;
	}
}
.editorial{
	padding: 0 10%;
}

.navigation {
	position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.navigation.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navigation.active .logo span {
	opacity: 1;
	transition: opacity .6s;
}

.page {
  background: #FFF;
}

.logo {
	padding: 12px 0 12px 40px;
}

.logo a {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
.logo span {
	opacity: 0;
	transition: opacity .6s;
}

.logo img {
	display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.menu-icon__line {
	background-color: #333;
}
.home .menu-icon__line {
	background-color: #FFF;
}

.home .navigation.active .menu-icon__line {
	background-color: #333;
}

.home #header {
	background: url(../images/home-header.jpg) center center no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: left;
	position: relative;
  z-index: 3;
  min-height: 500px;
  padding-top: 15%;
}
@media only screen and (max-width: 600px) {
	.home #header {
		min-height: 400px;
		padding: 40px 20px;
	}
}

.home #header h1,
.home #header p {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.home #header p.hello {
	font-size: 70px;
	font-weight: bold;
	margin: 0;
}
@media only screen and (max-width: 600px) {
	.home #header p.hello {
		font-size: 45px;
		line-height: 1.4rem;
		padding-top: 60px;
	}
}
.home #header h1 {
	font-size: 50px;
	text-align: left;
	border: none;
	margin-top: 0.75em;
  margin-bottom: 0.75em;
	padding: 0;
}
@media only screen and (max-width: 600px) {
	.home #header h1 {
		font-size: 30px;
		line-height: 2.4rem;
	}
}
.home #header h1:after {
	display: none;
}
.home #header p {
	font-size: 24px;
	margin: 0;
}
@media only screen and (max-width: 600px) {
	.home #header p {
		font-size: 18px;
	}
}

.home .page {
	padding-top: 40px;
}

.home-overlay {
	background: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
	border-radius: 6px;
	max-width: 920px;
	margin: 0 auto 0;
	padding: 20px 40px;
	text-align: center;
	font-size: 28px;
	line-height: 2.4rem;
	position: relative;
}
.home-overlay:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	content: "";
	width: 60px;
	height: 10px;
	background: #00ADDF;
}

.home-intro {
	text-align: center;
	padding: 20px 0 60px;
}
.home-intro p {
	padding: 0 8%;
	font-size: 20px;
}

p.intro-copy {
	font-size: 20px;
	line-height: 2rem;
}
.nav a {
	text-decoration: none;
	color: #333333;
}
.nav {
	z-index: -99999;
	color: #333333;
}
.nav:after {
	top: 0;
}

.nav__list-item:before {
  width: 0;
  height: 3px;
  margin-top: 10px;
}
body.nav-active .nav {
	z-index: 4;
}

a {
	color: #00ADDF;
}

a.button {
	color: #00ADDF;
	border: 1px solid #00ADDF;
	text-decoration: none;
	padding: 12px 10%;
  display: inline-block;
  border-radius: 6px;
}
a.button:hover {
	background: #00ADDF;
	color: #FFF;
}

.projects img {
	width: 100%;
}
.content {
	max-width: 1000px;
	padding: 0 20px;
  margin: 0 auto;
}

ul.logos {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.logos li {
	display: inline-block;
	vertical-align: top;
	width: 14%;
	margin: 0 1%;
}
@media only screen and (max-width: 600px) {
	ul.logos li {
		width: 30%;
	}
}

.menu-icon {
  left: auto;
  right: 50px;
  z-index: 5;
}

ul.breadcrumb {
  padding: 10px 0;
  margin-top: 80px;
  list-style: none;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  content: "/\00a0";
  font-size: 14px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;
  font-size: 14px;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.column {
	display: inline-block;
	vertical-align: top;
}
.first {
	margin: 0;
}
.two-third {
	width: 63%;
}

.containerTab .two-third {
	margin-right: 2%;
}
.fourth {
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 10px;
}
.fourth.last {
	margin-right: 0;
}
@media only screen and (max-width: 600px) {
	.fourth {
		width: 47.5%;
	}
}

@media only screen and (max-width: 600px) {
	.two-third {
		width: 100%;
	}
}
.one-third {
	width: 33%;
}
@media only screen and (max-width: 600px) {
	.one-third {
		width: 100%;
	}
}
.details ul {
	padding: 0;
	margin: 0;
}
.details li {
	list-style: none;
}
.details span.label {
	min-width: 30%;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
}
.details li p {
	margin: 0;
}
.details a.button {
	margin-top: 20px;
	width: 80%;
	text-align: center;
}

.about .column.two-third {
	margin-right: 3%;
}

.projects {
	padding: 0 24px;
}
.project a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	background: #000;
	border-radius: 6px;
}
.project h2 {
	margin: 0;
}
.project p {
	margin-top: 0;
	font-size: 24px;
}
@media only screen and (max-width: 600px) {
	.project p {
		font-size: 18px;
	}
}
.half {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.half.first {
	margin-right: 2%;
}
@media only screen and (max-width: 600px) {
	.half {
		width: 100%;
	}
	.half.first {
		margin: 0;
	}
}
.third {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
@media only screen and (max-width: 600px) {
	.third {
		width: 100%;
		margin: 0;
	}
}
.third.last {
	margin-right: 0;
}

.text-center {
	text-align: center;
}

.project a {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.project .background {
	background: rgba(0,0,0,0.25);
	background-position: center center;
	padding: 10%;
	transition: background .6s;
	min-height: 240px;
	border-radius: 6px;
}
@media only screen and (max-width: 900px) {
	.project .background {
		min-height: 240px;
	}
}
@media only screen and (max-width: 600px) {
	.project .background {
		min-height: 120px;
	}
}
.project .background:hover {
	background: rgba(0,0,0,0.6);
	transition: background .6s;
}
.project.polkadot a {
	background-image: url(../images/bg-polka.jpg);
}
.project.trestles a {
	background-image: url(../images/bg-trestles.jpg);
}
.project.comicscouts a {
	background-image: url(../images/bg-comicscouts.jpg);
}
.project.wedding a {
	background-image: url(../images/bg-wedding.jpg);
}
.project.curbys a {
	background-image: url(../images/bg-curbys.jpg);
}
.project.move4 a {
	background-image: url(../images/bg-move4.jpg);
}
.project.ptt a {
	background-image: url(../images/ptt/ptt-handmock.jpg);
}
.project.logos a {
	background-image: url(../images/bg-logos.png);
}

.logos img {
	cursor: pointer;
}
.containerTab {
	background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
  border-radius: 6px;
  position: relative;
  padding: 24px;
  margin: 20px 24px;
  text-align: left;
}
.containerTab:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	content: "";
	width: 60px;
	height: 10px;
	background: #00ADDF;
}
/* Closable button inside the container tab */
.closebtn {
  float: right;
  color: #333;
  font-size: 35px;
  cursor: pointer;
}
.home-intro .containerTab p {
	padding: 0;
	margin-top: 0;
	font-size: 16px;
}

.home-intro .containerTab h2 {
	margin-bottom: 16px;
  margin-top: 16px;
  text-align: center;
}




footer {
	background: #3F3F3F;
	color: #EDEDED;
	width: 100%;
	display: inline-block;
}
footer h2 {
	font-size: 30px;
	display: inline-block;
}
footer p {
	float: right;
	margin: 40px 0;
}
footer img {
	vertical-align: middle;
}
@media only screen and (max-width: 600px) {
	footer {
		text-align: center;
	}
	footer p {
		float: none;
		margin-top: 0;
	}
}



