*, :after, :before {
	box-sizing: border-box;
}
body { 
    opacity: 0; 
    transition: opacity 1s; 
} 

body, html {
	height: 100%;
	width: 100%;
}

body {
	font-family: aktiv-grotesk, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height:1.05em;
}

body, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, h1, h2 {
	text-shadow: 0 0 6px rgba(0, 0, 0, .5);
	width: 100%;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 50px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}

h1 {
	margin-bottom: 10px;
	margin-top: -2px;
}

h2 {
	margin-bottom: 20px;
}

p {
	font-size: 20px;
	font-size: 1.6rem;
	letter-spacing: 0;
	letter-spacing: .02rem;
	line-height: 1.3;
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
p.p--credits {
	font-size: 14px;
	font-size: .9rem;
}
p strong {
	display: inline-block;
	margin-bottom: 2px;
}

a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
a.a--no-weight {
	font-style: italic;
	font-weight: 300;
}


.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
}
.container--big {
	height: 175vh;
}
.container--full {
	height: 100vh;
}
.container--small {
	height: 120vh;
}
.container .content {
	color: #FFF100;
	margin: 0 auto;
	padding: 15px 0px;
	text-align: center;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.bg1 {
	background-image: url("../img/HEWILLNOTDIVIDEUS_NY_Luke_Turner.jpg");
}

#bg3 {
	background-image: url("../img/HEWILLNOTDIVIDEUS_ABQ_3_Luke_Turner.jpg");
}

.show-on-mobile--inline {
	display: none;
}

.arrow {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	bottom: -64px;
	bottom: -4rem;
	left: calc(50% - 19px);
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: opacity 250ms ease-in-out;
	width: 38px;
}
.arrow--hide {
	opacity: 0;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@media screen and (max-width: 480px) {
	.hide-on-mobile {
		display: none;
	}

	.show-on-mobile--inline {
		display: inline;
	}
}


#notdivide {
	margin-left: auto;
    margin-right: auto;
	padding-top:0px;
	font-size: 100px;
	font-size: 7rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height:1.05em;
}

#bottom-container {
	margin-left: 50px;
    margin-right: 50px;
}

.synopsis {
	max-width: 720px;
	text-transform: none;
	text-shadow: none;
	font-size: 16px;
	color: #555;
	line-height:1.65em;
}

#copy {
	margin-top:5px;
	margin-bottom: 85px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
	float:left;
	font-size: 16px;
	color: #555;
	line-height:1.65em;
}

#footer {
	width: 720px;
	margin-left: auto;
    margin-right: auto;
}

#title {
	width: 235px;
	margin-top:5px;
	text-align:left;
	float:left;
}

#logos {
	width: 400;
	margin-top:5px;
	text-align:right;
	float:right;
}

#bottom_space {
	float:none;clear:both;
	height:55px;
}

