#google-map-container {
  width: 100%;
  height: 400px;
}

#navbarNavDropdown .nav-link:hover {
  color: #e9b850;
}

#custom-panel {
  padding: 5%;
}

#elec-content {
  background-image: url("../../src/img/services/electricity/hero_content.jpg");
}

#security-content {
  background-image: url("../../src/img/services/security/hero_content.jpg");
}

#auto-content {
  background-image: url("../../src/img/services/automatisation/hero_content.jpg");
}

.custom-hero {
  padding: 10%;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 900px) {
  #hero-page {
    min-height: 50vh;
  }

  #custom-hero-space {
    padding-top: 15vh;
  }
}
