/*
.top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
}
*/
.text-important{
  font-size: 1.05rem;
}

.carousel-image {
  height: 70vh;
  
  object-position: center;
  object-fit: cover;
  display: block;
  width: 100%;
}

strong {
  font-weight: 1000;
}

.maintxt {position: relative;}
.maintxt > img, .overlay-text {
  position: absolute;

}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
