.navbar .btn-outline-light:hover {
  color: #333;
}

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

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

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

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

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

.map iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  border: none;
}

@media (max-width: 992px) {
  .hero .img-container {
    display: flex;
    justify-content: center;
  }
  .hero .text-container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  nav {
    background-color: #333;
  }
}
