/* Create three equal columns that floats next to each other */
.column-payments {
    float: left;
    width: 41.5%;
    text-align: right;
}

.column-license {
    float: left;
    width: 41.5%;
    text-align: left;
}

.column-sns {
    padding-top: 10px;
    float: left;
    width: 17%;
    text-align: center;
    height: 108px;
}

.footer-container {
    padding-top: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1250px;
}

/* Clear floats after the columns */
.row-footer:after {
    content: "";
    display: table;
    clear: both;
}

footer {
    background-color: #212121;
    width: 100%;
}

.payments-logo {
    width: 100%;
    max-width: 430px;
}

.license-logo {
    width: 100%;
    max-width: 430px;
}

/* SNS */
.sns-logos {
    width: 100%;
    max-width: 50px;
}

.footer-navbar {
    color: #EFDF4E;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-navbar a {
    border-right: 2px solid gray;
}