@media only screen and (max-width:765px){

  body{
    overflow-x: hidden;
  }

  #headersec1{
    display: flex;
    justify-content: flex-end;
  }

  #flex-icons{
    display: none;
  }

  #live{
  width: 35%;
  }

  #church-logo{
    width: 240px;
    height: 80px;
  }

  #nav-bar{
    display: none;
  }


  #replaceable-image{
    content: url(images/background-phone.jpg);
    width: 100vw;
    height: 80vh;
    overflow-x: hidden;
  }

  #overlay{
    width: 100%;
    height: 80vh;
  }

  #hero-text{
    display: grid;
    margin: auto;
    text-align: center;
    grid-template-columns: 100%;
    row-gap: 10vw;
    left: 0vw;
    right: 0vw;
    height: 60vh;

  }

  #texts-div{
    width: 100%;
    margin-top: 5vh;
  }

  h1{
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  
  h2{
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  
  h3{
    font-size: 3vw;
    margin: 0;
  }

  .buttons{
    width: 50vw;
    height: 10vw;    
    margin-bottom: 10px;
  }

  #info{
    display: grid;
    grid-template-columns: 80%;
    height: 50vh;
    row-gap: 1vh;
    justify-content: center;
    font-size: 2.8vw;
  }


  
}

@media only screen and (min-width:766px)
{
  .menu{
    display: none;
  }
}