.section {
  background-image: linear-gradient(#000, #fff);
}

.body {
  text-align: center;
  margin-top: 0;
}

.heading {
  color: #285a64;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.container {
  margin-top: 0;
}

.paragraph {
  filter: drop-shadow(0 0 5px #135f76b3);
  color: #fff;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  line-height: 30px;
}

.paragraph.white {
  color: #c8c8c8;
}

.div-block {
  margin-top: 20px;
}

.image {
  opacity: 1;
  filter: drop-shadow(0 0 20px #0e2c3a) brightness(200%);
  padding: 220px 100px 20px;
}

.section-2 {
  background-image: url('../images/Firefly_Use-reference-photo-to-re-imagine-a-Heavenly-Sky-798728.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.text-block {
  font-family: Great Vibes, cursive;
  font-size: 100px;
}

.section-3 {
  background-color: #ffffffb3;
  margin-top: 60px;
}

.text-block-2 {
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.section-4 {
  background-image: url('../images/FJ-Backdrop-v3.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vw;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 45px;
  }

  .container {
    margin-top: 0;
  }

  .paragraph {
    filter: drop-shadow(0 0 5px #0f3946e6);
    color: #fffc;
    font-size: 35px;
    line-height: 25px;
  }

  .image {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 15px;
  }
}


