body {
  overflow-x: hidden;
  width: 100dvw !important;
}

.hero {
  background-image: url(../Static/Images/herobg.png);
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;

  img {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  }

  a.text-decoration-none:focus {
    outline: none;
  }

  #hero-main-text {
    text-align: center;
  }
}

@media screen and (width > 992px) {
  #hero-main-text {
    text-align: left !important;
  }
}
