
/* Site Footer
 * ========================================================================== */

.site-footer {
    padding: 40px 0;
    background: #000;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.site-footer .column h5 {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.site-footer .column ul {
    margin-bottom: 36px;
}

/*.site-footer .column:nth-child(even) h5 {
    color: #92f5ff;
}

.site-footer .column:nth-child(odd) h5 {
    color: #61daff;
}*/

.site-footer li a {
    color: #dedede;
    line-height: 30px;
}

.site-footer .site-info {
    clear: both;
    background: #1d1d1d;
    padding: 15px;
}

.site-info .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer .logos {
    display: none;
}

.rainbow-logo img {
    height: 90px;
}

.social-icons {
    width: 100%;
}

.social-icons ul {
    display: flex;
    justify-content: space-around;
}

.social-icons li {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #232323;
}

.social-icons li a img {
    height: 30px;
    margin: 15px auto;
}

@media only screen and (min-width: 800px) {
    .site-footer .column {
        position: relative;
        width: 25%;
        float: left;
        padding: 0 15px;
    }

    .site-footer .column ul {
        text-align: left;
        margin-bottom: 100px;
    }

    .site-footer .column h5 {
        text-align: left;
    }

    .site-footer .logos {
        display: flex;
        align-items: center;
    }

    .social-icons {
        width: auto;
    }

    .social-icons li {
        margin: 0 12px;
    }
}
