@charset "utf-8";
/* CSS Document */

@media (min-width: 1601px)  and (max-width:  1915px) {

    #home-banner {
        height: 100%;

    }
    .caption-banner {
        position: absolute;
        bottom: 230px!important;
        color: black;
        padding: 0px;
        width: 100%;
    }

    
}

@media (max-width:  1600px) {
/* 
    #home-banner {
        height: 80%;
    } */

   
   
}
@media (max-width: 1440px) {
    #home-banner {
        height: 75%;

    }
    .caption-banner {
        position: absolute;
        bottom: 190px!important;
        color: black;
        padding: 0px;
        width: 100%;
    }
}


/* Landscape tablets and medium desktops */
@media  (max-width: 1024px) {

    #home-banner {
        height:40%;
    }

    #home-banner .caption-banner {
        position: absolute;
        bottom: 90px !important;
        color: black;
        padding: 0px;
        width: 100%;
    }
        
    
}

@media (min-width: 768px) and (max-width:  1023px) {
    #home-banner {
        height: 70%;
    }
   
    #home-banner .caption-banner {
        position: absolute;
        bottom: 60px !important;
        color: black;
        padding: 0px;
        width: 100%;
    }
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #home-banner {
        height: 30%;
    }
    #home-products {
        height: 420px;
      
    }
   
}

/* Portrait phones and smaller */
@media (max-width: 590px) {
  
    

}


/* Portrait phones and smaller */
@media (max-width: 480px) {

    #home-services p {
        margin-top: 40px;
        color: #fff;
        font-size: 16px;
        padding: 10px;
    }
    /* #home-products p {
        color: #fff;
        font-size: 15px;
        padding-top: 1px;
    } */

    #home-banner {
        height: 200px;

    }
    
    #home-services {
        height: 300px;
    }

    #home-products {
        height: 300px;
    }

  
  
    }







    





