@media (max-width: 1600px) {

    #bridge-pic{
    
        height: 600px;
       
    }
    


  }
  @media (max-width: 1400px) {

    #bridge-pic{
    
        height: 500px;
       
    }
    


  }





@media (max-width: 900px) {
#about{
    padding-top: 100px;

    
}
#bridge-pic{
    
    height: 400px;
   
}

#remote-assist{

    display:none;
}

.form{
    width: 350px;
}
.change-me{
    height: 800px;
}

.welcome-bot{
    font-size: 42px;
    letter-spacing: 5px;

}

.welcome-top{

    font-size: 24px;
}

.carousel-inner{
    height: auto;
    padding-top: 50px;
}

#cta    {
    margin-top: 30px;
    margin-bottom: 5px;

}

#cta2   {
    margin-top: 20px;
    

}

  }

  @media (max-width: 800px) {

    #bridge-pic{
    
        height: 250px;
        
       
    }
    


  }

