


  @media (min-height: 625px)
            {
                  #home_main{
                   // min-height: 100% ;
                    height: auto; 
                    
                    flex-grow: 1;
                    
                    //width: 80%;  
                  background-color: white;
                    } 

                  #site_footer{
                    height: 20px;
                  }

                  .navbar {
                    height: 60px;
                  }

                  //home page
                  #home_box2-img{
                    //width:25%;
                                      }
                  #home_box2{
                    height: auto;
                    }

                  //gallery
                  #galary_box{
                    height: 110%; 
                  }
            }


@media (min-height: 720px)
            {
                  #home_main{
                    //min-height: 100% ;
                    height: auto; 
                    
                    flex-grow: 1;
                    
                    //width: 80%;  
                  background-color: white;
                    } 

                  #site_footer{
                    height: 20px;
                    height: auto;
                  }

                  .navbar {
                    height: 60px;
                  }

                  //home page
                  #home_box2-img{
                    //width:25%;
                                      }
                  #home_box2{
                    height: auto;
                    }

                  //gallery
                  #galary_box{
                    height: 110%; 
                  }
            }

  @media (max-width: 1024px){
        #home_main{
          width: 100%;  
          background-color: white;
          } 
        }


        #home_main{
                    
                   // height: wH; 
                    //min-height: 100% ;
                    flex-grow: 1;
                    
                    //width: 80%;  
                  background-color: white;
                    } 


