.img-wrapper {
  position: relative;
  display: block;
  width: 30vw;
  height: auto;
  overflow: hidden;
}
.shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5); 
  pointer-events: none;
}

.main-img{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

body {
      font-family: 'Roboto', sans-serif;
    }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', serif;
}

#intro-hr {
  position: relative;
  right: 10rem;
  opacity: 1;
  border: none;
  height: 4px;
  width: 14rem;
  background-color: var(--yellow);
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #hero-text-container {
    width: 80%;
  }
}