*{
    transition: ease all 1s;
    scroll-behavior: smooth;
}

body{
   margin: 0;
    padding: 0;
}

/*
body #footerUpSpace{
    width: 90%;
    height: 100px;
    background-color: red;
    top: 0;
    left: 0;
    position: relative;
    opacity: 0.3;
}

*/
body footer{
    width: 100%;
    position: relative;
    background-color: white;
    height: auto;
    min-height: 200px;
    top: 100px;
    line-height: 20px;
    margin-top: 150px;
    //padding-top: 1px;
    bottom: 0;
    z-index: 1;
}

body footer #links {
    
    position: absolute;
    left: 2%;
    width: 60%;
    top: 10px;
   
}


body footer #links a{
    color: #79C143;
    font-size: 14px;
    font-family: sans-serif;
    height: 15px;
    text-decoration: none;
    position: relative;
    left: 2%;
    width: 60%;
    top: 25px;
    line-height: 30px;
}



body footer img{
    display: block;
    width: 300px;
    height: auto;
    position: absolute;
    right: 3%;
    top: 0%;
    
}

body footer .coprights{
    color: white;
    font-size: 11px;
    width: 95%;
    height: 30px;
    //background-color: red;
    text-decoration: none;
    line-height: 40px;
    position: absolute;
    top: 83%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}




/*-----------------------------------------------------*/



@media only screen and (max-width:800px){

body footer{
    width: 100%;
    position: relative;
    background-color: white;
    //box-shadow: 1px 1px 1px grey;
    height: auto;
    min-height: 200px;
    //top: 100%;
    line-height: 20px;
    margin-top: 100px;
    //padding-top: 1px;
    bottom: 0;
    z-index: 3;
}

body footer #links {
    
    position: absolute;
    left: 2%;
    width: 98%;
    top: 10px;
   
}


body footer #links a{
    color: #999999;
    font-size: 11px;
    font-family: sans-serif;
    height: 15px;
    text-decoration: none;
    position: relative;
    left: 2%;
    width: auto;
    top: 10px;
    line-height: 25px;
}



body footer img{
    display: block;
    width: 120px;
    height: auto;
    position: absolute;
    right: 3%;
    top: 40%;
    
}

body footer .coprights{
    color: white;
    font-size: 8px;
    width: 95%;
    height: 30px;
    //background-color: red;
    text-decoration: none;
    line-height: 40px;
    position: absolute;
    top: 83%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}



}