h1{
    color: #ebb134;
}
h4 {
    color: #ebb134;
}
h2,p,ul{
    color: white;
}
/* Limit the maximum height of carousel images */
/* Limit the maximum height and width of carousel images */
.carousel-inner .col-img-wrapper img {
    max-height: 300px; /* Adjust the value as needed */
    max-width: 350px;
}

/* Add padding to the carousel controls */
.carousel-control-prev,
.carousel-control-next {
    padding: 15px;
}

/* Center the images horizontally within the carousel */
.carousel-inner {
    justify-content: center;
    align-items: center;
}


@media (max-width: 575.98px) {
    #frontPageText h1{
        margin-top: 50px;
        
    }
    #frontPageText h2{
        margin-top: 15px;
        font-size: 20px;
        
    }
    #frontPageText p{
        margin-top: 30px;
        font-size: 13px;
    }
    
    #frontPageImg .img-fluid{
        height: 150px;
        margin-top: 100px;
        margin-left: 15px;
    }
    #Front {
        margin-bottom: 50px;
    }
    #products h1{
        margin-bottom: 20px;
        
    }
    #product1img1 .img-fluid{
       height: 200px;
       transform: translateX(200px);
    }
    #product1img2 .img-fluid{
        height: 200px;
        transform: translateX(40px);
    }
    #product1img3 .img-fluid{
        height: 200px;
    }
    #product1img4 .img-fluid{
        height: 200px;
        transform: translateX(200px);
    }
    #productText1 h2,h4{
        margin-bottom: 20px;
        
    }

}
 /* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for sm */
    #frontPageText h1{
        margin-top: 100px;
       
    }
    #frontPageText h2{
        margin-top: 30px;
        
    }
    #frontPageText p{
        margin-top: 30px
    }
    #frontPageImg {
        margin-top: 200px;
    }
    #frontPageImg .img-fluid{
        height: 200px;
        margin-left: 100px;
    }
    #Front {
        margin-bottom: 50px;
    }
    #products h1{
        margin-bottom: 20px;
        
    }
    #product1img1 .img-fluid{
       height: 300px;
       transform: translateX(200px);
    }
    #product1img2 .img-fluid{
        height: 300px;
       
    }
    #product1img3 .img-fluid{
        height: 300px;
    }
    #product1img4 .img-fluid{
        height: 300px;
        transform: translateX(250px);
    }
    #productText1 h2,h4{
        margin-bottom: 20px;
        
    }
 }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for md */  
    #frontPageText h1{
        margin-top: 200px;
        
    }
    #frontPageText h2{
        margin-top: 30px;
        
    }
    #frontPageText p{
        margin-top: 30px
    }
    #frontPageImg {
        margin-top: 200px;
    }
    #frontPageImg .img-fluid{
        height: 200px;
        margin-left: 150px;
    }
    #Front {
        margin-bottom: 50px;
    }
    #products h1{
        margin-bottom: 20px;
       
    }
    #product1img1 .img-fluid{
       height: 200px;
       transform: translateX(150px);
    }
    #product1img2 .img-fluid{
        height: 200px;
       
    }
    #product1img3 .img-fluid{
        height: 200px;
    }
    #product1img4 .img-fluid{
        height: 200px;
        transform: translateX(150px);
    }
    #productText1 h2,h4{
        margin-bottom: 20px;
        
    }
}
@media (min-width:992px) and (max-width: 1199.98px) 
{
    #frontPageText h1{
        margin-top: 250px;
        
    }
    #frontPageText h2{
        margin-top: 30px;
        
    }
    #frontPageText p{
        margin-top: 30px;
    }
    #frontPageImg {
        margin-top: 200px;
    }
    #frontPageImg .img-fluid{
        height: 300px;
        margin-left: 100px;
    }
    #Front {
        margin-bottom: 50px;
    }
    #products h1{
        margin-bottom: 20px;
        
    }
    #product1img1 .img-fluid{
       height: 250px;
       transform: translateX(170px);
    }
    #product1img2 .img-fluid{
        height: 250px;
       
    }
    #product1img3 .img-fluid{
        height: 250px;
    }
    #product1img4 .img-fluid{
        height: 250px;
        transform: translateX(200px);
    }
    #productText1 h2,h4{
        margin-bottom: 20px;
        
    }
}
@media (min-width: 1200px){
    #product1img2 .col-img-wrapper img {
        margin-left: 130px;
    }
    #product1img3 .col-img-wrapper img {
        margin-left: 130px;
    }
    
    #frontPageText h1{
        margin-top: 200px;
        
    }
    #frontPageText h2{
        margin-top: 30px;
        
    }
    #frontPageText p{
        margin-top: 30px
    }
    #frontPageImg {
        margin-top: 200px;
    }
    #frontPageImg .img-fluid{
        height: 300px;
        margin-left: 150px;
    }
    #Front {
        margin-bottom: 50px;
    }
    #products h1{
        margin-bottom: 20px;
        
    }
    #product1img1 .img-fluid{
       height: 400px;
       transform: translateX(300px);
    }
    #product1img2 .img-fluid{
        height: 400px;
       
    }
    #product1img3 .img-fluid{
        height: 400px;
    }
    #product1img4 .img-fluid{
        height: 400px;
        transform: translateX(250px);
    }
    #productText1 h2,h4{
        margin-bottom: 20px;
        
    }

}