/**
 * Start with mobile styles as default and scale up
 *
 */

.city-tour.hero-block {
	position: relative;
	overflow: visible !important;
	min-height: 89vh !important;
}
.hero-bg{
    margin-left: -15px;
	height: 90vh;
	overflow: hidden;
	margin-bottom: 0 !important;
	width: 100vw;
	
}
.hero-content{
	position: absolute;
	bottom: -160px;
	z-index: 100;
}
.hero-content-mobile{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.city-tour .hero-text {
  padding-top: 0px;
  text-shadow: 4px 4px 10px #2A2A2A;
}

.city-tour.hero-block h1 {
  font-size: 15px !important;
  color: white;
}

.nccga.hero-block {
  position: absolute !important;
  color: white;
  z-index: 100;
  padding-top: 10px;
}

.nccga .hero-text {
  padding-top: 0px;
  text-shadow: 4px 4px 10px #2A2A2A;
}

.nccga.hero-block h1 {
  font-size: 15px !important;
  color: white;
}

.product-logo img {
  width: 120px;
}

.product-logo img {
  text-align: center;
}

.nccga .hero-cta-block > .vc_column-inner > .wpb_wrapper {
    background: rgba(255,255,255,.8);
    padding: 1em;
    color: #4e4e4e !important;
}

.nccga .hero-cta-block h4 {
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

@media (min-width: 481px) {
  .city-finder {
    background: rgba(187, 66, 15, 0.77);
    padding-top: 1em;
    padding-bottom: 1em;
  }
}


@media (max-width: 480px) {
  .cta-row {
    background: #566385;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .nccga.hero-block h1 {
    font-size: 25px !important;
  }

  .nccga .hero-text {
    padding-top: 30px !important;
  }

  .city-tour.hero-block h1 {
    font-size: 25px !important;
  }

  .city-tour .hero-text {
    padding-top: 100px !important;
  }

}

@media (min-width: 992px) {
  .nccga.hero-block h1 {
    font-size: 25px !important;
  }

  .nccga .hero-text {
    padding-top: 130px !important;
  }

  .city-tour.hero-block h1 {
    font-size: 25px !important;
  }

  .city-tour .hero-text {
    padding-top: 130px !important;
  }

}

@media (min-width: 1200px) {
  .nccga.hero-block h1 {
    font-size: 35px !important;
  }

  .nccga .hero-text {
    padding-top: 150px !important;
  }

  .city-tour.hero-block h1 {
    font-size: 35px !important;
  }

  .city-tour .hero-text {
    padding-top: 250px !important;
  }
}
@media (max-width: 1024px){
  .city-tour.hero-block {
    min-height: 1px !important;
  }
  .hero-bg{
	height: auto;
  }
}
