nav div.primary, div.footer { display:none!important; }

#about-maps {
	background: url(header.jpg) right bottom no-repeat;
	background-size: cover;
}



.customer-logos { width: 100%;}
.customer-logos div { width: 12.5%;}
.customer-logo, .press-logo  {
    height: 0;
    margin-bottom: 30%;
}


/*********  STICKY NAV  *********/
.sticky-nav ul li a {
  color: #909090;
}

.sticky-nav ul li a.active {
  color: rgba(55, 132, 186, 1.000);
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}


 .splash-container {
  	display: block;
  	width: 100%;
  	overflow: hidden;
  }

.splash-container .hi {
	position: relative;
	top: 120px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
 }


.splash-illustration {
	background: url(splash-graphic@2x.png) 0 100% no-repeat;
	background-size: contain;
	background-position: center bottom;
	height: 600px;
	width: 1615px;
	max-width: 1615px;
	position: relative;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.report-issue {
	background: url(reportissue.png) 0 100% no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	height: 497px;
	width: 671px;
	position: absolute;
	top: -320px;
	left: 0;
	right: 0;
	margin: auto;
}

.satellite {
	display: block;
	width:619px;
	height: 246px;
	background: url(satellite.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 30px;
	left: 3%;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	transition: all .5s;
}


.drone {
	display: block;
	width:625px;
	height: 600px;
	background: url(drone.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 30px;
	right: -3%;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	transition: all .5s;
}


.mapbox-streets-terms {
	position: relative;
	height: 100%;
	min-height: 850px;
}

.dark .quiet a { text-decoration:underline; }

.imagery {
	width: 35%;
	height: 100%;
    position: absolute;
    left: 0;
}

.satellite-imagery {
	position: relative;
	width: 100%;
	background: url(imagery.jpg) center top no-repeat;
	background-size: 100% auto;
}
 /* making sure we keep the 1:1 ratio */
.satellite-imagery:before {
	content: "";
	display: block;
	padding-top: 100%;
}


/* Studio section */

#new-studio {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(52, 126, 185, 1) 0%,rgba(57, 173, 204, 1) 95.09%);
  background : -webkit-linear-gradient(90deg, rgba(52, 126, 185, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(52, 126, 185, 1) ),color-stop(0.9509,rgba(57, 173, 204, 1) ));
  background : -o-linear-gradient(90deg, rgba(52, 126, 185, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
  background : -ms-linear-gradient(90deg, rgba(52, 126, 185, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#347eB9', endColorstr='#39adcc' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(52, 126, 185, 1) 0%, rgba(57, 173, 204, 1) 95.09%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39adcc',endColorstr='#347eB9' , GradientType=0);
}

#new-studio .design-section {
    position: absolute;
    margin-bottom: -150px;
    left: -10%;
}

.studio-intro {
    padding-top: 0px;
    margin-top: 60px;
}


@media only screen and (max-width: 1615px){
	.splash-illustration {
	  position: absolute;
	  bottom: 0px;
	  width: 120%;
	  max-width: 120%;
	  margin-left: -10%;
	}

}

@media only screen and (min-width: 1600px){
	.satellite {left: 13%;}
	.drone {right: 9%;}
}

@media only screen and (max-width: 1220px){
	.splash-container .hi {top: 150px;}
	#new-studio .design-section {
      position: absolute;
      margin-bottom: -160px;
      left: -9%;
  }
}

@media only screen and (max-width: 1060px) {
  #new-studio .design-section {
    margin-bottom: 0px;
    left: auto;
    width: 100%;
    position: relative;
  }
  .studio-intro {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    max-width: none;
  }
}

@media only screen and (max-width: 950px){
	.splash-illustration {
	  width: 200%;
	  max-width: 200%;
	  margin-left: -10%;
	}
	.splash-container .hi {	top: 60px;}
	.drone, .satellite {display: none;}
}

@media only screen and (max-width: 800px) {
	.mapbox-streets {
		width: 100%;
		margin-left: 0;
	}
	.imagery {display: none;}
	.splash-container {height: 550px;}
}

@media only screen and (max-width: 670px ){
	.report-issue {
		width: 80%;
		top: -300px;
		margin-left: 20px;
		position: absolute;
	}
}

@media only screen and (max-width: 640px ){
	#about-maps {
			height: 300px !important;
	}
	.customer-logos div {
   	 width: 25%;
	}
}

@media only screen and (max-width: 600px ){
	.report-issue {top: -400px;}
}