* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

/* .myHeroImage {
  background-image: url(/assets/heroImage50.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.myHeroImage > h1,
.myHeroImage > div p {
  color: white !important;
  z-index: 9999;
} */

.logoPDL {
  width: 40%;
}

.myHeroImage {
  position: relative;
  z-index: 1;
}

.myHeroImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/heroImage50.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px) brightness(0.6);
  z-index: -1;
}

.myHeroImage h1 {
  color: white !important;
  font-size: 12rem;
}

.myHeroImage > div p {
  font-size: 28px;
  color: white;
}

.btn-outline-secondary {
  color: white !important;
  border-color: white !important;
}

.btn-outline-secondary:hover {
  background-color: #f1f1f110 !important;
}

.ncr {
  width: 200px;
}

.logoPDLFooter {
  width: 100px;
}

@media (max-width: 400px) {
  .myHeroImage h1 {
    color: white !important;
    font-size: 7rem;
  }
}
