/* WHERE WE ARE PAGE */

.wwa-hero {
  padding: 80px 0 40px;
  background: #fff;
  text-align: center;
}

.wwa-hero__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

.wwa-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  letter-spacing: 3px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.wwa-hero__subtitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 30px 0;
}

.wwa-hero__intro {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 20px 0;
}

.wwa-hero__note {
  font-size: 16px;
  color: #555;
  font-style: italic;
  margin: 0;
}

/* LOCATION SECTIONS */
.wwa-location {
  position: relative;
  overflow: hidden;
}

.wwa-location__image {
  width: 100%;
}

.wwa-location__image img {
  width: 100%;
  height: auto;
  display: block;
}

.wwa-location__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 50px;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  color: #fff;
}

.wwa-location__name {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #fff;
}

.wwa-location__address {
  font-size: 15px;
  margin: 0;
  color: rgba(255,255,255,0.9);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .wwa-hero__title {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .wwa-location__info {
    padding: 20px;
  }
  .wwa-location__name {
    font-size: 22px;
  }
}
