body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}

footer p {
  margin: 0;
}

.hero-section-index {
  /*background: url('bg.jpg') no-repeat center center;
  background-size: cover;*/
  min-height: 750px;
  position: relative;
}

.hero-section {
  /*background: url('bg.jpg') no-repeat center center;
  background-size: cover;*/
  min-height: 150px;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#map {
  margin-top: 10px;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 0;
}

.info-card .card {
  border: none;
  background: #e9ecef;
}

.top {
  line-height: 1.9rem;
}

.top-left, .top-right {
  font-size: 0.9rem;
}

.navbar-nav .nav-link {
  padding: 0.8rem 1rem;
}

.lang-select {
  font-size: 0.9rem;
  border-radius: 4px;
  padding: 0px 35px 0px 5px;
}