footer {
    height: 300px;
    font-family: 'Gilroy-Regular', sans-serif !important;
}
#footer_landing {
    background-image: url('/img/footer.svg');
    background-size: 30%; /* Cover the entire div */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: 0 100%;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

@media screen and (max-width: 600px) {
    #footer_landing {
        background-size: 78%;
        height: 100%;
    }

}

.footer-logo{
    margin-left: 80px;
    margin-top: 40px;
}

#footer_social {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.footer-social-links {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 500;
}

.footer-social-links .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-links .social-icons a{
    margin: 4px;
    color: white;
}

.footer-social-links .social-icons a img:hover {
    transform: scale(1.1);
}

.footer-menu {
    margin-top: 40px;
    color: white;
}

.footer-menu .row div {
    margin-bottom: 10px;
}

.footer-menu .row div a {
    color: white;
    cursor: pointer;
/*    remove underline from a tag*/
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

.footer-menu .row div a:hover {
    color:#5A4C00 ;
}

.footer-contacts{
    margin-top: 40px;
    color: white;
}

.footer-contacts-info {
    display: flex;
    flex-direction: column;
}

#footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width:100%;
    color:white;
    font-size: 14px;
}

.footer-info-type {
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .footer-contacts-info span{
        text-align: center;
    }
}

.footer-contracts-icon {
    display:flex;
    justify-content: center;
    align-items: center;

}

@media screen and (max-width: 800px) {

    .footer-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-info-type {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#footer_landing .row {
    max-width: 100%;
}