.footer {
    height: 65px;
    background-color: #14092d;
    color: #ffffff;
    font-family: "pangram-regular";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 44px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer p {
    margin: 0;
    margin-right: 13px;
    text-transform: uppercase;
}

@media (max-width: 46.24em) {
    .footer p {
        font-size: 14px;
    }
}

@media (max-width: 61.24em) {
    .footer {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 24px;
    }
}

@media (min-width: 81.25em) {
    .footer {
        padding: 0 calc((100vw - 1330px)/2);
    }
}

.footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.social-icons {
    color: white;
    display: -ms-flexbox;
    display: flex;
}

.social-icons i {
    height: 20px;
    width: 20px;
}

.icon-container {
    border: 1px solid white;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 11px;
    cursor: pointer;
    color: white !important;
}

.icon-container:hover {
    opacity: .8;
    color: white;
}

.footer-navigation {
    list-style-type: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.footer-navigation li {
    text-transform: uppercase;
    margin-right: 36px;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (max-width: 61.24em) {
    .footer-navigation li {
        margin-right: 12px;
    }
}

.footer-navigation li a {
    color: white;
    text-decoration: none;
}

.footer-navigation li:hover {
    opacity: .8;
}

.footer-navigation li:last-child {
    margin-right: 0;
}

@media (max-width: 61.24em) {
    .footer-navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

// WEBPACK FOOTER //
// ./src/styles/Footer.css