.masthead {
  height: 100vh;
  background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../images/mardi-gras-fest-new-orleans.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .masthead {
    background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../images/mardi-gras-fest-new-orleans-mobile.webp');
    background-position: center;
    background-size: cover;
  }
}

.masthead h1 {
  font-size: 4rem;
}

.masthead p {
  font-size: 1.5rem;
  margin-top: 5%;
}

.content-text {
  padding: 40px;
}

.content-text h2 {
font-size: 2.5rem;
margin-top: 45px;
margin-bottom: 30px;
}

.content-text p {
font-size: 1.2rem;
margin-bottom: 45px;
text-align: justify;
}

.carousel .item {
  height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.images-section img{
  display: inline-block;
  height: auto;
}

.card {
margin-bottom: 30px;
}

.card-img-top {
height: 300px;
object-fit: cover;
}

.card p {
  font-size: 1rem;
  margin-top: 10px;
}

.image-card {
  transition: all 0.3s;
  margin-bottom: 20px;
}

.image-card:hover {
  transform: scale(1.15);
}

footer {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: lightgray;
  }

footer a {
  color: lightgray;
}