/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  background: url("/assets/hero/hero-contact-us.webp") center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}


#hero .container {
  padding-top: 120px;
}


#hero h1 {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: var(--tab-hero-h1-lg);
  font-weight: 700;
  color: var(--tab-blue);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#hero img {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: var(--tab-hero-h1-sm);
  }
}

/*--------------------------------------------------------------
# Message
--------------------------------------------------------------*/

.message {
  background: var(--tab-blue);
  min-height: 40px;
}

.message h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Address
--------------------------------------------------------------*/

.address {
  margin-top: 0px;
  /*
  filter: drop-shadow(3px 5px 4px rgb(0 0 0 / 0.2));
  */
}

.address .address-info {
  /*
  margin-top: 50px;
  */
  margin-bottom: 0px;
  text-align: center;
}

.address .address-info i {
  font-size: 3.0rem;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--tab-blue);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.address .address-info address,
.address .address-info p {
  margin-bottom: 0;
  color: #000;
}

.address .address-info h3 {
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--tab-orange);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.address .address-note {
  border-top: 1px solid var(--tab-blue);
  border-bottom: 1px solid var(--tab-blue);

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;

  font-size: 0.90rem;
}

/*
.address-aerial {
  position: relative;
}
*/

/*
.address-aerial .aerial-overlay {
    position: absolute; 
    left: 0px;
    top: 0px;
    margin: 30px;
    padding: 5px;

    background: rgba(255,255,255, .2);
    border-radius: 10px;
}

/*

.address .contact-address {
  border-top: 1px solid #ddd;

}
*/

/*
#address {
  width: 100%;
  background: url("/assets/img/electric-works-aerial.webp") center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}
*/

/*
#address {
  border-top: 4px solid var(--tab-orange);
  font-size: 1.0rem;
}
*/

/*
#address.aerial-photo {
  width: 100%;
  height: auto;
}
*/
