.xl-text {
  font-size: 60px;
}

.header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("../images/hero-background.jpeg") left center no-repeat;
  background-size: cover;
  height: 600px;
}

.festivalImage:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.5s;
}

.artathonImage:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.5s;
}

.hangoutImage:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.5s;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .header {
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("../images/hero-background.jpeg") center center no-repeat;
    background-size: cover;
  }
  .navbar {
    background: #0c0c0e;
  }
  .about .text-container {
    text-align: center;
    margin-top: 20px;
  }
  .about .text-container p {
    padding-top: 20px;
  }
  hr {
    margin: 0 auto;
  }
  .artists {
    text-align: center;
  }
  .artists .text-container {
    margin-bottom: 30px;
  }
  .art-lovers {
    text-align: center;
  }
  .art-lovers p {
    margin-top: 20px;
  }
  #services p {
    margin-top: 20px;
  }
}
