footer.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #12674A;
  }
footer.footer-2{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #24292f;
  }


#footer {
    color: #fff;
}

#text-copyright{
    font-size: 0.8em;
    color: #fff;
}

#footer ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    width: 90%;
}

#footer ul li {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 100;
   
}
#footer ul li a{
   color: #fff;
   text-decoration: none;
   
}

#footer ul li a:hover{
    color: #E27B2C;
    font-weight: 600;
    text-decoration: none;
    
 }

 #footer ul li a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    
 }