@media screen and (max-width: 950px) {
    .firstFooterDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: 0;
        /* background-color: #116466 !important; */

        color: white;
        padding: 4% 0 4% 0;
    }
    .secondFooterDiv {
        display: flex;
        justify-content: center;
        text-align: center;
        /* background-color: #413f41; */
        /* color: white; */
        padding: 2% 0 2% 0;
    }
    .firstFooterDiv a {
        color: white;
        margin-right: 2%;
    }
    .footerLink {
        text-align: center;
    }
    .footerLink,
    .footerInfo {
        display: block;
        width: 100%;
        padding: 2% 5% 2% 5%;
    }
    .footerInfo {
        float: left;
        text-align: center;
    }
    footer div span img {
        width: 22px;
        height: 15px;
    }
}

@media screen and (min-width: 951px) {
    .firstFooterDiv {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        bottom: 0;
        /* background-color: #116466 !important; */
        color: white;
        padding: 1% 0 1% 0;
    }
    .firstFooterDiv a {
        color: white;
    }
    .footerLink {
        text-align: right;
    }
    .footerLink,
    .footerInfo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2% 0 2% 0;
    }

    .footerInfo {
        /* margin-left: 10%; */
        float: left;
        text-align: left;
        white-space: nowrap;
    }

    .footerLink {
        /* margin-right: 10%; */
        text-align: right;
        float: right;
    }
    footer div span img {
        width: 30px;
        height: 18px;
    }
    .secondFooterDiv {
        display: flex;
        justify-content: center;
        text-align: center;
        /* background-color: #413f41; */
        /* color: white; */
        padding: 2% 0 2% 0;
    }
}

.firstFooterDiv {
    background-color: #284b63;
}

.secondFooterDiv,
.secondFooterDiv a {
    background-color: #353535;
    color: white;
    text-decoration: none;
}

.footerInfo div {
    width: 100%;
}

.footerInfo div i {
    color: #ffcb9a;
    margin-right: 2%;
}
footer div span img:first-child {
    margin-right: 1%;
}
body a {
    text-decoration: none;
}
.footerLink a:hover {
    color: #8b9590 !important;
}
.secondFooterDiv a:hover {
    color: grey;
}

/* footer {
    bottom: 0;
    transform: translateY(-100%);
} */

.footerLink a:hover {
    color: #8b9590 !important;
}
.secondFooterDiv a:hover {
    color: grey;
}
