.footer{ 
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #232f3e;
    color:white;
    padding: 30px 0;
    text-decoration: none;
    margin-top: auto;
}

.footer-text{
    text-decoration: none;
}
.footer-table {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row, .col-space{
    display: table-row;
}

.col-space{
    width: 20%;
}
.footer-text-col1,.footer-text-col2,.footer-text-col3{
    display: table-cell;
    width: 20%;
    padding: 0 10px;
    vertical-align: top;
}

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

.footer p {
    margin: 5px 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1 0 auto;
}

@media (max-width: 500px) {
    .footer-text-col1,.footer-text-col2,.footer-text-col3{
        width: auto;
    }

    .footer-table {
        font-size: small;
    }
}