h3 {
    margin: 0
}

footer {
    background: #3d3d3d;
    color: #fff
}

footer .footer-links {
    display: inline-block;
    margin-left: 20px;
}

.footer-links a {
    color: #fff;
}

footer.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-row  .first-column {
    text-align: left;
    margin: 20px 0;
    font-size: 12px;
}

.footer-logo {
    display: block;
    text-align: right;
}

.footer-logo .company_logo img {
    width: 80px;
    margin: 8px 0;
}

.footer-bottom {
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: left;
    height: 5px;
    margin: 0;
    background-color: #e62d2f;
    border-top: 1px solid #fff;
    font-family: 'open sans';
    line-height: normal;
    font-size: 12px
}