body{
    padding-top: 75px;
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
.navbar{
    height: 75px; 
    border-bottom: 3px solid #fd3903;
}
.navbar a{
    color: black;
    font-size: medium;
}
#nav1{
    border-top: 3px solid #fd3903;
    border-left: 3px solid #fd3903;
    border-right: 3px solid #fd3903; 
    background-color: #f7b9a8;
    width: 80px;
    height: 36px;
    margin-top: 31px;
    cursor: pointer;
}
#nav2{
    width: 85px;
    height: 28px;
    margin-top: 31px;
}
#nav3{ 
    width: 110px;
    height: auto;
    margin-top: 32px;
}
#logo{
    height: 50px;
}
 #button{
     position: fixed;
     right: 30px;
     bottom: 40px;
     height: 38px;
     padding-top: 3px;
     width: 38px;
     border-radius:25px;
     z-index: 2;
     background-color: #fd3903;
     color: white;
     visibility: hidden;
     animation: hide 1s forwards;
 }
 #carouselExampleIndicators{
     border: 4px solid #fd3903;
 }
 #c-inner{
     height: 360px;
 }
 #c-inner img{
    height: 352px;
    position: relative;
}
#img1{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("pics/banner\ img1.PNG");
    height: 352px;
    background-position: center;
    background-size: cover;
}
#img1-text{ 
    margin-top: 130px;
    color: white;
    -webkit-text-stroke: 2px #fd3903;
    font-family: 'DM Serif Text', serif;
    font-size: 450%;
}
#img2{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("pics/banner\ img2.PNG");
    height: 352px;
    background-position: center;
    background-size: cover;
}
#img2-text{
    margin-top: 230px;
    color: white;
    -webkit-text-stroke: 2px #fd3903;
}

#img3{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("pics/banner\ img3.PNG");
    height: 352px;
    background-position: center;
    background-size: cover;
}

#img3-text{
    color: white;
    -webkit-text-stroke: 2px #fd3903;
    margin-top: 150px;
}
 #mission{
     color: #fd3903;
 }
 #services{
     color: #fd3903;
 }
 .row .col-md-4{
     border-right: 1px solid gray;
 }

 
 .row img{
     border: 3px solid #fd3903;
     width: 100%;
 }
 #heading{
     background-color: #d6dce5;
     height: 60px;
     padding-top: 15px;
 }
 #dis{
     height: 430px;
 }
#images{
     height: 80px;
     width: 300px;
 }
 #images img{
     height: inherit;
     width: inherit;
 }
 #clientele{
     color: #fd3903;
 }
 footer{
     margin-top: 70px;
     height: 130px;
     background-color: #3a3a3a;
 }
 footer i{
     border-radius: 25PX;
     margin-top: 50px;
 }
 #facebook{
     color: blue;
     background-color: white;
     padding: 0;
 }
 footer p{
     font-size: smaller;
 }
 @media (max-width: 1200px){
     li{
         font-size: 14px;
     }
 }

 @media (max-width: 1000px){
    li{
        font-size: 11px;
    }
}
@media (max-width: 768px){
    #dis{
        height: 250px;
    }
    li{
        font-size: 12px;
    }
    .row .col-md-4{
        border: none;
    }
}
 @media (max-width : 575px){
     body{
         padding-top: 70px;
     }
    #logo{
        width: 40px;
        margin-left: 10px;
        height: 42px;
    }
    .navbar a{
        font-size: small;
    }
    #nav1{
        margin-top: 34px;
    }
    #nav2{
        margin-top: 34px;
        height: auto;
    }

     li{
         font-size: 11px;
     }    
}

 @media (max-width : 620px){
    #mission{
        font-size: 12px;
    }
    #img1-text{
        font-size: 20px;
        margin-top: 260px;
        -webkit-text-stroke: 1px #fd3903;
    }
    #img2-text{
        font-size: 20px;
        margin-top: 260px;
        -webkit-text-stroke: 1px #fd3903;
    }
    #img3-text{
        font-size: 25px;
        margin-top: 170px;
        -webkit-text-stroke: 1px #fd3903;
    }
    footer p{
        font-size: x-small;
    }
}
@keyframes hide{
    0%{
        opacity: 100;
    }
    100%{
        opacity: 0;
    }
}