* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html, body {
	font-family: 'SuisseIntl-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: 100%;
}

#section0 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#section0:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

#section1 {
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#menu {
	z-index: 100;
	position: fixed;
	top: 20px;
	left: 28px;
	font-size: 36px;
}

#menu li {
	display:inline-block;
	margin-right: 20px;
	margin-top: 10px; 
	font-size: 16px;
	color: #FFF;
}

#menu li a {
	color: #000;
}
#menu li.active{
	font-size: 36px;
}

.projecttext {
	padding: 36px 28px 120px 28px;
	font-size: 24px;
	line-height: 35px;
	width: 60%;
	margin: 0 auto;
}

.projecttext p {
	margin-bottom: 20px;
}

#photos {
   line-height: 0;
   padding: 1px;
   
   -webkit-column-count: 2;
   -webkit-column-gap:   1px;
   -moz-column-count:    2;
   -moz-column-gap:      1px;
   column-count:         2;
   column-gap:           1px;
}

#photos img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1px;
}

.projecttitle {
	color: #FFF;
	width: 70%;
	position: absolute;
	bottom: 80px;
	left: 28px;
	font-size: 132px;
	line-height: 125px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 768px) {

	.hamburger_wrapper {
		width: 100%;
		height: 62px;
		position: fixed;
		z-index: 100000000;
	}

	.hamburger {
		padding: 20px 20px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

.hamburger-box {
  width: 32px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 2px;
	background-color: #FF5722;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

	.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
    


    .menu-wrap {
		display: table;
	}


	#menu {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.9);
		box-sizing:border-box;
		z-index: 100;
		position: fixed;
		top: 0;
		left: -100%;
		text-align: center;
		transition: all ease-out .3s;
	}

	.menu-active {
		left: 0 !important;
	}

	#menu li:first-child {
		margin-top: 50%;
	}

	#menu li {
		display: block;
		margin-right: 0;
		margin-top: 0;
		padding-top: 44px;
		font-size: 32px;
		color: #fff;
	}

	#menu li a {
		color: #fff;
	}

	#meni li:first-child {
		margin-top: 40%;
	}

	#menu li.active a{
		font-size: 32px;
		color: #FF5722;
	}

	#section1 {
		background-color: #141414;
	}

	.projecttitle {
		position: absolute;
		bottom: 60px;
		left: 0;
		padding: 0 28px;
		width: 100%;
		/*text-align: center; */
		/*position: absolute;*/
		font-size: 44px;
		line-height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/*width: 70%;
position: absolute;
bottom: 80px;
left: 28px;
font-size: 132px;
line-height: 125px;*/

	#photos {
	   line-height: 0;
	   padding: 16px;
	   
	   -webkit-column-count: 1;
	   -webkit-column-gap:   16px;
	   -moz-column-count:    1;
	   -moz-column-gap:      16px;
	   column-count:         1;
	   column-gap:           16px;
	}

#photos img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 16px;
	}

	.projecttext {
		padding: 36px 16px 60px 16px;
		font-size: 24px;
		line-height: 34px;
		width: 100%;
		margin: 0 auto;
		color: #f2f2f2;
	}

.projecttext p {
	margin-bottom: 16px;
}
}