
.we.believe.in {
	background-image: url(../img/Mockup_Layer2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
@media screen and (max-width: 768px) {
	.we.believe.in {
	background-attachment: scroll;
	}
}
.we.believe.in .row {
	background-color: rgba(0,0,0,0.6);
	height: calc(100vh - 4rem);
}

.kickstart.arrow.key { margin-top: 6rem; width: 100%; max-width: 5rem; }

#about{
	background-image: url('../img/kickstart_abstraction.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
@media screen and (max-width: 768px) {
	#about{
	background-attachment: scroll;
	}
}
.not.just.a.creative.agency .row { height: 100vh; }
.not.just.a.creative.agency header {
	margin-top: 4em;
}

.thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(50vh - 2rem);
	position: relative;
	display: flex;
	align-items: center;
	padding: 2em;
}
.thumb a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.thumb a:hover img.background {
	background-color: rgba(11, 25, 34,0.6);
	background-blend-mode: overlay;
}
.thumb a div {
	text-transform: uppercase;
	font-size: 2.33em;
	letter-spacing: 0.1rem;
	align-self: center;
	color: transparent;
	position: relative;
	font-family: 'Roboto Condensed', Tahoma, sans-serif;
}
.thumb a:hover div {
	color: white;
}
.thumb a img.portfolio.hover.arrow {
	align-self: center;
	position: absolute;
	display: none;
	height: 4.66rem;
	margin-top: -2.33rem;
	top:50%;
	right: 1rem;
	width: auto;
	left: auto !important;
}
.thumb a:hover .portfolio.hover.arrow {
	display: block;
}

.thumb.burger.king { background-image: url(../img/Burger-King-Thumbnail.png); }
.thumb.jack.hanna { background-image: url(../img/Jack-Hanna-Thumbnail.png); }
.thumb.seaworld.orlando { background-image: url(../img/Seaworld-Ornaldo-Thumbnail.png); }
.thumb.seaworld { background-image: url(../img/Seaworld-Thumbnail.png); }
.thumb.second.cup { background-image: url(../img/Second-Cup-Thumbnail.png); }
.thumb.unknown { background-image: url(../img/Unknown-Thumbnail.png); }
.thumb.manchu.wok { background-image: url(../img/Manchu-Wok-Thumbnail.png); }
.thumb.busch.gardens { background-image: url(../img/Busch-Gardens-Thumbnail.png); }
.thumb.disney { background-image: url(../img/Disney-Thumbnail.png); }

.what.others.are.saying {
	background-image: url(../img/what_others_are_saying_background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
@media screen and (max-width: 768px) {
	.what.others.are.saying {
		background-attachment: scroll;
	}
}
.what.others.are.saying .row {
	height: calc(100vh - 4rem);
}
.what.others.are.saying header {
	margin-top: 4em;
}

.client.logos {
	background-image: url(../img/logos_background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	padding: 4em 0;
}
@media screen and (max-width: 768px) {
	.client.logos {
		background-attachment: scroll;
	}
}

/* 464646 */


.kickstart.header {
		position:fixed;
		top:0;
		left:0px;
		width:100%;
		z-index:100001;
}
