.navbar .btn-outline-light:hover {
  color: var(--bs-dark);
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  opacity: 0.9;
  box-shadow: 0 0 10px rgpa(0, 0, 0, 0.5);
}

.header {
  background: url(../images/header-background.jpg) center center no-repeat;
  background-size: cover;
}

.icons-secion {
  background-color: #f3f6f9;
}

.modal-dialog {
  max-width: 1024px;
}

.download {
  background: url(../images/header-background.jpg) center center no-repeat;
  background-size: cover;
}

.map iframe {
  height: 400px;
  width: 100%;
  border: none;
}

@media (max-width: 1024px) {
  .header .img-container {
    display: flex;
    justify-content: center;
  }
  .header .text-container {
    text-align: center;
  }
}
