@font-face {
  font-family: 'NeuzeitSLTStd-Book';
  src: url('../fonts/NeuzeitSLT/NeuzeitSLTStd-Book_edit.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NeuzeitSLT/NeuzeitSLTStd-Book_edit.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NeuzeitSLT/NeuzeitSLTStd-Book_edit.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NeuzeitSLT/NeuzeitSLTStd-Book_edit.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NeuzeitSLT/NeuzeitSLTStd-Book_edit.svg#0f36e451afbb48ba6ebc31554b154772') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Caslon';
  src: url('../fonts/caslon/CaslonBook.eot'); /* IE9 Compat Modes */
  src: url('../fonts/caslon/CaslonBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/caslon/CaslonBook.woff') format('woff'), /* Modern Browsers */
       url('../fonts/caslon/CaslonBook.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/caslon/CaslonBook.svg#46ae4c406d79c9d55e10b64005599aa2') format('svg'); /* Legacy iOS */
}

html, body, .container, .header {
	height: 100%;
}

/* Typography */

h1 {
	font: 52px/1.28em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	font-weight: 400;
}

h2 {
	font: 50px/1.18em "Caslon", Georgia, serif;
	font-weight: 400;
}

h4 {
	font: 23px/26px "Caslon", Georgia, serif;
}

h5 {
	position: absolute;
	float: left;
	margin-left: 30px;
}

@media screen and (max-width: 500px) {
	h1 {
	 font: 29px/1.29em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	}
	h2 {
	 font: 28px/1.3em "Caslon", Georgia, serif;
	}
}

p {
	font: 21px/1.6em "Caslon", Georgia, serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 350px) {
	p {
	 font: 15px/1.5em "Caslon", Georgia, serif;
	}
}

p a {
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
}

p a:hover {
	border-bottom: 0px solid #000;
}

a {
  text-decoration: none;
  color: inherit; 
}

p.button {
	text-align: center; 
	margin: 55px 0 55px 0;
}

p.button a {
	font: 21px/29px "NeuzeitSLTStd-Book",  sans-serif;
	padding: 15px 25px 15px 25px;
	border: 3px solid #4BBB87;
	color: #fff;
	background-color: #4BBB87;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

p.button a:hover {
	border: 3px solid #3B9C71;
	color: #fff;
	background-color: #3B9C71;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms; 
}

/* Header */

.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 31%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 350px) {
	.title {
	 top: 38%;
	}
}

.title h1 {
	padding: 0 0 0.2em;
	color: #fff;
	margin: 0 auto;
}

.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

button.trigger {
	font: 21px/1.6em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	cursor: pointer;
}
@media screen and (max-width: 350px) {
	button.trigger {
	 left: 46%;
	}
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	color: #fff;
	content: attr(data-info);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger:hover {
	margin-bottom: 2px;
}

/* Content */

.content {
	margin-top: -400px;
}
@media screen and (max-width: 350px) {
	.content {
	 margin-top: -270px;
	}
}

.intro {
	text-align: center;
	margin: 0 auto;
	max-width: 750px;
	padding-right: 30px;
	padding-left: 30px;
}
@media screen and (max-width: 350px) {
	.into {
	 padding-right: 15px;
	padding-left: 15px;
	}
}

.intro h2 {
	margin-top: 0;
}

/* Section 02 "The Project" */

#theproject .images {
	padding-top: 100px;
	margin: 0 auto;
	text-align: center;
}

#theproject .images img {
	width: 80%;
	max-width: 990px;
	padding-right: 30px;
	padding-left: 30px;
}

#theproject p {
	font: 21px/1.6em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	padding-top: 2%;
	max-width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 350px) {
	#theproject p {
	 font: 15px/1.5em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	}
}

#theproject p.credit {
	padding: 2% 0 0;
}

#theproject p.credit a {
	font: 13px/21px "NeuzeitSLTStd-Book",  sans-serif;
	color: #999;
	border-bottom: 1px solid #999;
}

#theproject p.credit a:hover {
	border-bottom: 0px solid #000;
}

/* Section 03 "The Building" */

#thebuilding {
  margin-top: 175px;
  height: auto;
  margin-bottom: 8%;
}

.thebuilding {
  text-align: center;
  margin: 0 auto;
}

.gallery {
  position: relative;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s;
}

.gallery .item img {
  width: 100%;
  max-width: 1440px;
}

.gallery .item:first-of-type {
  opacity: 1;
}

.gallery .controls {
  font: 25px/2.18 "NeuzeitSLTStd-Book", helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  position: absolute;
  text-align: left;
  margin-top: 16%;
  margin-left: 6%;
}
@media screen and (max-width: 750px) {
	.gallery .controls {
	 font: 25px/1.7 "NeuzeitSLTStd-Book", helvetica, sans-serif;
	 margin-top: 6%;
	 margin-left: 6%;
	}
}
@media screen and (max-width: 400px) {
	.gallery .controls {
	 font: 19px/1.5 "NeuzeitSLTStd-Book", helvetica, sans-serif;
	 margin-top: 0;
	 margin-left: 6%;
	}
}
@media screen and (min-width: 1650px) {
	.gallery .controls {
	 margin-top: 13%;
	 margin-left: 18%;
	}
}

.gallery .controls a {
  transition: color 0.25s; 
}

.gallery .controls a:hover {
  border-bottom: 2px solid black;
}

.thebuilding ul {
  list-style: none;
}

.thebuilding li {
  float: left;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.thebuilding p {
	font: 21px/1.6em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	max-width: 750px;
	padding: 4% 30px 0 30px;
	margin: 0 auto;
	background-color: #fff;
}
@media screen and (max-width: 350px) {
	.thebuilding p {
	 font: 15px/1.5em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	}
}

@keyframes galleryAnimation {
  0% {
    opacity: 0; }

  9.5%, 33% {
    opacity: 1; }

  42.9%, 100% {
    opacity: 0; } }

@keyframes controlAnimation {
  0% {
    border-bottom: 0px solid black; }

  9.5%, 33% {
    border-bottom: 0px solid black; }

  42.9%, 100% {
    border-bottom: 2px solid black; } }

.gallery .item {
  animation: galleryAnimation 21s infinite; }
.gallery .controls .control-item {
  animation: controlAnimation 21s infinite; }
.gallery .control-operator {
  display: none; }
.gallery .control-operator:target ~ .item {
  animation: none; }
.gallery .control-operator:target ~ .controls .control-item {
  animation: none; }
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  opacity: 1; }
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-item:nth-of-type(1) {
  border-bottom: 2px solid black;}
.gallery .item:nth-of-type(1),
.gallery .control-item:nth-of-type(1) {
  animation-delay: 5s; }
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  opacity: 1; }
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-item:nth-of-type(2) {
  border-bottom: 2px solid black;}
.gallery .item:nth-of-type(2),
.gallery .control-item:nth-of-type(2) {
  animation-delay: 5s; }
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  opacity: 1; }
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-item:nth-of-type(3) {
  border-bottom: 0px solid black;
  border-bottom: 2px solid black; }
.gallery .item:nth-of-type(3),
.gallery .control-item:nth-of-type(3) {
  animation-delay: 12s; }
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  opacity: 1; }
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-item:nth-of-type(4) {
  border-bottom: 0px solid black;
  border-bottom: 2px solid black; }
.gallery .item:nth-of-type(4),
.gallery .control-item:nth-of-type(4) {
  animation-delay: 16s; }
.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  opacity: 1; }
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-item:nth-of-type(5) {
  border-bottom: 0px solid black;
  border-bottom: 2px solid black; }
.gallery .item:nth-of-type(5),
.gallery .control-item:nth-of-type(5) {
  animation-delay: 20s; }
.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  opacity: 1; }
.gallery .control-operator:nth-of-type(6):target ~ .controls .control-item:nth-of-type(6) {
  border-bottom: 0px solid black;
  border-bottom: 2px solid black; }
.gallery .item:nth-of-type(6),
.gallery .control-item:nth-of-type(6) {
  animation-delay: 24s; }


/* Section 04 "cause" */

#cause {
	background-color: #f1f1f1;
	padding-top: 75px;
	padding-bottom: 75px; 
}

#cause div {
	max-width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto;
	text-align: center;
}

/* Section 04 "Donate" */

#donate {
	background-color: #f1f1f1;
	padding-top: 75px;
	padding-bottom: 75px; 
}

#donate div {
	max-width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto;
	text-align: center;
}

#donate img {
	width: 250px;
	height: 45px;
	vertical-align: bottom;
	margin: 20px;
}

#donate a:hover img {
	opacity: .7;
}

/* Section 04 "people" */

#people {
	background-color: #f1f1f1;
	padding-top: 75px;
	padding-bottom: 1px;
}

#people div {
	max-width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto;
}

#people h2 {
	text-align: center;
}

#people p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}
@media screen and (max-width: 350px) {
	#people p {
	 font: 15px/1.5em "Caslon", Georgia, serif;
	}
}

#people h4 {
	text-align: center;
}

/* Section 04 "News and Press" */

#press {
	box-sizing: border-box;
	padding-top: 100px;
}

.logoWrapper {
	max-width: 790px;
	margin: 0 auto;
	text-align: center;
}

#press img {
	padding: 3.5% 4%;
	width: 34%;
	vertical-align: middle;
}
@media screen and (max-width: 500px) {
	#press img {
	 padding: 4%;
	 width: 60%;
	}
}

#press h4 {
	margin: 0 auto;
	text-align: center;
	font-family: "NeuzeitSLTStd-Book", futura, helvetica;
}

#press p {
	font: 21px/1.6em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	padding-top: 2%;
	max-width: 750px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 350px) {
	#press p {
	 font: 15px/1.5em "NeuzeitSLTStd-Book", futura, helvetica, sans-serif;
	}
}

#press a:hover img {
	opacity: .5;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	color: #BBBDC0;
}

.left {
	float: left;
}

.right {
	float: right;
}
@media screen and (max-width: 500px) {
	.left,
	.right {
	 float: none;
	 text-align: center;
	}
}

#footer p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 8px 0;
}

#footer span {
  font-size: 35px;
}

/***** Header Effect *****/

.intro-effect-fadeout:not(.notrans) .bg-img {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.intro-effect-fadeout:not(.notrans) .bg-img::after {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.intro-effect-fadeout:not(.notrans) .header h1 {
	-webkit-transition-property: color;
	transition-property: color;
}

.intro-effect-fadeout:not(.notrans) .header p,
.intro-effect-fadeout:not(.notrans) .content > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.intro-effect-fadeout:not(.notrans) .bg-img,
.intro-effect-fadeout:not(.notrans) .bg-img::after,
.intro-effect-fadeout:not(.notrans) .header h1,
.intro-effect-fadeout:not(.notrans) .header p,
.intro-effect-fadeout:not(.notrans) .content > div {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

.intro-effect-fadeout .header {
	overflow: hidden;
}

.intro-effect-fadeout.modify .bg-img {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}

.intro-effect-fadeout .bg-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 101%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.intro-effect-fadeout.modify .bg-img::after {
	opacity: 1;
}

.intro-effect-fadeout .title {
	max-width: 750px;
}

.intro-effect-fadeout.modify .header h1,
.intro-effect-fadeout .header p {
	color: #000;
}

.intro-effect-fadeout .header p {
	opacity: 0;
}

.intro-effect-fadeout .header p:nth-child(2) {
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}

.intro-effect-fadeout .header p:nth-child(3) {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.intro-effect-fadeout.modify .header p:nth-child(2),
.intro-effect-fadeout.modify .header p:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.intro-effect-fadeout .content {
	z-index: 1000;
	position: relative;
}

.intro-effect-fadeout .content > div {
	opacity: 0;
	-webkit-transform: translateY(450px);
	transform: translateY(450px);
}

.intro-effect-fadeout.modify .content > div {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Global */

body {
	background: #fff;
	color: #000;
	font-weight: 400;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover, a:focus {
}

span {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* Top Navigation Style */

.nav {
	position: absolute;
	margin: 30px 0 30px 0;
	width: 100%;
	z-index: 999;
	text-align: center;

}

.logo {
	display: inline-block;
	width: 57px;
	height: 30px;
	background: url("../img/logo.svg");
	background-size: 57px 30px;
	float: left;
	margin-left: 30px;
}
@media screen and (max-width: 350px) {
	.logo {
	 float: none;
	}
}

.wordmark {
	display: inline-block;
	width: 154px;
	height: 26px;
	background: url("../img/wordmark.svg");
	background-size: 154px 26px;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-right: 4%;
}
@media screen and (max-width: 350px) {
	.wordmark {
	 display: none;
	}
}

@media screen and (max-width: 350px) {
	.intro,
	#theproject p,
	#thebuilding p,
	#donate div,
	#people div {
	 padding-left: 15px;
	 padding-right: 15px;
	}
	.intro h2,
	#donate h2 {
	 text-align: center;
	}
}