html, body {
	width: 100%;
	min-height:100%; 
	height:auto;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	 
}

body {
	font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
  color: #fff;
}

.web { 
  height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



html a, a:focus, a:hover {
	color: inherit;
}

h1, h2, h3, p, nav, a, div {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
	font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
}

p {
	font-size: 2.4rem;
}
button {
    font-family: 'Proxima Nova Lt';
    font-size: 1.8rem !important;
    font-style: normal;
    border-radius: inherit !important;
    border: none !important;
    cursor: pointer;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Regular';
	src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.headernav {
	z-index: 2000 !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   padding: 0;
}

.headernav .nav {
	font-size: 2.4rem;
}

.headernav .row {
	float: right;
}

.headernav .nav-link {
    display: block;
    margin: 2.7rem 1.5rem;
    padding: 0;
}

.headernav.open .nav-item {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity:1;
}

.headernav .overlay a{
font-family: 'Proxima Nova Regular';
}

.headernav .overlay.red{
	background-color: #e9616b;
}

.headernav .overlay a:hover, .headernav .overlay a.active  {
		border-bottom: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

nav.open .overlay {
	visibility: visible !important;
	opacity: 1 !important;
	-moz-transition-delay: 0s;
    transition-delay: 0s;
}

.headernav.shadow {
	-webkit-box-shadow: 2px 10px 128px 40px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 10px 128px 40px rgba(0,0,0,0.25);
	box-shadow: 2px 10px 128px 40px rgba(0,0,0,0.25);
}

.headernav .x {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
}

.headernav .background {
	width: 100%;
	height: 200%;
	position: relative;
	left:0;
	top:0;
  transition: all 0.05s linear;
   -moz-transition: all 0.05s linear;
   -webkit-transition: all 0.05s linear;
   opacity: 0;
}

.headernav .background.show {
	opacity: 1;
}

.headernav .background.switch {
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sticky-blue {
	width: 100%;
	height: 50%;
	background: #223374;
}
  
.sticky-red {
	width: 100%;
	height: 50%;
	background-color: #e9616b;
}

#logo {
    display: inline-block;
		float:left;
		margin: 28px 2px;

}
#logo img {
	position: relative;
	height: 30px;
}

#menubtn {
    display: inline-block;
		float:right;		
    cursor: pointer;
		margin: 32px 2px;
		width: 28px;
    height: 28px;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

#menubtn .openclose {
		
    position: relative;
    width: 28px;
    height: 4px;
    margin: 15px 0;
    background: #fff;

    
}

#menubtn .openclose:after, #menubtn .openclose:before {
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    position: absolute;
    z-index: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav.open .openclose {
	background: none !important;
}
nav.open .openclose:before {
    top: 0 !important;
    width: 32px !important;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav.open .openclose:after {
    top: 0 !important;
    width: 32px !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menubtn .openclose:before {
    top: -8px;
}

#menubtn .openclose:after {
    top: 8px;
}


#menubtn a {
	color: none;
}

#gradient, #gradient2 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#gradient {
	z-index: 2;
}

#gradient2 {
	z-index: 1;
	background-image:-webkit-radial-gradient(80% 10%, circle, rgb(234,98,112), transparent),
   -webkit-radial-gradient(80% 50%, circle, rgb(12,227,235), transparent),
   -webkit-radial-gradient(20% 80%, 40em 40em, rgb(34,51,113), transparent),
   -webkit-radial-gradient(10% 10%, circle, rgb(199,96,233), transparent);
}

.intro {
	z-index: 1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0;
    opacity 1;
    overflow: hidden;
    background-color: #394571;
}

.intro .container {
	z-index: 3;
 	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    

}

.intro .content {
    position: relative;
    color: #fff;
    vertical-align: center;
}

.intro h1 {
	display: none;
}

.intro h2 {
	font-size: 8rem;
	margin-bottom: 6rem;
}

.intro p {
	font-size: 3rem;
	font-weight: 200;
}


.downmouse {
		z-index: 2;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.downmouse::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.main {
	padding-top: 160vh;
	position: relative;
}

.main .content {
	
}



.main::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: absolute;
	top:0;
  left: 0;
  z-index:50;

}

.titlehelper {
	z-index: 200;	
	display: none;
}

.titles {
	position: fixed;
width: 18vw;
    height: 18vw;

	background-color: #0000db;
  	top: 30vh;
	-webkit-box-shadow: -41px 38px 79px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: -41px 38px 79px 4px rgba(0,0,0,0.2);
	box-shadow: -41px 38px 79px 4px rgba(0,0,0,0.2);
	
}


.titles .content {
	 margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.titles h2 {
	text-transform: uppercase;
	color: #e8616b;
	font-size:3.4rem;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
}

#rev2 {
	font-family: 'Proxima Nova Regular';
	font-weight: normal;
}


.whatwedo, .clients, .instaz, .contacts, .studio {
	background: #223374;
	position: relative;
	width: 100vw;
	padding-top: 80px;
  display: block;
  opacity 1;

}

.whatwedo::before {
	content: "";
	background: linear-gradient(180deg,rgba(34,51,116,0),rgba(34,51,116,.9) 75%,#223374 90%);
  height: 90vh;
  width: 100vw;
  position: absolute;
  bottom: 98%;
  left: 0;

}

.whatwedo {
	z-index: 2;
}

.whatwedo h2, .clients h2, .instaz h2, .contacts h2, .studio h2 {
	font-size: 5.6rem;
	line-height: 0.75;
	display:table;
	padding-bottom: 3rem;
}

.whatwedo p {
	line-height: 1.6;
}

.whatwedo .tags {
	color: #90a4ed;
	font-size:2.4rem;
	font-family: 'Proxima Nova Regular';
}

.whatwedo hr{
	background-color: #90a4ed;
}
.whatwedo .row, .clients .row, .instaz .row {
	padding-bottom: 10rem;
}

.whatwedo button {
	width: 250px;	
	background-color: #9359e7;
  background-image: -webkit-linear-gradient(45deg, #33d9de 0%, #4d9fce 55%, #9359e7 90%);
  background-image: linear-gradient(45deg, #33d9de 0%, #4d9fce 55%, #9359e7 90%);
}

.whatwedo button:hover, .clients button:hover, #instafeed .in:hover {
 -webkit-box-shadow: 24px 27px 75px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 27px 75px -6px rgba(0,0,0,0.3);
    box-shadow: 24px 27px 75px -6px rgba(0,0,0,0.3);
  background-position: 0 0;
}

.whatwedo button, .clients button {
	width: 100%;
	background-position: 99% 0;
  background-size: 200% 200%;
  color: white;
  padding: 12px 48px;
  text-decoration: none;
	-webkit-box-shadow: 31px 21px 146px 7px rgba(71,130,162,0.5);
	-moz-box-shadow: 31px 21px 146px 7px rgba(71,130,162,0.5);
	box-shadow: 31px 21px 146px 7px rgba(71,130,162,0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.whatwedo .sayhello {
	text-decoration: underline;
}

.studio {
	color: #000;
}

.studio h2 {
	margin-bottom: 30px;
}

.studio .absolutecontainer {
	width: 100%;
	position: absolute;
	top: 80px;
}

.studio a {
	text-decoration: underline;
	font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-style: normal;
}

.clients, .studio {
	z-index: 3;
	background: #fff;
}

.clients h2 {
	color: #e9616b;
}

.clients button {
	color: #fff;
	background-color: #e9616b;
	 background-image: -webkit-linear-gradient(45deg, #e8616b 0%, #e8616b 55%, #e8747d 90%);
  background-image: linear-gradient(45deg, #e8616b 0%, #e8616b 55%, #e8747d 90%);
}

.clients .img {
	margin-bottom: 2rem;
}



.instaz::before {
		content: "";
		background: linear-gradient(0deg,rgba(231,96,102,0),rgba(231,96,102,.9) 75%,#e76066 90%);
    height: 100%;
    width: 100vw;
    position: absolute;
		top: 0;
    left: 0;
}

.instaz {
	z-index: 4;
	padding: 6rem 0 2rem 0;
}

.instaz h2 {
	font-size: 5rem;
	margin-top: 1rem;
}

#instafeed div {
	max-height: 255px;
	margin-bottom: 30px;
}

#instafeed .in {
	height: 255px;
	overflow:hidden;
	background-color: #394571;
	-webkit-box-shadow: 24px 27px 75px -6px rgba(71,130,162,0.5);
	-moz-box-shadow: 24px 27px 75px -6px rgba(71,130,162,0.5);
	box-shadow: 24px 27px 75px -6px rgba(71,130,162,0.5);
	  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#viewinst .in {
	padding: 20px;
}
#viewinst p {
	line-height: 1em;
}

#viewinst i {
	font-size: 4rem;
}

#viewinst a{
	text-decoration: none;
}

#viewinst b {
  font-weight: 600 !important;
}

#viewinst .row {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.contacts {
	z-index: 5;
	padding-bottom: 5rem;
}

.contacts p {
	margin-bottom: 40px;
}

.animz {
	-moz-transition: transform .3s,opacity .1s;
    -o-transition: transform .3s,opacity .1s;
    -webkit-transition: transform .3s,opacity .1s;
    transition: transform .3s,opacity .1s;
}

.hide {
    opacity: 0.1;
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.h {
	  transition: transform .3s,opacity .6s;
}

.fast {
	 -webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 -o-transform: translateZ(0);
	 transform: translateZ(0);
}

.text-center {
   text-align:center
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

/*(portrait phones, less than 576px)*/
@media (max-width: 575px) { ... }

/*(landscape phones, less than 768px)*/
@media (max-width: 767px) { 

.downmouse {
	bottom: 80px;
}

.sayhello {
	font-size: 3.6rem;
}
.headernav .container {
	width: 100%;
}

.intro h2 {
	font-size:5.6rem;
	margin-bottom: 3rem;
}

.intro p {
	font-size: 2rem;
}

.navbar {
	padding: 0;
}

.desktop {
	display: none;
}

.mobile {
	display: block;
}

p, .whatwedo .tags {
	font-size: 2rem;
}


}

/*(tablets, less than 992px)*/
@media (max-width: 991px) {


.web {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#instafeed .col-lg-3 {
	margin-bottom: 3rem;
}
.intro p {
	max-width: 100%;
}

#instafeed div {
	max-height: 320px !important;
}

.whatwedo .row, .clients .row, .instaz .row {
    padding-bottom: 0rem;
}

.whatwedo .col, .clients .col, .instaz .col {
    padding-bottom: 6rem;
}

}

/*(desktops, less than 1200px)*/
@media (max-width: 1199px) { 

.headernav.shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#instafeed div {
	max-height: 210px;
}

#instafeed .in {
	height: inherit !important;
}

.headernav {
	overflow: visible;
}
.headernav .overlay {
	visibility: hidden;
	
}

.headernav .row {
	float: left;
}

.headernav .overlay {
	opacity: 0;
	width: 100%;
	height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #223374;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition-delay: .3s;
   transition-delay: .3s;
}

.headernav .overlay .nav {
		padding-left: 15px;
		padding-right: 15px;
		opacity: 1;
		text-align: left;
    height: 95vh;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.headernav .overlay .nav-link {
		display: block;
    margin: 0;
}

.headernav .overlay a {
		font-size: 5.6rem;
	  font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-style: normal;
}

.headernav .nav-item:nth-child(1) {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.headernav .nav-item:nth-child(2) {
	-moz-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.headernav .nav-item:nth-child(3) {
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.headernav .nav-item:nth-child(4) {
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.headernav .nav-item:nth-child(5) {
	-moz-transition-delay: 0.18s;
	-o-transition-delay: 0.18s;
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}

.headernav .nav-item:nth-child(6) {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.headernav .nav-item {
	  -webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		    -moz-transition: -moz-transform .3s,opacity .1s;
    transition: transform .3s,opacity .1s;
    opacity: 0;
		
}

}

@media (min-width: 1199px) { 

#menubtn {
	display: none !important;
}

}


@media (min-width: 1366px) {
.container {
    width: 1280px;
    max-width: 100%;
}
}
