/* Media Queries */
@media screen and (max-width: 600px) {
  .footer-logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-nav {
    margin-left: 20px;
  }

  .logo-nav {
    margin-left: 20px;
  }

  .header-icons {
    display: flex;
  }

  .footer-church-text {
    text-align: center;
  }

  .move-div-to-left {
    margin-left: 0rem;
  }

  .second-image {
    display: block;
    margin: 0 auto;
    width: 200px;
  }

  .word-img {
    display: block;
    margin: 0 auto;
  }

  .salvation-section {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }

  .healing-images {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .online-span {
    text-align: center;
  }

  .mobile-word {
    text-align: center;
  }

  .patner-mobile {
    text-align: center;
  }

  .pastor-about-name {
    position: absolute;
    bottom: 50px;
    left: 40px;
  }

  .reach-dr-prince {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event-menu {
    display: block;
  }

  .upcoming-text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .event-search-form {
    display: block;
    width: 100%;
  }

  .hero-header {
    font-size: 4rem;
  }

  .hero-section {
    background-image: url('../img/Rectangle 9.png');
    background-position: left center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;

  }

  .bg-patner {
    background-image: url('../img/bg-patner.png');
    background-position: center top;
    color: white;
    padding: 8rem 3rem 8rem 3rem;
    border-radius: 20px;
  }

  .about-first-section {
    background-image: url('../img/bg-patner.png');
    background-position: top center center;
  }

  .messages-first-section {
    background-image: url('../img/bg-patner.png');
    background-position: top center center;
  }

  .events-first-section {
    background-image: url('../img/bg-patner.png');
    background-position: top center center;
  }

  .healing-section-1 {
    background-image: url('../img/bg-patner.png');
    background-position: top center center;
  }
  .giving-first-section{
    background-image: url('../img/bg-patner.png');
    background-position: top center center;
  }

  .store-first-section{
     background-image: url('../img/bg-patner.png');
    background-position: top center center;
  }
  .giving-second-section {
    padding-top: 5rem;
  }

  .second-events-section {
    padding-top: 5rem;
  }
  .healing-section-2{
    padding-top: 5rem;
  }
  .about-section-two{
    padding-top: 5rem;
  }
  .search-box-for-search{
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .logo-nav{
    margin-left: 3rem;
  }

}

@media screen and (max-width: 1001px) {
  .second-image{
    width: 200px;
}
}
@media screen and (max-width: 1129px) {
  .event-text-box{
    width: 100%;
  }
}



