/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html,
body {
	font-size: 100%;
	font-family: 'Titillium Web', sans-serif;
	color: #0C1826;
	width: 100vw;
	margin: 0;
	scroll-behavior: smooth;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu {
	position: fixed;
	top: 25px;
	left: 25px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	z-index: 10000;
}

.menu .bar1,
.bar2,
.bar3 {
	width: 2px;
	position: absolute;
	background-color: #556B87;
}

.menu .bar1,
.bar3 {
	height: 20px;
}

.menu .bar2 {
	height: 37px;
}

.closeMenu {
	position: absolute;
	float: left;
	top: 25px;
	left: 25px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-color: rgba(85, 107, 135, .7);
	border-radius: 4px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.closeBar1,
.closeBar2 {
	width: 24px;
	height: 2px;
	background-color: #E7EBEE;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.closeMenu:hover {
	background-color: rgba(9, 9, 9, 1);
	box-shadow: 2px 4px 12px rgba(0, 0, 0, .6);
	scale: 1.1;
}
	.closeMenu:active {
		background-color: rgba(9, 9, 9, .7);
		box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
		scale: 1;
	}

.closeMenu:hover .closeBar1,
.closeMenu:hover .closeBar2 {
	background-color: #f3425e;
}


/* Overlay Menu Navigation */

.overlay {
	width: 100vw;
	height: 100vh;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 50% 50% 0 0;
	opacity: 0;
	position: fixed;
	z-index: 10001;
	bottom: 0;
	overflow-x: hidden;
	background-color: #01060F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.overlay .menu-items ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 500%;
}

.overlay .menu-items ul li a {
	color: white;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: calc(2rem + .7vw);
	letter-spacing: .14rem;
	position: relative;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.overlay .menu-items ul li a:after,
.overlay .menu-items ul li a:before {
	content: "";
	height: 1px;
	width: 25%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #F3425E;
	position: absolute;
	top: 50%;
	-webkit-transition: .8s ease-out;
	-o-transition: .8s ease-out;
	transition: .8s ease-out;
	-webkit-transition-delay: .10s;
	-o-transition-delay: .10s;
	transition-delay: .10s;
}

.overlay .menu-items ul li a:after {
	left: 110%;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.overlay .menu-items ul li a:before {
	right: 110%;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.overlay .menu-items ul li a:hover {
	color: #F3425E;
	opacity: 1;
	letter-spacing: .9rem;
}

.overlay .menu-items ul li a:hover:after,
.overlay .menu-items ul li a:hover:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.menu-items_highlight {
	font-size: calc(2rem + .7vw);
	letter-spacing: .14rem;
	color: #F3425E;
	opacity: 1;
	font-weight: 900;
	cursor: default;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-size: calc(1.8em + 1.8vw);
	letter-spacing: 0.06em;
	line-height: 1.5em;
	background: -webkit-gradient(linear, left top, right top, from(#f90760), color-stop(#a107f9), color-stop(#f907d9), to(#ffec21));
	background: -o-linear-gradient(left, #f90760, #a107f9, #f907d9, #ffec21);
	background: linear-gradient(to right, #f90760, #a107f9, #f907d9, #ffec21);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: calc(1.8em + 1vw);
	letter-spacing: .03em;
	font-weight: 900;
}
	.wrapper h2 {
		margin-bottom: 0;
	}

.centered-text { text-align: center; }
.right-aligned { text-align: right; }
.left-aligned { text-align: left; }


h3 {
	font-size: 1.5em;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 auto;
}

p {
	font-size: 1.125em;
	letter-spacing: .06em;
	line-height: 1.6em;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

a {
	color: #a107f9;
	letter-spacing: .12em;
	font-weight: 700;
	text-decoration: none;
	transition: .2s;
}

a:hover {
	color: #ffec21;
}

.leading-line, .short-leading-line {
	width: 1px;
	height: 90vh;
	background-color: black;
	margin: 5% auto;
}
.short-leading-line {
	height: 30vh;
}

h4 {
	font-size: 1.3em;
	letter-spacing: .12em;
	line-height: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}


h5 {
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: .2rem;
	text-align: center;
}

.CTA-label {
	color: #0e83ea;
	text-transform: uppercase;
}

h5 small {
	font-size: .8rem;
	letter-spacing: .1rem;
	font-weight: 300;
}

i {
	font-size: .9em;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 2em;
}


a.all-works-link {
	margin: 5% auto;
	position: relative;
	font-weight: 900;
}
		a.all-works-link:after {
			content: "";
			width: 50%;
			height: 2px;
			background-color: #a107f9;
			position: absolute;
			left: 25%;
			transform-origin: center;
			transition: .5s;
		}
		 a.all-works-link:hover:after {
			background-color: #ffec21;
			width: 100%;
			left: 0;
		}


section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

section.challenge {
	margin: 0 auto 25px;
	padding: 5% 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
		/* section h3 {
			margin-bottom: calc(25px + 1%);
		} */

		.hiw-section h3 {
			margin-bottom: 5%;
		}


.project-intro {
	width: 100%;
	height: 100vh;
	margin-top: 0;
}


	.hero-img {
		width: 100vw;
		height: 80vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-color: #0B0B0B;
	}



	.wrapper {
		width: 100%;
		height: auto;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: calc(2% + 25px) 25px;
		margin: 0 auto;
	}

	.wrapper.odd {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

					.project-intro .wrapper div {
						visibility: hidden;
					}

.big-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}


.big-col img,
.big-col video {
	width: 90%;
	height: auto;
	margin-top: 25px;
	opacity: 1;
	transition: opacity 0.4s ease-out;
}

.light-bg-f9f9f9 {
	background-color: #F9F9F9;
	width: 100%;
}


/*.tooltip {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 20px;
	margin: auto;
	border: 2px solid #9B00FD;
	background-color: black;
	text-align: center;
	color: white;
	font-size: .9em;
	letter-spacing: .1em;
	font-style: italic;
	opacity: 0;
    pointer-events: none;
    transition: .4s ease-in;
}*/
	/*.big-col img:hover + span, .tooltip:hover {
	        visibility: visible;
	        pointer-events: auto;
	        opacity: 1;
	    }*/
	/*.big-col img:hover {
		opacity: .5 !important;
	}*/

.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
.challenge .block {
	margin: auto;
}

.big-block {
	width: 60%;
}

.small-block {
	width: 30%;
}

.screenCollage {
	width: 100%;
	height: auto;
}
	/*.screenCollage img {
		width: 100%;
	}*/


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

.small-block p {
	text-align: left;
}

.project-intro .block {
	margin: 0 auto;
}

.no-text-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-text-block img {
	width: 100%;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.add-margin-bottom {
	margin-bottom: 5%;
}

img.appScreen,
video.appScreen {
	width: 300px;
	height: auto;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}

.desktop-screen {
	height: auto;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}

.noShadow-img {
	width: 100%;
}

a.cta-w-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 300px;
}

.cta-w-label h5.CTA-label {
	margin-right: 35px;
}

.CTAarrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.CTAarrow .arrow-circles {
	display: inline;
	position: relative;
	left: 45px;
}

.CTAarrow svg.svg-circle {
	position: absolute;
	top: 0;
	right: 0;
	stroke-dasharray: 158;
	stroke-dashoffset: 158;
}

.CTAarrow .arrow-circle {
	border: 1px solid #8C9BAF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	opacity: .3;
}

.arrow-next .arrow {
	width: 100px;
	height: 2px;
	background-color: #0e83ea;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	position: absolute;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.arrow-next .arrow:before,
.arrow-next .arrow:after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	width: 15%;
	background-color: #0e83ea;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.arrow-next .arrow:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}

.arrow-next .arrow:after {
	opacity: 0;
}

a.cta-w-label:hover .arrow {
	background-color: #F3425E;
	-webkit-transform: scaleX(.6);
	-ms-transform: scaleX(.6);
	transform: scaleX(.6);
}

a.cta-w-label:hover .arrow:before {
	background-color: #F3425E;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

a.cta-w-label:hover .arrow:after {
	background-color: #F3425E;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}

a.cta-w-label:hover {
	text-decoration: none;
}

.horizontal-divider {
	width: 60%;
	height: 1px;
	background-color: #D2DBE9;
	margin: 5% auto;
}

/* wrapper, icons & descriptions */
.how-it-works {
	width: 80%; height: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
		.hiw-feature-heading {
			width: calc(50% - 100px);
			display: inline-flex;
		}
			.justify-end { justify-content: flex-end; }
			.justify-start { justify-content: flex-start; }
			.hiw-feature-heading h5 { width: 50%; }

		.hiw-feature-ic {
			width: 100px;
			margin: 35px 50px;
		}
				.ic-feature img {
					width: 100%;
				}
		.hiw-feature-desc {
			width: calc(50% - 100px);
			min-width: 300px;
		}




.back-to-top {
	margin: 10% auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.btt-arrow {
	width: 2px;
	height: 40px;
	background-color: #0e83ea;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btt-arrow:after,
.btt-arrow:before {
	content: "";
	width: 100%;
	height: 30%;
	position: absolute;
	background-color: #0e83ea;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

.btt-arrow:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.back-to-top:hover .btt-arrow,
.back-to-top:hover .btt-arrow:after,
.back-to-top:hover .btt-arrow:before {
	background-color: #F3425E;
}

.back-to-top:hover h5 {
	color: #F3425E;
}

.back-to-top:hover .btt-arrow {
	-webkit-transform: scaleY(.8);
	-ms-transform: scaleY(.8);
	transform: scaleY(.8);
}

.back-to-top:hover .btt-arrow:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.back-to-top:hover .btt-arrow:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




.CTA-button {
	width: 188px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0;
	cursor: pointer;
}

svg.button-outline {
	display: inline;
	stroke-dasharray: 50 200;
	stroke-dashoffset: 95;
}

h6.CTA-label {
	display: inline;
	font-weight: 900;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #0e83ea;
}

.CTA-button:before {
	content: "";
	width: 178px;
	height: 42px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	position: absolute;
	background-image: -o-linear-gradient(top left, #f90760, #0e83ea);
	background-image: -webkit-gradient(linear, left top, right bottom, from(#f90760), to(#0e83ea));
	background-image: linear-gradient(to bottom right, #f90760, #0e83ea);
	z-index: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.CTA-button:hover:before {
	-webkit-animation: buttonGlare .4s;
	animation: buttonGlare .4s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes buttonGlare {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		-webkit-transform-origin: top;
		transform-origin: top;
	}
	51% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes buttonGlare {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		-webkit-transform-origin: top;
		transform-origin: top;
	}
	51% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}



.other-works {
	margin-top: 5%;
/*	background-color: #2A2F36;*/
/*	color: white;*/
/*	padding: calc(2% + 25px) 0;*/
}
	.other-works .work-tiles {
		margin-top: 5%;
	}

.tile-set {
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;
 }

	.work-tiles {
		width: 100vw;
		height: auto;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		        justify-content: space-evenly;
	}

	.work-tile {
		width: 50%;
		min-width: 200px;
		height: 50vh;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow: hidden;
/*		background-color: #2A2F36;*/
	}

		.work-tile:nth-child(4n + 2),
		.work-tile:nth-child(4n + 3) {
			background-color: #e1e5eb;
		}

		.work-tile div {
			width: 100%;
			height: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			background-origin: border-box;
			background-position: center;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s;
		}
				.video-lightbox {
					width: 100%;
					height: 100%;
					background-color: black;
					display: -webkit-inline-box;
					display: -ms-inline-flexbox;
					display: inline-flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
							-ms-flex-direction: column;
									flex-direction: column;
					-webkit-box-align: center;
							-ms-flex-align: center;
									align-items: center;
					-webkit-box-pack: end;
							-ms-flex-pack: end;
									justify-content: flex-end;
					position: absolute;
					display: none;
				}
					.tile-video {
						width: 100%;
						height: auto;
					}
					.close-video {
						color: white;
						position: absolute;
						top: 20px;
						cursor: pointer;
						z-index: 10000;
					}

#tile_bardot {
	background-image: url("./Assets/bardot-mockup.jpg");
}

#tile_sa {
	background-image: url('./Assets/sa-mockup.jpg');
}

#tile_schecker {
	background-image: url('./Assets/home-schecker-mockups.png');
}

#tile_rr {
	background-image: url("./Assets/rr-mockup.jpg");
}

#tile_heineken {
	background-image: url("./Assets/Heineken_TileMockup.jpg");
}

#tile_type-creature {
	background-image: url("./Assets/TypeCreature.png");
	background-size: contain;
}

#tile_nabulio {
	background-image: url("./Assets/Nabulio-Mockup.jpg");
}

#tile_cdCover {
	background-image: url("./Assets/cdcover.png");
	background-size: contain;
	background-color: white;
}
#tile_Danias {
	background-image: url("./Assets/Danias-Homepage.jpg");
	background-size: cover;
	background-position: top;
}

.tile-CTA {
	width: 100%;
	height: 100%;
	padding: 25px;
	background-color: rgba(255, 255, 255, .95);
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	bottom: 0;
	-webkit-transform-origin: bottom center;
	    -ms-transform-origin: bottom center;
	        transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	color: #0C1826;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
}

.work-tile:hover .tile-CTA {
	transform: scaleY(1);
	opacity: 1;
	font-weight: 600;
	color: #0C1826;
}

.tile-CTA img {
	width: 25%;
	min-width: 150px;
	height: auto;
	max-height: 50%;
	margin: 10px;
}








footer {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 25px;
	margin-top: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.copyright {
	color: #8C9BAF;
	letter-spacing: .2em;
	font-size: .625em;
	font-weight: 700;
}

.footer-links {
	text-align: right;
	margin: auto 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.footer-links a {
	color: #8C9BAF;
	letter-spacing: .1em;
	font-size: .85em;
	font-weight: 700;
	text-align: right;
	margin-left: 13px;
	margin-right: 13px;
}

.footer-links a:last-child {
	margin-right: 0;
}

.footer-links a:first-child {
	margin-left: 0;
}

.footer-links a:hover {
	color: #F3425E;
	text-decoration: none;
}


/* ----------------------------- blocks in ---------------------------------- */

.come-in {
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-animation: come-in 0.8s ease forwards;
	animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	/* So they look staggered */
}

@-webkit-keyframes come-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes come-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


/* ----------------------------------------------mouse scroll-------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
/*	height: 100px;*/
	z-index: 9000;
	margin-top: 5em;
}


	.mouse {
		height: 42px;
		width: 26px;
		border-radius: 18px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border: 2px solid #8C9BAF;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		.wheel {
			height: 5px;
			width: 2px;
			display: block;
			margin: 5px auto;
			background: white;
			position: relative;
			height: 4px;
			width: 4px;
			border: 2px solid black;
			border-radius: 8px;
		}

		.wheel {
			-webkit-animation: mouse-wheel 0.6s linear infinite;
			animation: mouse-wheel 0.6s linear infinite;
		}

		@-webkit-keyframes mouse-wheel {
			0% {
				opacity: 1;
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateY(6px);
				-ms-transform: translateY(6px);
				transform: translateY(6px);
			}
		}

@keyframes mouse-wheel {
	0% {
		top: 1px;
	}
	25% {
		top: 2px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 2px;
	}
	100% {
		top: 1px;
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		opacity: .5;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}


/* ---------------------------------------- Schecker ------------------------------------------ */

#schecker-hiw-section {
	display: flex;
	flex-direction: column;
	margin-top: 10%;
}

#schecker-hero {
	position: relative;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#schecker-hero img {
	width: 55%;
	min-width: 290px;
	height: auto;
}

#schecker-intro {
	background-color: #1ADD21;
	padding-top: 4%;
	padding-bottom: 4%;
}

#schecker .leading-line, #schecker .short-leading-line {
	background-color: #1ADD21;
}


#schecker-draggable-flow {
	width: 100%;
	height: 95vh;
	padding-top: 5%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#schecker-viewInvision {
	margin-bottom: calc(60px + 5%);
	position: absolute;
}

#schecker-viewInvisionCTA {
	display: none;
}


/* ----------------------------------------- Works Page ------------------------------------- */

.all-works, .all-works .work-tiles {
	margin-top: 0;
}



	#title-tile {
			-webkit-box-flex: 2;
			    -ms-flex-positive: 2;
			        flex-grow: 2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
			background-color: white;
		}
			#title-tile h1 {
				margin: 25px;
			}

			.tile-desc, .tile_static {
				width: 100%; height: 100%;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				text-align: center;
			}


#all-works h2,
#all-works div {
	visibility: hidden;
}

				.i-innovative {
					font-style: normal;
					font-weight: 900;
					color: #a107f9;
					text-transform: uppercase;
				}
				.i-delicate {
					color: #f907d9;
				}
				.i-customised {
					color: #f90760;
				}
					.i-customised b {
						font-style: normal;
						color: #ffec21;
					}
				.i-simplified {
					font-style: normal;
					letter-spacing: .3em;
					color: #0e83ea;
				}


.small-logos {
	width: 200px;
	height: auto;
	margin: 25px;
}



/* ------------------------------------------- Heineken -------------------------------------------- */
#heineken-hero-img {
	background-image: url("./Assets/Heineken_PD_Hero.png");
	background-color: #A7EDC6;
	background-size: contain;
	background-position: center 30%;
}

#heineken_onboarding_img {
	width: 50%;
}

section#heineken-challenge {
	background-color: #017C28;
}
	#heineken-challenge h3, #heineken-challenge p {
		color: white;
	}


/* ------------------------------------------- Bardot -------------------------------------------- */

#bardot-hero-img {
	background-image: url("./Assets/BardotCampaign(5).jpg");
}

section#bardot-challenge {
	background-color: black;
}

section#bardot-challenge h3 {
	color: #8C9BAF;
}

section#bardot-challenge p {
	color: #8C9BAF;
}

img#bardot-findStore-img {
	-webkit-box-shadow: none;
	box-shadow: none;
}



/* ------------------------------------------- Standards Australia --------------------------------------------- */

#sa-hero-img {
	background-image: url("./Assets/australia-2910680_1920.jpg");
	background-position: center -10em;
}

section#sa-challenge {
	background-color: #FFB500;
}

#sa-challenge h3,
#sa-challenge p {
	color: black;
}

#sa-info-m-img-block {
	margin-bottom: 0;
}


/* ------------------------------------------- RR --------------------------------------------- */

#rr-hero-img {
	background-image: url("./Assets/rr-mockup.jpg");
	background-size: contain;
	background-color: #F0F0F0;
}


section#rr-challenge {
	background-color: #fff200;
}


/*---------------------------------------------- Portfolio -------------------------------------------*/

#tile_Portfolio {
	background-image: linear-gradient(rgba(255, 255, 255, .99), rgba(255, 255, 255, 0.85)), url("./Assets/Whales_Tile_Bg.png");
	background-size: contain;
}



/* ---------------------------------------------- credits ------------------------------------------------ */

section#credits {
	text-align: center;
}

section#credits a {
	margin: 10px;
}

#thanks {
	padding: 0 25px;
	margin: 6% auto;
}


/* ----------------------------- scroll slide in ---------------------------------- */

.come-in {
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-animation: come-in 1.5s ease forwards;
	animation: come-in 1.5s ease forwards;
	opacity: 0;
}

.come-in:nth-child(odd) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes come-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes come-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.already-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: none;
	animation: none;
	opacity: 1;
}






/* ----------------------------------------------- about me ----------------------------------------------- */

#about-me {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.about {
	width: 45%;
	min-width: 310px;
	height: auto;
	visibility: hidden;
	margin: 0 25px 25px;
}

.my-portrait {
	width: 38%;
	min-width: 310px;
	height: auto;
	position: relative;
}

.portrait-cover {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px dashed #f907d9;
	visibility: hidden;
	padding: 20px;
}

#svg-portrait {
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: visible;
}

.myEye {
	position: fixed;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	background-color: rgba(71, 45, 46, 1);
	border: 2px solid rgba(53, 35, 36, .8);
}

.myEye:after {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	content: " ";
}

.myEye:before {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(0, 0, 0, .9);
	border-radius: 50%;
	content: " ";
}

.eyeLid {
	fill: #748289;
}






/* -------------------------------------------- media query ------------------------------------- */

@media screen and (max-width: 1124px) {
	#first-tile-set {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
		#first-tiles {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: row-reverse;
			        flex-direction: row-reverse;
		}
}


@media screen and (max-width: 1024px) {

	.how-it-works {
		width: 100%;
		flex-direction: column;
	}
	.hiw-feature-heading {
		justify-content: center;
		width: 100%;
	}
		.hiw-feature-heading h5 { width: 80%; text-align: center; }

	#schecker-hero {
		height: auto;
	}
	#schecker-hero img {
		width: 80%;
		margin-top: 60px;
	}
	#schecker-hero:before {
		height: 100px;
	}

/*	Schecker How it works section orders*/
	#hiw-2 .hiw-feature-heading {
		order: 1;
	}
	#hiw-2 .hiw-feature-ic {
		order: 2;
	}
	#hiw-2 .hiw-feature-desc {
		order: 3;
	}	
}

@media screen and (max-width: 768px) {

	.project-intro {
		height: auto;
	}
	.hero-img {
		height: 40vh;
		background-position: center bottom;
	}
	#schecker-hero-section {
		height: 100vh;
	}
	#bardot-hero-img {
		background-position: center -10em;
	}
	#sa-hero-img {
		background-position: center -15em;
	}
	#rr-hero-img {
		background-position: center top;
	}

	/* .project-hero {
		height: 30vh;
	}
	.hero-img {
		background-attachment: scroll;
		background-position: bottom;
	} */
	.block {
		width: 100%;
	}
	.big-col {
		width: 100%;
	}
	.big-col img,
	.big-col video {
		width: 100%;
	}
	.mouse_scroll {
		margin-top: 20%;
	}
	.work-tiles {
		flex-direction: column;
	}
		.work-tile {
			width: 100%;
		}
		#title-tile {
			order: -1;
		}		
		.work-tile:nth-child(4n + 2),
		.work-tile:nth-child(4n + 3) {
			background-color: white;
		}
		.work-tile:nth-child(odd) {
			background-color: #e1e5eb;
		}

	
	footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-links {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-links a {
		text-align: center;
		margin-bottom: 25px;
	}





	#schecker-draggable-flow {
		height: 80vh;
	}

}


/* ------------------------------------------------------------------------------------ */

@media screen and (max-width: 414px) {
	section.challenge {
		padding-top: 10%;
	}

	#schecker-viewInvision {
		display: none;
	}
	#schecker-viewInvisionCTA {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 90vw;
		height: 60px;
		border: solid 1px red;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-item-align: center;
		align-self: center;
		position: absolute;
	}
	/* .block {
		margin: 10% auto;
	} */
}
