
color{
    color: #C1A991;
    color: #388045;
    color: #8A1913;
    color: #54322A;
}


a{
    text-decoration: none;
    /* color: black; */
    color: #C1A991;
}

li{
    text-decoration: none;
    list-style: none;
}

a:hover{
    color: #F8993E;
}


.footer1{
    background-color: #388045;
    /* padding: 30px; */
    color: white;
    padding-right: 30px;
    
}


.footer1-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
}

.footer1-contents li{
   padding: 10px;
}

.footer1-contents a{
    color: white;
}

.footer1-contents a:hover{
    color: #FFA100;
}


.footer{
    background-color: #3D3125;
    padding: 30px;
    text-align: center;
    color: white;
}

.footer1-props1{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-footer {
    background: white;
    
}

.footer1-props2{
    padding-top: 40px;
}

@media (max-width:800px){
    .footer1-container{
        display: inline;
        /* justify-content: space-between; */
        gap: 50px;
    }
    .footer1{
       
        padding-right: 0px;
    }
    .footer1{
        
        padding-top: 30px;
    }
}







/* second footer for website  */

.footer{
    background-color: #3D3125;
    padding: 30px;
    text-align: center;
    color: white;
    
}

.footerlogoaddress{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}