footer.footer-lorry{
    width: 100%;
    background-color: black;
    margin-top: auto;
}

footer.footer-lorry a{
    cursor: pointer;
}
footer.footer-lorry{
    height: fit-content;
}

footer.footer-lorry .footerSocialLinks a{
    cursor: pointer;
}

footer.footer-lorry .footerSocialLinks i{
    cursor: pointer;
}



footer.footer-lorry i.fa-envelope, i.fa-phone, i.fa-map-marker-alt{
    font-size: 20px;
    margin-right: 10px;
}

footer.footer-lorry .footerSocialLinks a{
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

footer.footer-lorry .footerSocialLinks i{
    font-size: 20px;
}


footer.footer-lorry ul li{
    width: fit-content;
    margin: auto;
}

footer.footer-lorry ul li p{
    cursor: pointer;
    font-size: 18px;
}

footer.footer-lorry ul li a{
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbbd8;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: "Space Mono", monospace;
}

footer.footer-lorry ul li a:hover{
    color: #fff;
    padding-left: 8px;
}

footer.footer-lorry .current{
    color: #fff;
    pointer-events: none;
    border: 1px solid;
    padding: 0px 2px;
}

footer.footer-lorry .current a{
    color: #fff;
    pointer-events: none;
}

footer.footer-lorry .footer-copyright{
    font-size: 15px;
    font-family: "Space Mono", monospace;
}

footer.footer-lorry .socialLinks li{
    margin-bottom: 10px;
}
footer.footer-lorry .socialLinks li div{
    display: flex;
    align-items: center;
}
footer.footer-lorry .socialLinks li div p{
    margin: 0;
}

.footer-lorry img{
    max-width: 200px;
    max-height: 200px;
}


@media(max-width:991px){
    footer.footer-lorry .footerLinks{
        margin-bottom: 1.5rem!important;
    }
}


/* LIGHT-MODE */

.light-mode footer.footer-lorry{
    background-color: black;
}

