@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,
    .footerInfo {
        display: block;
        width: 100%;
        padding: 2% 5% 2% 5%;
    }

    .footerLink {
        text-align: center;
    }
    .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,
    .footerInfo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2% 0 2% 0;
    }

    .footerInfo {
        /* width: 30%; */

        float: left;
        text-align: left;
        white-space: nowrap;
    }

    /* .footerInfo div {
        width: 100%;
        flex-grow: 1;
        flex-shrink: 0;
    } */
    .footerLink {
        /* width: 70%; */
        /* margin-left: 10%; */
        text-align: left;
        float: left;
    }
    /* .footerLink a {
        width: auto;
    } */
    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-left: 1%;
}
body a {
    text-decoration: none;
}

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