footer {
    border-top: 2px solid rgba(94, 79, 0, 1);
    height: 300px;
    background-color:#1C1C1C;
    box-shadow: rgba(94, 79, 0, 1) 0px 3px 25px;
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    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%;
}

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

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

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

@media screen and (max-width: 600px) {
    .footer-logo {
        margin-left: 0;
    }
}

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

@media screen and (max-width: 600px) {
    #footer_social {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

.footer-social-links {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: bolder;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

@media screen and (max-width: 600px) {
    .footer-social-links {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

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

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

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

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

@media screen and (max-width: 600px) {
    .footer-main-row {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

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

    }
}

.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-family: 'Gilroy-Regular', sans-serif !important;
}

.footer-contacts{
    margin-top: 40px;
    /*margin-left: 80px;*/
    color: white;
}

@media screen and (max-width: 600px) {
    .footer-contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

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

@media screen and (max-width: 600px) {
    .footer-contacts-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-contacts-info span{
        text-align: center;

    }
}

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

.footer-info-type {
    margin-bottom: 10px;
}
.footer-contracts-icon {
    display:flex;
    justify-content: center;
    align-items: center;
}

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