#footer
{
    background: #ffffff;
    padding: 0%;
    color: white;
    align-self: flex-end;
    
}

.footer-column
{
    align-items: flex-start;
    width: 100%;
}

#footer-cle
{
    color: #00e1ff;
}

#footer-links
{
    padding: 2%;
}

.footer-link
{
    margin: 1%;
}

.footer-row
{
    padding-top: 0%;
    padding-bottom: 0%;
    align-items: center;
    align-content: center;
    width: 100%;
}

.footer-container
{
    width: 100% !important;
}

#footer-div
{
    flex-shrink: 0;
    
    
}

@media(max-width: 768px)
{
    #footer-links
    {
        justify-content: space-between;
    }
    
    .footer-link
    {
        margin: 5%;
          
    }
    
    
}