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

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

.header {
  height: 100vh;
  min-height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header .container {
  z-index: 10;
  text-shadow: black 1px 1px 2px;
}

.header .arrow-down {
  bottom: 50px;
}

.header .arrow-down i {
  transition: transform 0.6s ease;
}

.header .arrow-down i:hover {
  transform: scale(2);
}

.scrollmargin {
  scroll-margin: 80px;
}

.mustard-item {
  max-width: 540px;
}

.mustard-pic {
  max-height: 200px;
}

.carousel-caption h2 {
  text-shadow: black 2px 2px 2px;
}

#contact-container {
  max-width: 540px;
}

footer a {
  font-size: 0.8rem;
}

.market-alert {
  /*    top: 60px;*/
  width: 260px;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}

@media (max-width: 767px) {
  .navbar {
    background: var(--bs-dark);
  }
}
@media (min-width: 1400px) {
  .mustard-item {
    max-width: 620px;
    min-height: 320px;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
